summaryrefslogtreecommitdiff
path: root/src/contest_painting.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2019-04-04 23:53:06 +0200
committerhuderlem <huderlem@gmail.com>2019-04-05 07:53:23 -0500
commitb0223f691fcc83c18b6ba8df5140d907939b04cf (patch)
tree45f90920c8cdf756a3e31d968f8a458ff952026a /src/contest_painting.c
parentc36476af852b303fbb051b126023059ed5340a1c (diff)
Clean up data headers
Diffstat (limited to 'src/contest_painting.c')
-rw-r--r--src/contest_painting.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/contest_painting.c b/src/contest_painting.c
index 87598f2bd..b43923c7b 100644
--- a/src/contest_painting.c
+++ b/src/contest_painting.c
@@ -1,11 +1,12 @@
#include "global.h"
#include "alloc.h"
#include "battle.h"
+#include "battle_gfx_sfx_util.h"
#include "bg.h"
#include "contest.h"
#include "contest_painting.h"
#include "contest_painting_effects.h"
-#include "battle_gfx_sfx_util.h"
+#include "data.h"
#include "decompress.h"
#include "gpu_regs.h"
#include "international_string_util.h"
@@ -44,8 +45,6 @@ static void VBlankCB_ContestPainting(void);
static void sub_8130380(u8 *spritePixels, u16 *palette, u16 (*destColorBuffer)[64][64]);
extern const u8 gUnknown_0827EA0C[];
-extern const struct CompressedSpriteSheet gMonFrontPicTable[];
-extern const struct CompressedSpriteSheet gMonBackPicTable[];
extern const u8 gContestCoolness[];
extern const u8 gContestBeauty[];
extern const u8 gContestCuteness[];