Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save atshane253/1106a45bfd32986e8b687482518f986a to your computer and use it in GitHub Desktop.
Save atshane253/1106a45bfd32986e8b687482518f986a to your computer and use it in GitHub Desktop.
alttp lr shoulder button item select for jp1.0/randomizer
I found a mega man X style item selection hack for zelda 3 alttp 1.0 NA, here's the relevant addresses to hook for 1.0 JP:
!CycleCode = $0EFD80
org $0287FB
JSL MapCode
org $02A451
JSL MapCode
This chunk of ROM is available to add code in both versions, and randomizer doesn't use it (at this time). The hack's original choice of bank $07 wasn't available in JP.
It shouldn't be too hard to find these addresses in other builds of the game, the hook only needed to be moved about 255 bytes and the context was extremely similar,
credit to Kazuto, full hack @ https://www.romhacking.net/hacks/2879/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment