A GBA Multiboot game I made (Squirtle's Target Practice)

pmd_mb_001.png
pmd_mb_002.png

So I decided to make a GBA multiboot ROM while I keep on losing ideas on what to do, so I used devkitARM and some low level knowledge to make this minigame that's supposed to take place in the PMD-verse. You're the Squirtle of Team Go-Getters trying to use your water gun move to hit targets, but don't shoot Chikorita or you'll lose points!

The game lasts for two minutes, and then it brings you a teaser for a Game Boy Color game that I really want to make happen but haven't really started yet. If you wanna restart (to try and get a high score, for example) then press A+START.

The game has been tested on real hardware via connecting my GBA to my Wii using the GBA-GameCube link cable, though IDK how compatible this would be with flashcarts. Anyway, downloads to the ROM and source code should be down below:
 
Neat. I don't understand where the multiboot aspect comes into it. Why not put the source on github?
 
Neat. I don't understand where the multiboot aspect comes into it. Why not put the source on github?
I can currently only access GitHub through my laptop, which I don't have easy access to right now. I might do that later though, we'll see...

EDIT: And as for the multiboot question, that means the ROM doesn't require a flashcart. You can just load it into your GBA using the above mentioned GBA-GameCube link cable.
 
View attachment 50334View attachment 50335
So I decided to make a GBA multiboot ROM while I keep on losing ideas on what to do, so I used devkitARM and some low level knowledge to make this minigame that's supposed to take place in the PMD-verse. You're the Squirtle of Team Go-Getters trying to use your water gun move to hit targets, but don't shoot Chikorita or you'll lose points!

The game lasts for two minutes, and then it brings you a teaser for a Game Boy Color game that I really want to make happen but haven't really started yet. If you wanna restart (to try and get a high score, for example) then press A+START.

The game has been tested on real hardware via connecting my GBA to my Wii using the GBA-GameCube link cable, though IDK how compatible this would be with flashcarts. Anyway, downloads to the ROM and source code should be down below:
What language does the gba use?
 
Back