diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-01-26 20:56:06 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2019-01-26 20:56:06 +0100 |
commit | 01c3f3fc059b01b17ae7ceb0168be76617e1714d (patch) | |
tree | eb8ec0ef843d99ef6f39de8f20c0dd63ed469c09 /include/graphics.h | |
parent | 03549349f89ba464b1f4b4f7c87b204f3045741b (diff) |
Document all of frontier pass
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index ed91b06c1..cfe73c6c3 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4866,6 +4866,12 @@ extern const u32 gUnknown_08DE2084[]; extern const u32 gUnknown_08DE3350[]; extern const u32 gUnknown_08DE3374[]; extern const u32 gUnknown_08DE3060[]; +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[]; +extern const u16 gFrontierPassMapCursor_Pal[]; + #endif //GUARD_GRAPHICS_H |