metroid-maniac / gba-auto-batteryless-patcher

MIT License
84 stars 4 forks source link

Super Mario Advance 2 crashes with audio glitches #15

Closed metroid-maniac closed 1 year ago

metroid-maniac commented 1 year ago

This game stores important data at 0x03007A00 which is dangerously close to the program stack. Using a debugger, it looks like the stack overflows into this area causing the crash.

metroid-maniac commented 1 year ago

Fixed by bfff413