diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-19 04:03:51 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-07-31 13:28:08 -0400 |
commit | 602855ea99d8015ef5b7709f6fb1e9fd167239e2 (patch) | |
tree | db40c2c24829fd4dc6b65865ce580d9a028fb089 /include/graphics.h | |
parent | c40fb9288cf02f2cba1b72c7377d6272a0eef6f2 (diff) |
Document frontier pass
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/graphics.h b/include/graphics.h index 9be05f38e..f4ad5ed9e 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4958,13 +4958,13 @@ extern const u32 gKantoTrainerCardFrontLink_Tilemap[]; extern const u32 gHoennTrainerCardBg_Tilemap[]; // Frontier Pass -extern const u32 gUnknown_08DE08C8[]; -extern const u32 gUnknown_08DE2084[]; -extern const u32 gUnknown_08DE3350[]; -extern const u32 gUnknown_08DE3374[]; -extern const u32 gUnknown_08DE3060[]; +extern const u32 gFrontierPassBg_Gfx[]; +extern const u32 gFrontierPassBg_Tilemap[]; +extern const u16 gFrontierPassBg_Pal[][16]; +extern const u32 gFrontierPassMapAndCard_Gfx[]; +extern const u32 gFrontierPassCancelButton_Tilemap[]; +extern const u32 gFrontierPassCancelButtonHighlighted_Tilemap[]; extern const u32 gFrontierPassMedals_Gfx[]; -extern const u16 gUnknown_08DE07C8[][16]; extern const u16 gFrontierPassCursor_Pal[]; extern const u16 gFrontierPassMedalsGold_Pal[]; extern const u16 gFrontierPassMedalsSilver_Pal[]; |