Commit Graph

226 Commits

Author SHA1 Message Date
Cameron Hall
e2daa41862 start decompiling field_control_avatar.c (#177)
* start decompiling field_control_avatar.c

* remove field_control_player_avatar.c
2017-01-08 15:42:17 -08:00
YamaArashi
cee1e81cb0 rename truck_scene.c to field_special_scene.c 2017-01-08 00:31:14 -08:00
YamaArashi
11f95794b9 decompile porthole code 2017-01-08 00:22:21 -08:00
Cameron Hall
c4c79da09a finish decompiling intro.c (#169)
* finish decompiling

* remove intro.s
2017-01-06 23:54:16 -08:00
YamaArashi
5428379474 Merge pull request #168 from camthesaxman/intro
decompile more intro functions
2017-01-06 18:48:55 -08:00
camthesaxman
b6b9ebd3ee decompile more intro functions 2017-01-06 20:32:46 -06:00
YamaArashi
350bd3b11a complete PokemonStorage struct 2017-01-06 02:34:39 -08:00
YamaArashi
8a4775755c move vars to header 2017-01-06 00:44:08 -08:00
YamaArashi
c1b2c31a4a item constants 2017-01-05 20:39:55 -08:00
YamaArashi
746b12fb99 global.h formatting 2017-01-05 20:22:44 -08:00
ProjectRevoTPP
dc2d1251f1 quick fix to make ROM build again 2017-01-06 04:13:59 +00:00
ProjectRevoTPP
94fb9ab2a9 more labels (#165)
* 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 19:50:45 -08:00
YamaArashi
2bf932b4f0 Merge pull request #163 from camthesaxman/intro
decompile more intro functions
2017-01-05 15:58:58 -08:00
Marijn van der Werf
505ad946b9 Decompile party_menu functions 2017-01-06 00:44:16 +01:00
camthesaxman
e7ea49dc38 decompile up to sub_813D584 2017-01-05 17:08:36 -06:00
YamaArashi
9b0872d1b8 define some menu data in C 2017-01-05 04:24:19 -08:00
YamaArashi
3dc2f89924 field_8 -> savedCallback 2017-01-05 02:53:34 -08:00
YamaArashi
8da8d575ba name clock functions 2017-01-05 02:49:06 -08:00
camthesaxman
1505e4e24c begin decompiling more intro code 2017-01-04 23:20:09 -06:00
YamaArashi
af4845a4a1 add some vars 2017-01-04 20:16:15 -08:00
YamaArashi
ef6bf02e70 decompile more summary screen functions 2017-01-04 19:38:14 -08:00
ProjectRevoTPP
4b16d04dcc decompile clock.c (#161)
* remove matsuda debug menu from ld_script

* decompile clock.c

* formatting
2017-01-04 19:20:17 -08:00
Cameron Hall
41d2b112eb almost finish decompiling matsuda_debug_menu.c (#158)
* almost finish decompiling matsuda_debug_menu.c

* rename sub_8071C20 to CloseMenu
2017-01-04 14:32:45 -08:00
ProjectRevoTPP
370c7f7853 more labels (#159)
* labels for tv.c and tv.s

* match function prologue a little bit better

* whoops

* label and document lottery_corner.c

* gSoftResetDisabled

* add labels for main_menu.c

* labels for metatile_behavior.c
2017-01-04 14:31:44 -08:00
Marijn van der Werf
052a033610 Decompile sub_800DC24 2017-01-04 20:39:34 +01:00
YamaArashi
355428ee31 name some functions 2017-01-04 04:45:33 -08:00
YamaArashi
b6b8d053ec Emerald version enum 2017-01-04 04:29:25 -08:00
YamaArashi
19f0d5a5cf make PokemonSummaryScreen_PrintTrainerMemo match 2017-01-03 21:10:34 -08:00
Marijn van der Werf
c03e7be9af Attempt to decompile trainer memo printing 2017-01-03 19:55:00 +01:00
YamaArashi
6f64e68814 decompile coord_event_weather.c 2017-01-02 23:23:23 -08:00
YamaArashi
bb2c7f3e07 name functions and split data more 2017-01-02 22:58:06 -08:00
Marijn van der Werf
2f362cf67a Partly decompile tv show 2017-01-03 02:39:58 +01:00
YamaArashi
e7054aed14 name_string_util.s 2017-01-02 04:48:04 -08:00
YamaArashi
98e5b2ccac name battle setup functions 2017-01-02 03:50:37 -08:00
YamaArashi
1ae67805bc battle type constants 2017-01-02 03:10:02 -08:00
ProjectRevoTPP
98062c69d6 label and document berry.c, decompress.c, item_use.c and label gBattleTypeFlags (#146)
* make ROM match again

* clean up item_use.c labels and clarify functions.

* label and clarify some functions in decompress.c

* label and clarify berry.c

* rename 20239F8 to gBattleTypeFlags

* formatting
2017-01-02 01:27:51 -08:00
YamaArashi
145e90483b event_data.c 2017-01-02 01:01:13 -08:00
YamaArashi
c4af9225bc split rom_806936C 2017-01-01 23:25:19 -08:00
YamaArashi
80e95a2047 braille puzzle stuff 2017-01-01 22:41:17 -08:00
YamaArashi
8ce0fb4b20 fix flag names 2017-01-01 22:13:39 -08:00
YamaArashi
6983ce9c20 add flags 2017-01-01 22:03:37 -08:00
YamaArashi
4099235b1f mail data in save block 1 2017-01-01 20:28:45 -08:00
YamaArashi
68edc37098 fix MapEvents struct 2017-01-01 19:00:01 -08:00
YamaArashi
530adda955 name some functions 2017-01-01 18:30:55 -08:00
ProjectRevoTPP
7de050c235 start decompiling item_use.c (#144)
* begin decompiling item_use.c

* decompile more of item_use.c

* commit what I have currently

* formatting
2017-01-01 16:16:57 -08:00
YamaArashi
84c5030e20 use more constants in CalculateBaseDamage 2016-12-31 12:07:32 -08:00
YamaArashi
fc7bec7f53 decompile more of pokemon_3 2016-12-30 22:41:03 -08:00
YamaArashi
5c1c941182 begin decompiling pokemon_3 2016-12-30 16:11:16 -08:00
YamaArashi
dd6ae92fac decompile sub_80B5578 and sub_80B5684 2016-12-30 00:02:01 -08:00
YamaArashi
1eeb0b58b5 add nonmatching cleaner code for mystery_event_menu.c 2016-12-29 21:32:16 -08:00