Skip to content

Commit

Permalink
Update Sword
Browse files Browse the repository at this point in the history
  • Loading branch information
Captainkittyca2 authored Oct 23, 2023
1 parent 0b081a4 commit bd94035
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions TMCSaveEditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,6 @@ def itemCheck(self, file):
SsWsFs = 0b0
botte = 0b0
SwStuff1 = 0
SwStuff2 = 0
botte1 = 0
botte2 = 0
botte3 = 0
Expand Down Expand Up @@ -703,8 +702,6 @@ def itemCheck(self, file):
file.write((RbBLABB).to_bytes())
file.write((SsWsFs).to_bytes())
file.write((SwStuff1).to_bytes())
file.seek(376 + (self.folenmbr*1280))
file.write((SwStuff2).to_bytes())
file.seek(382 + (self.folenmbr*1280))
file.write((botte).to_bytes())
file.seek(304 + (self.folenmbr*1280))
Expand Down

0 comments on commit bd94035

Please sign in to comment.