Skip to content

Commit

Permalink
Remap RAM addresses to fix Game Over issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLX5 committed Mar 2, 2024
1 parent de7be3c commit b24b909
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 b24b909

Please sign in to comment.