Geodash GBA is a demake of the popular platformer Geometry Dash. The implementation is still work-in-progress.
All required build tools are provided by devkitPro. Follow their getting started guide to get set up.
The GBA rom can then be built by issuing the following make commands:
$ make tools
$ make assets
$ make utils
$ make game
$ make levels