Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-28 | define data in title_screen.c and fix build (#221) | Cameron Hall | |
* define more data in C * correct typo in comments * define data in title_screen.c * define data in title_screen.c and fix build | |||
2017-01-27 | define more data in C (#220) | Cameron Hall | |
* define more data in C * correct typo in comments | |||
2017-01-27 | start decompiling more of field_map_obj | camthesaxman | |
2017-01-27 | clean up variables in sub_80B6998 | YamaArashi | |
2017-01-27 | make sub_80B6998 match | YamaArashi | |
2017-01-27 | define more data in C (#219) | Cameron Hall | |
* define some graphics data in C * define wild pokemon in C * use less #ifdefs * define data in berry.c | |||
2017-01-25 | make scaninc build under GCC (#218) | Cameron Hall | |
2017-01-25 | finish decompiling naming_screen (#217) | Cameron Hall | |
* decompile more code * incbin graphics data * decompile more code * decompile more code * finish decompiling * name some functions and variables | |||
2017-01-24 | decompile more of naming_screen (#216) | Cameron Hall | |
* decompile more code * incbin graphics data * decompile more code | |||
2017-01-24 | make preproc build under GCC (#215) | Cameron Hall | |
2017-01-23 | preproc incbins | YamaArashi | |
2017-01-22 | change preproc syntax for C strings | YamaArashi | |
2017-01-22 | Merge pull request #214 from camthesaxman/naming_screen | YamaArashi | |
start decompiling naming_screen | |||
2017-01-22 | start decompiling naming_screen | camthesaxman | |
2017-01-22 | decompile script_movement (#213) | Cameron Hall | |
* start decompiling script_movement * finish decompiling * delete script_movement.s | |||
2017-01-21 | label a few things and put data in field_player_avatar.c (#212) | Cameron Hall | |
2017-01-21 | formatting | YamaArashi | |
2017-01-21 | decompile field_region_map | YamaArashi | |
2017-01-21 | Merge pull request #210 from camthesaxman/battle_party_menu | YamaArashi | |
finish decompiling battle_party_menu | |||
2017-01-21 | finish decompiling battle_party_menu | camthesaxman | |
2017-01-21 | Merge pull request #209 from camthesaxman/battle_party_menu | YamaArashi | |
start decompiling battle_party_menu | |||
2017-01-21 | Merge pull request #208 from camthesaxman/bike | YamaArashi | |
remove redundant prototypes and use static | |||
2017-01-21 | clean up bike.c | YamaArashi | |
2017-01-21 | decompile more of battle_party_menu | camthesaxman | |
2017-01-21 | start decompiling battle_party_menu | camthesaxman | |
2017-01-21 | remove redundant prototypes and use static | camthesaxman | |
2017-01-21 | finish decompiling bike.c (#207) | ProjectRevoTPP | |
* decompile first few functions of field_map_obj.c * formatting * almost finish decompiling bike.c * finish decompiling bike.c | |||
2017-01-20 | decompile sub_80E5DA0 | YamaArashi | |
2017-01-20 | put data in bike.c (#206) | Cameron Hall | |
* start decompiling bike.c * decompile more of bike.c * decompile MovePlayerOnAcroBike and CheckMovementInputAcroBike * decompile more of bike * put data in bike.c | |||
2017-01-20 | decompile more of bike (#205) | Cameron Hall | |
* start decompiling bike.c * decompile more of bike.c * decompile MovePlayerOnAcroBike and CheckMovementInputAcroBike * decompile more of bike | |||
2017-01-20 | decompile sub_805AAB0 | YamaArashi | |
2017-01-20 | decompile first few functions of field_map_obj.c (#204) | ProjectRevoTPP | |
* decompile first few functions of field_map_obj.c * formatting | |||
2017-01-20 | start decompiling bike.c (#203) | ProjectRevoTPP | |
* start decompiling bike.c * decompile more of bike.c * decompile MovePlayerOnAcroBike and CheckMovementInputAcroBike | |||
2017-01-19 | decompile rom6 (#202) | Cameron Hall | |
* decompile rom6 * newline | |||
2017-01-19 | finish decompiling rom3 (#201) | Cameron Hall | |
* start decompiling rom3 * newline * decompile sub_800BA78 * decompile more of rom3 * battle type constants * decompile sub_800C35C * remove sh.exe.stackdump * decompile more of rom3 * can't get dp01_build_cmdbuf_x10_TODO to match * finish decompiling rom3 | |||
2017-01-18 | decompile more of rom3 (#199) | Cameron Hall | |
* start decompiling rom3 * newline * decompile sub_800BA78 * decompile more of rom3 * battle type constants * decompile sub_800C35C * remove sh.exe.stackdump | |||
2017-01-18 | start decompiling rom3 (#198) | Cameron Hall | |
* start decompiling rom3 * newline * decompile sub_800BA78 | |||
2017-01-17 | Merge pull request #197 from camthesaxman/fix_nonmatching | YamaArashi | |
decompile sub_8146798 | |||
2017-01-17 | decompile sub_8146798 | camthesaxman | |
2017-01-17 | decompile dp01_getattr_by_ch1_for_player_pokemon (#196) | Cameron Hall | |
2017-01-17 | Merge pull request #195 from marijnvdwerf/clean/data-variables | YamaArashi | |
Use variable names instead of raw offsets in data | |||
2017-01-17 | Merge pull request #194 from marijnvdwerf/clean/cleanup-1 | YamaArashi | |
Include data for gUnknown_0840CA00 | |||
2017-01-17 | Use variable names instead of raw offsets in data | Marijn van der Werf | |
2017-01-17 | Include data for gUnknown_0840CA00 | Marijn van der Werf | |
2017-01-17 | Merge pull request #193 from marijnvdwerf/clean/cleanup-1 | YamaArashi | |
Clean up various things | |||
2017-01-17 | Declare gBGTilemapBuffers in header | Marijn van der Werf | |
2017-01-17 | Remove trailing whitespace | Marijn van der Werf | |
2017-01-17 | Sort includes | Marijn van der Werf | |
2017-01-17 | Move `gStringVar` declarations to text.h | Marijn van der Werf | |
2017-01-17 | Clean up credits.c | Marijn van der Werf | |