diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-02-11 18:00:45 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-02-11 18:00:45 -0500 |
commit | 42cfbcb197bb271e675a4b2b9e70a2647bd65532 (patch) | |
tree | 4dacd3fef73f4749845d0fa4ccd91f2bb7fa4b10 /include/graphics.h | |
parent | 601a942db45bd5697d15ae2fd8ab10c8259410b4 (diff) |
some fixes
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 39662c8c1..4eac25856 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2713,6 +2713,15 @@ extern const u8 gRaySceneHushBg_Pal[]; extern const u8 gRaySceneHushBg_Gfx[]; extern const u8 gRaySceneHushRing_Gfx[]; +//main menu/birch graphics +extern const u16 gMainMenuBgPal[]; +extern const u16 gMainMenuTextPal[]; +extern const u16 gUnknown_082FECFC[]; +extern const u16 gUnknown_082FF028[]; +extern const u16 gUnknown_082FF018[]; +extern const u8 gBirchIntroShadowGfx[]; +extern const u8 gUnknown_082FEEF0[]; + //menu graphics extern const u16 gFireRedMenuElements1_Pal[16]; extern const u16 gFireRedMenuElements2_Pal[16]; |