diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-02-08 15:07:42 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2019-02-08 15:07:42 -0600 |
commit | 40dc6833c579f13a0ad939e3ac9ebd83d7dd752e (patch) | |
tree | 1c33572592f960763544bcf5396c438e78c8b516 /include/graphics.h | |
parent | abebd2b8648313deeee52ef5be1d6cc0927193ad (diff) |
Fully document tileset animations
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index f86a04085..58a9666a6 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4104,6 +4104,10 @@ extern const u32 gUnknown_08D83B2C[]; extern const u32 gUnknown_08D83C3C[]; extern const u32 gUnknown_08D83900[]; extern const u32 gBattleFrontierGfx_DomeOptions[]; +extern const u16 gTilesetAnims_BattleDomePals0_0[]; +extern const u16 gTilesetAnims_BattleDomePals0_1[]; +extern const u16 gTilesetAnims_BattleDomePals0_2[]; +extern const u16 gTilesetAnims_BattleDomePals0_3[]; extern const u32 gBattleArenaJudgementSymbolsGfx[]; extern const u32 gBattleArenaJudgementSymbolsPalette[]; |