Hi. There is this functionality in The Legend of Zelda: Oracle of Ages/Seasons where the game can check if it is played on a GBA and if true, it will change it's palette to lighter tones and open a special shop with exclusive rings.
The check is at 0x0159 and is followed by conditional jump. Changing the jump from conditional to unconditional partially fixes the issue - the palette is not modified but the shop remains closed.
I have tried to locate the code that changes the palette colors but was unsuccessful as my ASM hacking skill are rather low.
Would it be possible for some of you to try and locate it? So if the games are played on GBA the palette remains the same but the special ring shop stays opened?
The check is at 0x0159 and is followed by conditional jump. Changing the jump from conditional to unconditional partially fixes the issue - the palette is not modified but the shop remains closed.
I have tried to locate the code that changes the palette colors but was unsuccessful as my ASM hacking skill are rather low.
Would it be possible for some of you to try and locate it? So if the games are played on GBA the palette remains the same but the special ring shop stays opened?
.
.
Comment