Skip to content

Commit

Permalink
Fix items being lost on game overs or closing the game without saving
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLX5 committed Mar 2, 2024
1 parent 0e94a15 commit 8c468cb
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 38 deletions.
2 changes: 1 addition & 1 deletion worlds/smw/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
SMW_ACTIVE_THWIMP_ADDR = WRAM_START + 0x0F3C
SMW_GOAL_ITEM_COUNT = WRAM_START + 0x1A01E

SMW_RECV_PROGRESS_ADDR = WRAM_START + 0x1A00E
SMW_RECV_PROGRESS_ADDR = WRAM_START + 0x01F2C

SMW_BLOCKSANITY_BLOCK_COUNT = 582

Expand Down
Loading

0 comments on commit 8c468cb

Please sign in to comment.