Skip to content

Commit

Permalink
Update Decompressor for Mac/Linux
Browse files Browse the repository at this point in the history
Update Mac/Linux Decompressors
  • Loading branch information
AmazingAmpharos authored May 29, 2018
2 parents 9e79dbf + c8b71e9 commit 20cb653
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file modified Decompress/Decompress
Binary file not shown.
Binary file modified Decompress/Decompress.out
Binary file not shown.
4 changes: 4 additions & 0 deletions Rom.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ def patch_rom(world, rom):
rom.write_bytes(0x00C6ED86, [0x00, 0xA2])
rom.write_bytes(0x00C6ED8A, [0x00, 0x18])

# Change graveyard graves to not allow grabbing on to the ledge
# rom.write_byte(0x0202039D, 0x20)
# rom.write_byte(0x0202043C, 0x24)

# Fix Link the Goron to always work
rom.write_bytes(0xED2FAC, [0x80, 0x6E, 0x0F, 0x18])
rom.write_bytes(0xED2FEC, [0x24, 0x0A, 0x00, 0x00])
Expand Down

0 comments on commit 20cb653

Please sign in to comment.