summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-22more headway on Pokemon funcs and labeled in asmSeth Barberee
2021-01-22split out all dungeon floor id dataSeth Barberee
2021-01-20mass doc'ing of symbols and some tiny decomp workSeth Barberee
2021-01-14switch from build_tools to make toolsSeth Barberee
2021-01-095% woooSeth Barberee
2021-01-04CPU and GPU Reg Funcs Decomp (#16)Seth Barberee
* decomp/doc cpu funcs and gpu reg funcs * use Cpu32 macro funcs * address review comments * decomp SetBGOBJEnableFlags
2020-12-31Friend Area Decomp Work (#15)Seth Barberee
split out and work on friend area stuff
2020-12-28Document button press related constantMateusz Naściszewski
2020-12-28Decompile xxx_update_stuffMateusz Naściszewski
2020-12-28Decompile GameLoop and lots of renamesMateusz Naściszewski
2020-12-28Remove unused field from Input structMateusz Naściszewski
2020-12-28Label funcs and globalsMateusz Naściszewski
2020-12-28Decompile UpdateInputMateusz Naściszewski
and some other minor stuff.
2020-12-20Match DecompressAT function!Mateusz Naściszewski
The global variant is still unmatched. Most of the credit for the hard parts of matching this go to MCBoy, AKA Pidgey on Discord.
2020-12-20Refactor DecompressATGlobal, still not matchingMateusz Naściszewski
2020-12-17Merge pull request #12 from SethBarberee/masterSeth Barberee
Merge work from SethBarberee/pmd-red into pret.
2020-12-15Wonder mail Pt. 1 (#11)Seth Barberee
Some work on decomping/labeling wonder mail. Renamed corresponding assembly/C files. Labeled a few strings in data too.
2020-12-14Merge pull request #10 from mateon1/decompressionSeth Barberee
Translate Decompression, finish off file_system.c
2020-12-15Fix GetByte NONMATCHINGMateusz Naściszewski
2020-12-15Finish translating code_800AAA0 to C!Mateusz Naściszewski
2020-12-15Translating DecompressionMateusz Naściszewski
Hopefully part one of many, some NONMATCHINGs in the larger functions, sadly.
2020-12-13Merge pull request #9 from mateon1/nonmatchingsSeth Barberee
Fix a lot of nonmatchings
2020-12-13Make sub_8011940 more comprehensibleMateusz Naściszewski
2020-12-13Fix a lot of nonmatchings, some were plain wrong codeMateusz Naściszewski
2020-12-12Merge pull request #8 from mateon1/text-dumpingSeth Barberee
Continue dumping and documenting strings
2020-12-13Continue dumping and documenting stringsMateusz Naściszewski
2020-12-12Improve calcrom, add incbin counting, fix a few existing issues (#7)Mateusz Naściszewski
2020-12-12add calcrom and webhook (will be tied in later)Seth Barberee
2020-12-12dump/label more data from data_800D090Seth Barberee
2020-12-12Text data cleanup! (#6)Mateusz Naściszewski
* Text data cleanup! Reformatted and fixed up all of data/text/, and extended charmap.txt The `#P` metacharacter (prompt) acts like a newline, so I reformatted it as such. All `.string` macros followed by `.byte 0x00` have been replaced with `.asciz` where possible, and `.string "...\0"` elsewhere, note that `.asciz` does not respect the charmap, so characters such as 'é' in 'Pokémon' or the various buttons would be incorrectly encoded. Also cleaned up occurences of `.byte 0x24`, which should just be a literal '$' inside the string. * Nuke all instances of `.asciz` As discussed on Discord, globally replaced all `.asciz` macros with `.string "...\0"`, as `.asciz` did not respect the charmap. * Minor string consistency fixes
2020-12-11Move personality test data out of data_80EBA18 (#5)Mateusz Naściszewski
2020-12-11data_80F4278.s dumping (#4)Mateusz Naściszewski
* Dumping menu text, part 1 * Continuing to dump text * Renamed actions array according to suggestion
2020-12-11Resolve a few text incbins (#3)Mateusz Naściszewski
2020-12-08code_80A26CC: fix nonmatching and decomp a few moreSeth Barberee
2020-12-05split more main_data offSeth Barberee
2020-12-04splitting more dungeon floor dataSeth Barberee
2020-12-04more decomping of funcsSeth Barberee
2020-12-03split out more floor dataSeth Barberee
2020-12-03split a little and decomped a few more funcsSeth Barberee
2020-12-02slight cleanupSeth Barberee
Found a few things when I attempted to decompile GameLoop.
2020-12-02Added missing personality test results (#2)z80rotom
2020-11-24fix up matchingSeth Barberee
2020-11-24Revert "more data dumping"Seth Barberee
This reverts commit 88cac2003455015f0fba13c38e3e617c472aa7bd.
2020-11-24more data dumpingSeth Barberee
2020-11-23isemi-identified VRAM and split personality test funcsSeth Barberee
2020-11-22random assortment of decomp work and fix of nonmatchingsSeth Barberee
2020-11-21some more data dump workSeth Barberee
2020-11-21Fix sub_8098E18 - jiang/KermalisSeth Barberee
2020-11-21Fix Windows build (#1)Kermalis
2020-11-20some more work on decomping funcsSeth Barberee