diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-01-25 23:32:45 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2019-01-25 23:32:45 +0100 |
commit | 08a3533682706283fa7e563f26bd06984010628e (patch) | |
tree | acf19c586c6dbc6bca4acdaf6d29bed1fbb907fb /include/graphics.h | |
parent | 29b9483f39ad247dd29ea8a2c2c68af1bb64fb43 (diff) |
Start frontier pass
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 77390db90..d6a32cab2 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4860,4 +4860,9 @@ 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 u16 gUnknown_08DE07C8[][16]; + #endif //GUARD_GRAPHICS_H |