about summary refs log tree commit diff stats
path: root/gba/source/payload.c
Commit message (Collapse)AuthorAgeFilesLines
* Major changesslipstream/RoL2017-02-261-3/+57
| | | | | | | | - Added saveblock structures. - Changed example payload, now it warps to Hall of Fame. - Added helper library for Pokémon manipulation, checksum calculation, etc. - Removed libSave, it's not needed.
* Add support for almost all Gen III gamesslipstream/RoL2017-02-201-0/+18
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!