about summary refs log tree commit diff stats
path: root/gba/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add support for almost all Gen III gamesslipstream/RoL2017-02-201-1/+1
| | | | | | | | | | | | The only Gen III game unsupported should be Pokémon LeafGreen v1.1 (Japan); as it is undumped. A couple of bugs have also been fixed. The code has also been refactored a little; now payload code goes into `payload.c`. The codebase is also ready for a planned future change to include savedata structure definitions. This will be done when it's done -- PRs to help would be appreciated!
* Initial commit of the forkslipstream/RoL2017-02-191-4/+9
| | | | Forking gba-link-cable-dumper to gba-gen3multiboot
* first commit, enjoyFIX942016-04-081-0/+168