summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-06finish decompiling intro.c (#169)Cameron Hall
* finish decompiling * remove intro.s
2017-01-06make ROM matchYamaArashi
2017-01-06Dump the cries and rewrite aif2pcm. (#156)yenatch
2017-01-06fix broken buildYamaArashi
2017-01-06Merge pull request #168 from camthesaxman/introYamaArashi
decompile more intro functions
2017-01-06decompile more intro functionscamthesaxman
2017-01-06Merge pull request #167 from marijnvdwerf/decompile/creditsYamaArashi
Start decompiling credits
2017-01-07Start decompiling creditsMarijn van der Werf
2017-01-06complete PokemonStorage structYamaArashi
2017-01-06trim whitespaceYamaArashi
2017-01-06make BattleAICmd_unk_30 matchYamaArashi
2017-01-06dump subsprite tableYamaArashi
2017-01-06move vars to headerYamaArashi
2017-01-06define pokemon size record data in CYamaArashi
2017-01-06get rid of battle AI incbinYamaArashi
2017-01-05get rid of Shedinja-related incbinYamaArashi
2017-01-05split dataYamaArashi
2017-01-05lottery prize dataYamaArashi
2017-01-05item constantsYamaArashi
2017-01-05global.h formattingYamaArashi
2017-01-05split out more dataYamaArashi
2017-01-05Merge pull request #166 from ProjectRevoTPP/masterYamaArashi
quick fix to make ROM build again
2017-01-06quick fix to make ROM build againProjectRevoTPP
2017-01-05more labels (#165)ProjectRevoTPP
* more labels and match sub_810745C * formatting * move BattleStruct to battle.h and combine both loose structs * oops * more labels for rom4.c
2017-01-05Merge pull request #164 from marijnvdwerf/decompile/contest-paintingYamaArashi
Contest painting
2017-01-06Contest paintingMarijn van der Werf
2017-01-05Merge pull request #163 from camthesaxman/introYamaArashi
decompile more intro functions
2017-01-05Merge pull request #162 from marijnvdwerf/decompile/party_menuYamaArashi
Decompile party_menu functions
2017-01-05decompile up to sub_813D908camthesaxman
2017-01-06Decompile party_menu functionsMarijn van der Werf
2017-01-05decompile up to sub_813D584camthesaxman
2017-01-05decompile sub_813D0CCcamthesaxman
2017-01-05define fanfare data in CYamaArashi
2017-01-05define palette struct in CYamaArashi
2017-01-05split out tileset anim dataYamaArashi
2017-01-05get rid of MenuItem structYamaArashi
2017-01-05define some menu data in CYamaArashi
2017-01-05split out party_menu dataYamaArashi
2017-01-05split out reset_rtc_screen dataYamaArashi
2017-01-05split out field_tasks dataYamaArashi
2017-01-05field_8 -> savedCallbackYamaArashi
2017-01-05name clock functionsYamaArashi
2017-01-04begin decompiling more intro codecamthesaxman
2017-01-04add some varsYamaArashi
2017-01-04use SYS_CLOCK_SET defineYamaArashi
2017-01-04name functionYamaArashi
2017-01-04decompile more summary screen functionsYamaArashi
2017-01-04decompile clock.c (#161)ProjectRevoTPP
* remove matsuda debug menu from ld_script * decompile clock.c * formatting
2017-01-04remove matsuda debug menu from ld_script (#160)ProjectRevoTPP
2017-01-04almost finish decompiling matsuda_debug_menu.c (#158)Cameron Hall
* almost finish decompiling matsuda_debug_menu.c * rename sub_8071C20 to CloseMenu