diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-12-21 02:18:03 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-21 02:18:03 -0600 |
commit | e1ada979db4e6aa2d61a5664e2eeaa0e3c89809b (patch) | |
tree | 0e428080cc34043bbbd0aa56f3ea030d60c5e6df /include/graphics.h | |
parent | 6ef96717181dfa1cda548cbe405410aba065e41c (diff) | |
parent | 314b71847170f7853b2d6d863bfdecafa7a0558d (diff) |
Merge pull request #465 from golemgalvanize/decompile_ice
Decompile ice
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index d7bdf096e..cab639f0e 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4748,6 +4748,8 @@ extern const u32 gBattleAnimBackgroundImage_Surf[]; extern const u32 gBattleAnimBackgroundPalette_Surf[]; extern const u32 gBattleAnimBackgroundImageMuddyWater_Pal[]; +extern const u32 gBattleAnimFogTilemap[]; + // Berry blender extern const u32 gBerryBlenderArrowTiles[]; extern const u32 gBerryBlenderStartTiles[]; |