diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-04-09 01:05:20 +0000 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-04-08 18:05:20 -0700 |
commit | 83d7f52f2cadd4232ee674947a93e93fc18e483a (patch) | |
tree | a7b36f471848a276c896ea874515b4ddb37e96d2 /src/rom4.c | |
parent | 30310871d369055715374958e5244f84c028da7f (diff) |
finish decompiling item_use.c (#244)
* nonmatching sub_80C9720 and decompile sub_80C9838
* finish decompiling Itemfinder functions.
* decompile ItemUseOutOfBattle_PokeblockCase and ItemUseOutOfBattle_CoinCase
* rename field_doortransition
* rename weather file
* decompile more of item_use.c
* decompile up to repel code
* decompile up to stat increase code
* finish decompiling item_use.c
* remove item_use from ld_script
Diffstat (limited to 'src/rom4.c')
-rw-r--r-- | src/rom4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rom4.c b/src/rom4.c index 9d7fec115..cc734cad9 100644 --- a/src/rom4.c +++ b/src/rom4.c @@ -28,7 +28,7 @@ #include "start_menu.h" #include "task.h" #include "tileset_anim.h" -#include "weather.h" +#include "field_screeneffect.h" #include "wild_encounter.h" #include "script_pokemon_80C4.h" #include "clock.h" |