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
850 stars 42 forks source link

Multiple ROM files not recognized #116

Closed karasuhebi closed 1 year ago

karasuhebi commented 1 year ago

The USA ROMs for Advance Wars and Pokémon FireRed are not showing up on the list of ROMs to boot. I have verified that the CRC32 hashes for both of those ROMs are in the no-intro list. The hashes are DBEF116C & DD88761C respectively.

I tried switching useGbaDb to false and also tried switching saveOverride to true but neither of those made a difference.

Let me know what other information I may need to provide. Thank you!

profi200 commented 1 year ago

Make sure the file extension is .gba in lower case letters.

karasuhebi commented 1 year ago

That's exactly what it was. Thank you!