diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2019-01-26 15:14:17 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-26 15:14:17 -0600 |
commit | f4af987c01c95d98a9d2ee943cc11315f80951d1 (patch) | |
tree | 7f79c6027ee6a7cc6eff4982fece077580c0ee91 /include/graphics.h | |
parent | 29b9483f39ad247dd29ea8a2c2c68af1bb64fb43 (diff) | |
parent | 54ddbaaf0cef7aabf69521feb6dbec222e3df6f0 (diff) |
Merge pull request #526 from DizzyEggg/frontier_pass
Frontier Pass
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 77390db90..cfe73c6c3 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4860,4 +4860,18 @@ extern const u32 gUnknown_08DD228C[]; extern const u32 gUnknown_08DD2E5C[]; extern const u32 gUnknown_08DD1F78[]; +// 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 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 |