diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-02-06 13:17:09 -0600 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-02-06 21:14:28 -0600 |
commit | 1253cbf5f6780386acda0cfab8f201bf5a70570e (patch) | |
tree | 8f46616dc2b0b838785503a6e247ebc8e31f6961 /include/graphics.h | |
parent | e9149b86086c1f61309f788a22874ac5b0492e15 (diff) |
Document some battle anim things
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/graphics.h b/include/graphics.h index f7eaa394d..0f7c604e7 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4724,9 +4724,9 @@ extern const u32 gBattleAnimBackgroundTilemap_17[]; extern const u32 gBattleAnimBackgroundTilemap_20[]; extern const u32 gBattleAnimBackgroundTilemap_21[]; -extern const u32 gUnknown_08C1D0AC[]; -extern const u32 gUnknown_08C1D1E8[]; -extern const u32 gUnknown_08C1D210[]; +extern const u32 gMetalShineGfx[]; +extern const u32 gMetalShinePalette[]; +extern const u32 gMetalShineTilemap[]; extern const u32 gUnknown_08C20668[]; extern const u32 gUnknown_08C20684[]; |