diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-08-11 17:40:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 17:40:55 -0400 |
commit | 0bc26d9d79a034a50a5b0bb819bfe6bb9802e730 (patch) | |
tree | 93e1efefa7728f05da580aa341537cc9eda47145 /include/graphics.h | |
parent | 3a14f4472d111f8c68bc21ef225a194d3b9d4a85 (diff) | |
parent | 3e60a7840653e50845abf10bb02cd1b519dcd80f (diff) |
Merge pull request #1488 from GriffinRichards/doc-frontierpass2
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 1f40cda01..dcb47a226 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4955,13 +4955,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[]; |