ShrineFox / EarthBound-Mod-Menu

In-game trainer for EarthBound (SNES).
GNU General Public License v3.0
13 stars 1 forks source link

Selecting 3rd Option in Mod Config Window Crashes the Game #7

Open ShrineFox opened 4 months ago

ShrineFox commented 4 months ago

This doesn't happen on the Load Save screen when you start the game, but when you access the menu during regular gameplay, it can. It seems more likely to happen when you're in an area with a lot of sprites, so it seems to be some kind of memory issue. It might be possible to find a workaround by limiting the window size or adding pages to menu options. It seems related to the type of menu it is (callback style vs built in ccscript style).