summaryrefslogtreecommitdiff
path: root/src/pokemon_storage_system.c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-12-24 01:33:57 -0600
committerGitHub <noreply@github.com>2018-12-24 01:33:57 -0600
commit980b055bf09215d89870730fa8cea2ac207e2260 (patch)
tree60c96f448c076fae793c378cd2327779b5821718 /src/pokemon_storage_system.c
parentf835a356622b0038d82bd45fe698d5663091fcde (diff)
parent72aa9eb5a91bc36514eb5cf922c5cde209fba8c5 (diff)
Merge pull request #471 from DizzyEggg/clean
Get rid of externs and add includes
Diffstat (limited to 'src/pokemon_storage_system.c')
-rw-r--r--src/pokemon_storage_system.c5
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[];