about summary refs log tree commit diff stats
path: root/gba
Commit message (Expand)AuthorAgeFilesLines
* Extractor now gets gift ribbon descriptionsKelly Rauchenberger2017-09-302-26/+57
* Extractor now gets ribbonsKelly Rauchenberger2017-09-292-7/+27
* Replaced SHA-224 with BLAKE2sKelly Rauchenberger2017-09-265-576/+416
* Fixed Shedinja hash collisionKelly Rauchenberger2017-09-241-5/+26
* Extractor now gets box namesKelly Rauchenberger2017-09-241-0/+20
* Fixed Unown form determinationKelly Rauchenberger2017-09-241-4/+4
* 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-233-15/+7
* Expanded gender fieldKelly Rauchenberger2017-09-231-1/+4
* Added "Orre" flag to Pokémon serializationKelly Rauchenberger2017-09-131-0/+1
* Fixed bug where Pokémon's language was not serialized properlyKelly Rauchenberger2017-09-111-1/+1
* Added identifying hash to Pokémon data structureKelly Rauchenberger2017-09-103-1/+557
* Increased stability and added support for non-English namesKelly Rauchenberger2017-09-104-24/+23
* Added base stats for all of Deoxys's FormesKelly Rauchenberger2017-08-293-6/+46
* Removed dependency on ROM-internal arraysKelly Rauchenberger2017-08-189-15/+2567
* Added copyright info to the top of three new filesKelly Rauchenberger2017-08-182-0/+12
* Started working on serializing pokemon dataKelly Rauchenberger2017-08-187-43/+656
* App now waits for confirmation to import, and reads pokedex seen&caughtKelly Rauchenberger2017-07-133-0/+81
* Fixed indentationKelly Rauchenberger2017-07-113-20/+18
* Merged in gba-gen3multibootKelly Rauchenberger2017-07-111-2/+1
|\
| * Major changesslipstream/RoL2017-02-268-631/+1656
| * Forgot to commit a fileslipstream/RoL2017-02-211-0/+10
| * New features and bugfixesslipstream/RoL2017-02-211-11/+124
| * Add support for almost all Gen III gamesslipstream/RoL2017-02-207-15/+299
| * Initial commit of the forkslipstream/RoL2017-02-195-233/+444
* | Major reformatting, cleaning up black magicKelly Rauchenberger2017-07-117-1082/+121
* | Things are semi-reliably working now!Kelly Rauchenberger2017-07-112-24/+42
* | started tweaking with stuffKelly Rauchenberger2017-07-1111-211/+2544
|/
* -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-102-131/+63
* fixed up eeprom supportFIX942016-04-091-6/+11
* added experimental save support (only tested with EEPROM)FIX942016-04-083-20/+818
* first commit, enjoyFIX942016-04-082-0/+262