summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-28define 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-27define more data in C (#220)Cameron Hall
* define more data in C * correct typo in comments
2017-01-27start decompiling more of field_map_objcamthesaxman
2017-01-27clean up variables in sub_80B6998YamaArashi
2017-01-27make sub_80B6998 matchYamaArashi
2017-01-27define 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-25make scaninc build under GCC (#218)Cameron Hall
2017-01-25finish 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-24decompile more of naming_screen (#216)Cameron Hall
* decompile more code * incbin graphics data * decompile more code
2017-01-24make preproc build under GCC (#215)Cameron Hall
2017-01-23preproc incbinsYamaArashi
2017-01-22change preproc syntax for C stringsYamaArashi
2017-01-22Merge pull request #214 from camthesaxman/naming_screenYamaArashi
start decompiling naming_screen
2017-01-22start decompiling naming_screencamthesaxman
2017-01-22decompile script_movement (#213)Cameron Hall
* start decompiling script_movement * finish decompiling * delete script_movement.s
2017-01-21label a few things and put data in field_player_avatar.c (#212)Cameron Hall
2017-01-21formattingYamaArashi
2017-01-21decompile field_region_mapYamaArashi
2017-01-21Merge pull request #210 from camthesaxman/battle_party_menuYamaArashi
finish decompiling battle_party_menu
2017-01-21finish decompiling battle_party_menucamthesaxman
2017-01-21Merge pull request #209 from camthesaxman/battle_party_menuYamaArashi
start decompiling battle_party_menu
2017-01-21Merge pull request #208 from camthesaxman/bikeYamaArashi
remove redundant prototypes and use static
2017-01-21clean up bike.cYamaArashi
2017-01-21decompile more of battle_party_menucamthesaxman
2017-01-21start decompiling battle_party_menucamthesaxman
2017-01-21remove redundant prototypes and use staticcamthesaxman
2017-01-21finish 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-20decompile sub_80E5DA0YamaArashi
2017-01-20put 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-20decompile 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-20decompile sub_805AAB0YamaArashi
2017-01-20decompile first few functions of field_map_obj.c (#204)ProjectRevoTPP
* decompile first few functions of field_map_obj.c * formatting
2017-01-20start decompiling bike.c (#203)ProjectRevoTPP
* start decompiling bike.c * decompile more of bike.c * decompile MovePlayerOnAcroBike and CheckMovementInputAcroBike
2017-01-19decompile rom6 (#202)Cameron Hall
* decompile rom6 * newline
2017-01-19finish 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-18decompile 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-18start decompiling rom3 (#198)Cameron Hall
* start decompiling rom3 * newline * decompile sub_800BA78
2017-01-17Merge pull request #197 from camthesaxman/fix_nonmatchingYamaArashi
decompile sub_8146798
2017-01-17decompile sub_8146798camthesaxman
2017-01-17decompile dp01_getattr_by_ch1_for_player_pokemon (#196)Cameron Hall
2017-01-17Merge pull request #195 from marijnvdwerf/clean/data-variablesYamaArashi
Use variable names instead of raw offsets in data
2017-01-17Merge pull request #194 from marijnvdwerf/clean/cleanup-1YamaArashi
Include data for gUnknown_0840CA00
2017-01-17Use variable names instead of raw offsets in dataMarijn van der Werf
2017-01-17Include data for gUnknown_0840CA00Marijn van der Werf
2017-01-17Merge pull request #193 from marijnvdwerf/clean/cleanup-1YamaArashi
Clean up various things
2017-01-17Declare gBGTilemapBuffers in headerMarijn van der Werf
2017-01-17Remove trailing whitespaceMarijn van der Werf
2017-01-17Sort includesMarijn van der Werf
2017-01-17Move `gStringVar` declarations to text.hMarijn van der Werf
2017-01-17Clean up credits.cMarijn van der Werf