about summary refs log tree commit diff stats
path: root/gba/source/main.c
Commit message (Expand)AuthorAgeFilesLines
* Extractor now gets gift ribbon descriptionsKelly Rauchenberger2017-09-301-0/+30
* Extractor now gets box namesKelly Rauchenberger2017-09-241-0/+20
* GBA now sends over contents of boxesKelly Rauchenberger2017-09-241-2/+30
* GBA now sends over entire party instead of just first PokémonKelly Rauchenberger2017-09-241-2/+4
* Fixed shininess determinationKelly Rauchenberger2017-09-231-5/+1
* Increased stability and added support for non-English namesKelly Rauchenberger2017-09-101-1/+16
* Started working on serializing pokemon dataKelly Rauchenberger2017-08-181-26/+60
* App now waits for confirmation to import, and reads pokedex seen&caughtKelly Rauchenberger2017-07-131-0/+57
* Fixed indentationKelly Rauchenberger2017-07-111-7/+5
* Major reformatting, cleaning up black magicKelly Rauchenberger2017-07-111-405/+80
* Things are semi-reliably working now!Kelly Rauchenberger2017-07-111-23/+41
* started tweaking with stuffKelly Rauchenberger2017-07-111-208/+384
* -added the ability to clear the save on the gba cartridge directlyFIX942016-07-211-8/+17
* -make sure to correct filenames with invalid filesystem characters (issue #3)FIX942016-04-221-1/+1
* added gba bios dumpingFIX942016-04-101-2/+28
* general cleanupFIX942016-04-101-31/+49
* added experimental save support (only tested with EEPROM)FIX942016-04-081-20/+114
* first commit, enjoyFIX942016-04-081-0/+94