summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-02-21Fully decomp save.s (#28)Seth Barberee
* some work on decomping more save stuff * code cleanup and decomp another save func * fully decomp save and combine split save c files * fix two nonmatchings
2021-02-19Decomp more of personality_test (#27)Seth Barberee
* decomp most of personality_test * just gonna move the funcs to src in assembly for now so I can combine stuff * label another func and some cleanup * one func of personality test left in asm * small cleanups and labeling of funcs
2021-02-07Some Personality and data (#26)Seth Barberee
* decomp few personality funcs and clean up some pointers in the dungeon data * de-pointer-ify friend area dialogue * clean pointers on a personality test question * decomp a few more main menu funcs and dump some more data * label some funcs
2021-01-31Main Menu and Scripts (#25)Seth Barberee
* label more funcs, dump scripts/text, and decomp main menu * decomp vram func and dump more data * add forgotten file * get rid of goto in UpdateMenu
2021-01-28decomp, label, doc, repeatSeth Barberee
2021-01-22more headway on Pokemon funcs and labeled in asmSeth Barberee
2021-01-20mass doc'ing of symbols and some tiny decomp workSeth 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-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-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-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-13Make sub_8011940 more comprehensibleMateusz Naściszewski
2020-12-13Fix a lot of nonmatchings, some were plain wrong codeMateusz Naściszewski
2020-12-08code_80A26CC: fix nonmatching and decomp a few moreSeth Barberee
2020-12-04more decomping of funcsSeth 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-11-23isemi-identified VRAM and split personality test funcsSeth Barberee
2020-11-22random assortment of decomp work and fix of nonmatchingsSeth Barberee
2020-11-21Fix sub_8098E18 - jiang/KermalisSeth Barberee
2020-11-20some more work on decomping funcsSeth Barberee
2020-11-20few more decomp funcsSeth Barberee
2020-11-20finish docing PlayTime and fix function - KermalisSeth Barberee
2020-11-19combining and doc'ing of playtime thingsSeth Barberee
2020-11-18match another function and fix nonmatchingSeth Barberee
2020-11-17doc a music functionSeth Barberee
2020-11-17more work on music functionsSeth Barberee
2020-11-14more decomping and some data dumpingSeth Barberee
2020-11-123% decompiled wooSeth Barberee
2020-11-10more work on music.c and few more funcsSeth Barberee
2020-11-08used m4a2s from ipatix to do an initial dump of audio and started working on ↵Seth Barberee
audio part of pmd
2020-11-07some data dumping and doc # of friend areasSeth Barberee
2020-11-07continue my slow paceSeth Barberee
2020-11-06Should be casting to u16 there..Seth Barberee
Thx Kermalis for the spot
2020-11-05more decomp work on some funcsSeth Barberee
2020-11-05finally figured out fatal error func and another funcSeth Barberee
2020-11-03start converting personality descriptionsSeth Barberee
2020-11-02comment unused funcsSeth Barberee
2020-11-02some work on fatal system decompingSeth Barberee
2020-11-02fix nonmatching.. needed a volatileSeth Barberee