From ac1738e11dcfc0a574f90b4f4905c2533630eb50 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Tue, 11 Feb 2020 13:54:23 -0500 Subject: Move smokescreen data to src --- include/graphics.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/graphics.h b/include/graphics.h index b0bb0a729..bf3fcb763 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4142,6 +4142,9 @@ extern const u32 gBattleWindowTextPalette[]; extern const u32 gContest2Pal[]; +extern const u32 gSmokescreenImpactTiles[]; +extern const u32 gSmokescreenImpactPalette[]; + extern const u32 gBattleAnimSpriteGfx_Bone[]; extern const u32 gBattleAnimSpriteGfx_Spark[]; extern const u32 gBattleAnimSpriteGfx_Pencil[]; @@ -4800,6 +4803,8 @@ extern const u32 gBattleAnimBgImage_Surf[]; extern const u32 gBattleAnimBgPalette_Surf[]; extern const u32 gBattleAnimBackgroundImageMuddyWater_Pal[]; +extern const u32 gEnemyMonShadow_Gfx[]; + extern const u32 gBattleAnimFogTilemap[]; extern const u32 gUsePokeblockGraph_Gfx[]; -- cgit v1.2.3