about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* New features and bugfixesslipstream/RoL2017-02-211-11/+124
| | | | | | | - Fixed FireRed v1.0 (Japan) support - Now reloads the Pokémon from the loaded savefile after calling the payload, so the payload can modify those parts of saveBlock1 directly - Decrypts "secure" save data areas in FireRed, LeafGreen and Emerald
* Add support for almost all Gen III gamesslipstream/RoL2017-02-207-15/+299
| | | | | | | | | | | | 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!
* make sure data directory existsslipstream/RoL2017-02-191-1/+2
| | | Fixes build errors
* Initial commit of the forkslipstream/RoL2017-02-1911-636/+616
| | | | Forking gba-link-cable-dumper to gba-gen3multiboot
* -added the ability to clear the save on the gba cartridge directlyFIX942016-07-212-17/+35
|
* Merge branch 'master' of https://github.com/FIX94/gba-link-cable-dumperFIX942016-04-221-4/+6
|\
| * Update README.mdFIX942016-04-111-4/+6
| |
* | -make sure to correct filenames with invalid filesystem characters (issue #3)FIX942016-04-222-78/+69
|/ | | | -corrected the si transfer delay code to only have one properly set delay
* added gba bios dumpingFIX942016-04-102-4/+67
|
* Merge branch 'master' of https://github.com/FIX94/gba-link-cable-dumperFIX942016-04-101-3/+3
|\
| * Update README.mdFIX942016-04-091-3/+3
| |
* | general cleanupFIX942016-04-105-195/+117
|/
* fixed up eeprom supportFIX942016-04-092-7/+12
|
* added experimental save support (only tested with EEPROM)FIX942016-04-084-71/+998
|
* removed unused fileFIX942016-04-081-131/+0
|
* first commit, enjoyFIX942016-04-088-1/+1070
|
* Initial commitFIX942016-04-082-0/+23