diff options
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 6 |
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[]; |