This repository was archived by the owner on Mar 16, 2026. It is now read-only.
Replies: 1 comment 1 reply
-
|
I have updated the code to read a nulled out game ID as "0000" instead of "" and re-ordered the database by game ID so entries with the same game ID are grouped together. To create a database entry for e.g. Risky Revolution you just use: Risky Revolution does have the string "RISKY REVOLUTION" at offset 0x65A05. So we could also hard code the detection. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Some after market Gameboy advance cartridges (like shantae advance: risky revolution) don't have the game title nor the developer code populated in the ROM header. Does this make it impossible for the cart reader to detect automatically?
If I add an entry for that game in the gba db file, it doesn't seem to be recognized until after the CRC32 is calculated
Beta Was this translation helpful? Give feedback.
All reactions