diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-24 00:02:29 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-24 00:02:29 +0100 |
commit | 9320fe8f8533ae3f0f8ef638f7cc6a51076af21f (patch) | |
tree | 92748ee23bfd38a53236ccfbf8c5f10299e44a97 /src/pokemon_storage_system.c | |
parent | 81b38c00e4933f2dea6fbd2e80ae13692a19fa66 (diff) |
Clear includes
Diffstat (limited to 'src/pokemon_storage_system.c')
-rw-r--r-- | src/pokemon_storage_system.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pokemon_storage_system.c b/src/pokemon_storage_system.c index a988e4104..7b1d8da7c 100644 --- a/src/pokemon_storage_system.c +++ b/src/pokemon_storage_system.c @@ -8,6 +8,7 @@ #include "event_data.h" #include "field_screen_effect.h" #include "field_weather.h" +#include "fldeff_misc.h" #include "gpu_regs.h" #include "graphics.h" #include "international_string_util.h" @@ -462,10 +463,6 @@ EWRAM_DATA static u8 sMovingMonOrigBoxId = 0; EWRAM_DATA static u8 sMovingMonOrigBoxPos = 0; EWRAM_DATA static bool8 sCanOnlyMove = 0; -extern void sub_80F9BCC(u16, u16, u8); -extern void sub_80F9BF4(u16, u16, u8); -extern bool8 sub_80F9C1C(void); -extern bool8 sub_80F9C30(void); extern void sub_80C6D80(u8 *arg0, void *arg1, u8 arg2, u8 arg3, s32 arg4); extern const struct CompressedSpriteSheet gMonFrontPicTable[]; |