diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-02-08 09:41:36 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2019-02-08 09:41:36 -0600 |
commit | 4570e3b6a5fc1d652c224069a711d9f2fbee50e0 (patch) | |
tree | b37b0ee5e52dac0b02a8c91214b3df6533f59ed9 /include/graphics.h | |
parent | 3a40f5203baafb29f94dda8abdce6489d81635ae (diff) |
Document battle arena
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/graphics.h b/include/graphics.h index 0f7c604e7..f86a04085 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4105,8 +4105,8 @@ extern const u32 gUnknown_08D83C3C[]; extern const u32 gUnknown_08D83900[]; extern const u32 gBattleFrontierGfx_DomeOptions[]; -extern const u32 gUnknown_08D854E8[]; -extern const u32 gUnknown_08D855E8[]; +extern const u32 gBattleArenaJudgementSymbolsGfx[]; +extern const u32 gBattleArenaJudgementSymbolsPalette[]; extern const u32 gContest2Pal[]; extern const u32 gBattleAnimSpriteSheet_000[]; |