summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorgolem galvanize <golemgalvanize@github.com>2018-02-13 22:12:02 -0500
committergolem galvanize <golemgalvanize@github.com>2018-02-13 22:12:02 -0500
commite5b6d15f9163cca8688cd67ca5a0563ce6667601 (patch)
tree5492d50f51f51acca9cf1861c7b5936182649364 /include/graphics.h
parent42cfbcb197bb271e675a4b2b9e70a2647bd65532 (diff)
parent398e775d906ff4f1e5aaad3d8a9eee530c7b122d (diff)
move data to c
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/include/graphics.h b/include/graphics.h
index 4eac25856..6e5de9ef4 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -2713,19 +2713,16 @@ 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];
extern const u16 gFireRedMenuElements3_Pal[16];
extern const u8 gFireRedMenuElements_Gfx[];
+//item menu graphics
+extern const u8 gBagScreen_Gfx[];
+extern const u16 gBagScreenFemale_Pal[];
+extern const u16 gBagScreenMale_Pal[];
+extern const u8 gBagMenuHMIcon_Gfx[];
+
#endif //GUARD_GRAPHICS_H