From 94c1924ed8849ccd2bbc7c3f3f4d28400edf72d5 Mon Sep 17 00:00:00 2001 From: jiangzhengwenjz Date: Fri, 8 Nov 2019 10:30:17 +0800 Subject: ice --- include/graphics.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include/graphics.h') diff --git a/include/graphics.h b/include/graphics.h index bc87e4d53..340b737aa 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[]; -- cgit v1.2.3