This project contains a template that get's your own GBA game going with just a single git clone.
Run make
in the project directory.
You need the arm-none-eabi
toolchain installed in your machine and in your path. You'll also need make to compile the program.
libgba
from devkitpro is already included.
This template is licensed under the GPLv3 License. This is mainly because libgba
is licensed under the GPLv2 (or later).