summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-11-19 11:12:41 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-11-19 11:12:41 -0500
commitff3fb436227a1993add63fdd9f14b61c304b37c8 (patch)
tree9ec424760d0dab9dddd2ac938fc698c249986912 /include/graphics.h
parentd13375a4e03519feb3e9a6b0f7784f09b55b7709 (diff)
parent89dc26755ad2818c10b37a34ed46f5c79dc571c8 (diff)
Merge branch 'master' of github.com:pret/pokefirered into dism_more_data
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/graphics.h b/include/graphics.h
index c057da386..354339235 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -2915,7 +2915,6 @@ extern const u8 gBerryFixWindow_Tilemap[];
extern const u8 gBerryFixWindow_Pal[];
// item_pc
-
extern const u8 gItemPcTiles[];
extern const u32 gItemPcBgPals[];
extern const u8 gItemPcTilemap[];
@@ -3736,6 +3735,11 @@ extern const u32 gSubstituteDollGfx[];
extern const u32 gSubstituteDollTilemap[];
extern const u32 gSubstituteDollPal[];
+// ice
+extern const u8 gWeatherFog1Tiles[];
+extern const u32 gBattleAnimFogTilemap[];
+extern const u16 gUnknown_83C2CE0[];
+
// credits
extern const u32 gCreditsPokeballBgGfxTiles[];
extern const u32 gCreditsPokeballBgGfxMap[];