diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-04-04 23:53:06 +0200 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-05 07:53:23 -0500 |
commit | b0223f691fcc83c18b6ba8df5140d907939b04cf (patch) | |
tree | 45f90920c8cdf756a3e31d968f8a458ff952026a /src/pokemon_storage_system.c | |
parent | c36476af852b303fbb051b126023059ed5340a1c (diff) |
Clean up data headers
Diffstat (limited to 'src/pokemon_storage_system.c')
-rw-r--r-- | src/pokemon_storage_system.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pokemon_storage_system.c b/src/pokemon_storage_system.c index fb1be0698..148be7c5c 100644 --- a/src/pokemon_storage_system.c +++ b/src/pokemon_storage_system.c @@ -1,7 +1,7 @@ #include "global.h" #include "alloc.h" #include "bg.h" -#include "data2.h" +#include "data.h" #include "decompress.h" #include "dma3.h" #include "dynamic_placeholder_text_util.h" @@ -463,8 +463,6 @@ EWRAM_DATA static u8 sMovingMonOrigBoxId = 0; EWRAM_DATA static u8 sMovingMonOrigBoxPos = 0; EWRAM_DATA static bool8 sCanOnlyMove = 0; -extern const struct CompressedSpriteSheet gMonFrontPicTable[]; - // This file's functions. static void CreatePCMenu(u8 whichMenu, s16 *windowIdPtr); static void Cb2_EnterPSS(u8 boxOption); |