summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-02-07 18:24:42 -0600
committerGitHub <noreply@github.com>2018-02-07 18:24:42 -0600
commit250538fcae79e4d11c6efb4f4bfb34080f72bd48 (patch)
treeb81a93d022488ed5a71ce0ac80ee4dd1b5662ac9 /include/graphics.h
parent48e63979c8a131bc059974194bd548f60dcdd24c (diff)
parent772fd47564da4d2c4072b83e43a9cc28e62ce5bb (diff)
Merge pull request #205 from Diegoisawesome/menu
Decompile menu.s and new_menu_helpers.s
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h6
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