profi200 / open_agb_firm

open_agb_firm is a bare metal app for running GBA homebrew/games using the 3DS builtin GBA hardware.
GNU General Public License v3.0
908 stars 44 forks source link

Magical Vacation Softlock at Title Screen #4

Closed Dartz150 closed 4 years ago

Dartz150 commented 4 years ago

Tested with every save type, every try resulted in a softlock that doesn't allow to press Start into the Title Screen to progress further into the game.

Tested in latest commit 391bc4d

profi200 commented 4 years ago

Try the commit i just pushed? Unlikely it will do anything but might be worth a try.

Maybe asking the obvious but does this game work on original AGB_FIRM? Is the ROM a verified good dump?

edit: I got it to work with SAVE_TYPE_FLASH_512k_AML_RTC (unsure if this is the correct one). I'm guessing it failed for you because you did not delete the old savegame or placed a corrupted rom.sav on the SD card. endrift told me recently some games just die if you don't fill new savegames with 0xFFs which i'm doing (if no save file exists).

Dartz150 commented 4 years ago

Ok, I will try your fix asap with the new commit, thank you for your response! I'll be testing more games, so if anything comes up that is not related to save types (hopefully), I will post back here for advice. Thank you again!