Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-21 | Fully 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-19 | Decomp 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-07 | Some 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-31 | Main 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-28 | decomp, label, doc, repeat | Seth Barberee | |
2021-01-22 | more headway on Pokemon funcs and labeled in asm | Seth Barberee | |
2021-01-20 | mass doc'ing of symbols and some tiny decomp work | Seth Barberee | |
2021-01-09 | 5% wooo | Seth Barberee | |
2021-01-04 | CPU 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-31 | Friend Area Decomp Work (#15) | Seth Barberee | |
split out and work on friend area stuff | |||
2020-12-28 | Document button press related constant | Mateusz Naściszewski | |
2020-12-28 | Decompile xxx_update_stuff | Mateusz Naściszewski | |
2020-12-28 | Decompile GameLoop and lots of renames | Mateusz Naściszewski | |
2020-12-28 | Label funcs and globals | Mateusz Naściszewski | |
2020-12-28 | Decompile UpdateInput | Mateusz Naściszewski | |
and some other minor stuff. | |||
2020-12-20 | Match 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-20 | Refactor DecompressATGlobal, still not matching | Mateusz Naściszewski | |
2020-12-15 | Wonder 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-15 | Fix GetByte NONMATCHING | Mateusz Naściszewski | |
2020-12-15 | Finish translating code_800AAA0 to C! | Mateusz Naściszewski | |
2020-12-15 | Translating Decompression | Mateusz Naściszewski | |
Hopefully part one of many, some NONMATCHINGs in the larger functions, sadly. | |||
2020-12-13 | Make sub_8011940 more comprehensible | Mateusz Naściszewski | |
2020-12-13 | Fix a lot of nonmatchings, some were plain wrong code | Mateusz Naściszewski | |
2020-12-08 | code_80A26CC: fix nonmatching and decomp a few more | Seth Barberee | |
2020-12-04 | more decomping of funcs | Seth Barberee | |
2020-12-03 | split a little and decomped a few more funcs | Seth Barberee | |
2020-12-02 | slight cleanup | Seth Barberee | |
Found a few things when I attempted to decompile GameLoop. | |||
2020-11-23 | isemi-identified VRAM and split personality test funcs | Seth Barberee | |
2020-11-22 | random assortment of decomp work and fix of nonmatchings | Seth Barberee | |
2020-11-21 | Fix sub_8098E18 - jiang/Kermalis | Seth Barberee | |
2020-11-20 | some more work on decomping funcs | Seth Barberee | |
2020-11-20 | few more decomp funcs | Seth Barberee | |
2020-11-20 | finish docing PlayTime and fix function - Kermalis | Seth Barberee | |
2020-11-19 | combining and doc'ing of playtime things | Seth Barberee | |
2020-11-18 | match another function and fix nonmatching | Seth Barberee | |
2020-11-17 | doc a music function | Seth Barberee | |
2020-11-17 | more work on music functions | Seth Barberee | |
2020-11-14 | more decomping and some data dumping | Seth Barberee | |
2020-11-12 | 3% decompiled woo | Seth Barberee | |
2020-11-10 | more work on music.c and few more funcs | Seth Barberee | |
2020-11-08 | used m4a2s from ipatix to do an initial dump of audio and started working on ↵ | Seth Barberee | |
audio part of pmd | |||
2020-11-07 | some data dumping and doc # of friend areas | Seth Barberee | |
2020-11-07 | continue my slow pace | Seth Barberee | |
2020-11-06 | Should be casting to u16 there.. | Seth Barberee | |
Thx Kermalis for the spot | |||
2020-11-05 | more decomp work on some funcs | Seth Barberee | |
2020-11-05 | finally figured out fatal error func and another func | Seth Barberee | |
2020-11-03 | start converting personality descriptions | Seth Barberee | |
2020-11-02 | comment unused funcs | Seth Barberee | |
2020-11-02 | some work on fatal system decomping | Seth Barberee | |
2020-11-02 | fix nonmatching.. needed a volatile | Seth Barberee | |