about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Extractor now gets box namesKelly Rauchenberger2017-09-242-0/+43
* Fixed Unown form determinationKelly Rauchenberger2017-09-242-5/+5
* GBA now sends over contents of boxesKelly Rauchenberger2017-09-245-196/+291
* Fixed transfer of contest statsKelly Rauchenberger2017-09-241-6/+6
* GBA now sends over entire party instead of just first PokémonKelly Rauchenberger2017-09-241-2/+4
* Added more data to the HTTP POSTKelly Rauchenberger2017-09-231-1/+66
* Stopped bit-packing serialized Pokémon dataKelly Rauchenberger2017-09-231-7/+7
* Fixed shininess determinationKelly Rauchenberger2017-09-233-15/+7
* Expanded gender fieldKelly Rauchenberger2017-09-232-6/+6
* Fixed Japanese left quote codepointKelly Rauchenberger2017-09-231-1/+1
* Wii can now send a POST request to a websiteKelly Rauchenberger2017-09-1613-19/+3793
* Added "Orre" flag to Pokémon serializationKelly Rauchenberger2017-09-132-1/+3
* 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-105-3/+590
* Increased stability and added support for non-English namesKelly Rauchenberger2017-09-109-85/+448
* Added base stats for all of Deoxys's FormesKelly Rauchenberger2017-08-293-6/+46
* Actually wrote a descriptive READMEKelly Rauchenberger2017-08-191-8/+12
* Removed dependency on ROM-internal arraysKelly Rauchenberger2017-08-189-15/+2567
* Added copyright info to the top of three new filesKelly Rauchenberger2017-08-183-0/+18
* Started working on serializing pokemon dataKelly Rauchenberger2017-08-1811-45/+774
* Debug output lists pokedex numbers for seen/caughtKelly Rauchenberger2017-07-161-10/+13
* Removed a lot of sleeps that turned out to be unnecessaryKelly Rauchenberger2017-07-131-6/+4
* Organized code moreKelly Rauchenberger2017-07-138-606/+550
* App now waits for confirmation to import, and reads pokedex seen&caughtKelly Rauchenberger2017-07-134-1/+135
* Fixed indentationKelly Rauchenberger2017-07-116-269/+268
* Merged in gba-gen3multibootKelly Rauchenberger2017-07-116-12/+19
|\
| * Fix readmeslipstream/RoL2017-02-261-4/+4
| * Merge remote-tracking branch 'origin/master'slipstream/RoL2017-02-261-1/+1
| |\
| | * update readmeslipstream/RoL2017-02-221-2/+2
| * | Major changesslipstream/RoL2017-02-269-632/+1657
| |/
| * 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
| * make sure data directory existsslipstream/RoL2017-02-191-1/+2
| * Initial commit of the forkslipstream/RoL2017-02-1911-636/+616
* | guess I have to update build.bat as wellKelly Rauchenberger2017-07-111-1/+1
* | Major reformatting, cleaning up black magicKelly Rauchenberger2017-07-1112-1707/+348
* | Things are semi-reliably working now!Kelly Rauchenberger2017-07-115-48/+117
* | started tweaking with stuffKelly Rauchenberger2017-07-1117-671/+3415
|/
* -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
|/
* 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