diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-11 13:54:23 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-02-13 14:48:19 -0600 |
commit | ac1738e11dcfc0a574f90b4f4905c2533630eb50 (patch) | |
tree | e0cd546abadb800cd88dfab89249778386a78309 /include/graphics.h | |
parent | d11cd5d217e1992229df23d13a50b0262dce4716 (diff) |
Move smokescreen data to src
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 5 |
1 files changed, 5 insertions, 0 deletions
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[]; |