Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-06 | finish decompiling intro.c (#169) | Cameron Hall | |
* finish decompiling * remove intro.s | |||
2017-01-06 | make ROM match | YamaArashi | |
2017-01-06 | Dump the cries and rewrite aif2pcm. (#156) | yenatch | |
2017-01-06 | fix broken build | YamaArashi | |
2017-01-06 | Merge pull request #168 from camthesaxman/intro | YamaArashi | |
decompile more intro functions | |||
2017-01-06 | decompile more intro functions | camthesaxman | |
2017-01-06 | Merge pull request #167 from marijnvdwerf/decompile/credits | YamaArashi | |
Start decompiling credits | |||
2017-01-07 | Start decompiling credits | Marijn van der Werf | |
2017-01-06 | complete PokemonStorage struct | YamaArashi | |
2017-01-06 | trim whitespace | YamaArashi | |
2017-01-06 | make BattleAICmd_unk_30 match | YamaArashi | |
2017-01-06 | dump subsprite table | YamaArashi | |
2017-01-06 | move vars to header | YamaArashi | |
2017-01-06 | define pokemon size record data in C | YamaArashi | |
2017-01-06 | get rid of battle AI incbin | YamaArashi | |
2017-01-05 | get rid of Shedinja-related incbin | YamaArashi | |
2017-01-05 | split data | YamaArashi | |
2017-01-05 | lottery prize data | YamaArashi | |
2017-01-05 | item constants | YamaArashi | |
2017-01-05 | global.h formatting | YamaArashi | |
2017-01-05 | split out more data | YamaArashi | |
2017-01-05 | Merge pull request #166 from ProjectRevoTPP/master | YamaArashi | |
quick fix to make ROM build again | |||
2017-01-06 | quick fix to make ROM build again | ProjectRevoTPP | |
2017-01-05 | more 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-05 | Merge pull request #164 from marijnvdwerf/decompile/contest-painting | YamaArashi | |
Contest painting | |||
2017-01-06 | Contest painting | Marijn van der Werf | |
2017-01-05 | Merge pull request #163 from camthesaxman/intro | YamaArashi | |
decompile more intro functions | |||
2017-01-05 | Merge pull request #162 from marijnvdwerf/decompile/party_menu | YamaArashi | |
Decompile party_menu functions | |||
2017-01-05 | decompile up to sub_813D908 | camthesaxman | |
2017-01-06 | Decompile party_menu functions | Marijn van der Werf | |
2017-01-05 | decompile up to sub_813D584 | camthesaxman | |
2017-01-05 | decompile sub_813D0CC | camthesaxman | |
2017-01-05 | define fanfare data in C | YamaArashi | |
2017-01-05 | define palette struct in C | YamaArashi | |
2017-01-05 | split out tileset anim data | YamaArashi | |
2017-01-05 | get rid of MenuItem struct | YamaArashi | |
2017-01-05 | define some menu data in C | YamaArashi | |
2017-01-05 | split out party_menu data | YamaArashi | |
2017-01-05 | split out reset_rtc_screen data | YamaArashi | |
2017-01-05 | split out field_tasks data | YamaArashi | |
2017-01-05 | field_8 -> savedCallback | YamaArashi | |
2017-01-05 | name clock functions | YamaArashi | |
2017-01-04 | begin decompiling more intro code | camthesaxman | |
2017-01-04 | add some vars | YamaArashi | |
2017-01-04 | use SYS_CLOCK_SET define | YamaArashi | |
2017-01-04 | name function | YamaArashi | |
2017-01-04 | decompile more summary screen functions | YamaArashi | |
2017-01-04 | decompile clock.c (#161) | ProjectRevoTPP | |
* remove matsuda debug menu from ld_script * decompile clock.c * formatting | |||
2017-01-04 | remove matsuda debug menu from ld_script (#160) | ProjectRevoTPP | |
2017-01-04 | almost finish decompiling matsuda_debug_menu.c (#158) | Cameron Hall | |
* almost finish decompiling matsuda_debug_menu.c * rename sub_8071C20 to CloseMenu |