diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-02-07 19:31:33 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-02-07 19:31:33 -0500 |
commit | 03f8d0d6ce48a302a21d7ef99eed9825800a6394 (patch) | |
tree | cb0240ef6e2468ee49730a3b620d440e5e88d4bc /include/graphics.h | |
parent | 4a903279df847024148b823990a317e79bc23c9f (diff) | |
parent | 250538fcae79e4d11c6efb4f4bfb34080f72bd48 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into decompile_main_menu
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 0635ef5cc..39662c8c1 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2713,4 +2713,10 @@ extern const u8 gRaySceneHushBg_Pal[]; extern const u8 gRaySceneHushBg_Gfx[]; extern const u8 gRaySceneHushRing_Gfx[]; +//menu graphics +extern const u16 gFireRedMenuElements1_Pal[16]; +extern const u16 gFireRedMenuElements2_Pal[16]; +extern const u16 gFireRedMenuElements3_Pal[16]; +extern const u8 gFireRedMenuElements_Gfx[]; + #endif //GUARD_GRAPHICS_H |