summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorgolem galvanize <golemgalvanize@github.com>2018-02-08 21:00:28 -0500
committergolem galvanize <golemgalvanize@github.com>2018-02-08 21:00:28 -0500
commit56e1a52823e111ba360031338249a08162150a08 (patch)
tree2779531f046d944182f88bbc1e17adf36aa2b9e4 /include/graphics.h
parentde95a703b0350996ca26f245392c3a1dae34ea63 (diff)
Fixes
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 39662c8c1..8ed54bcfb 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -2719,4 +2719,10 @@ 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 u16 gBagScreenFemale_Pal[];
+extern u16 gBagScreenMale_Pal[];
+extern u8 gBagMenuHMIcon_Gfx[];
+
#endif //GUARD_GRAPHICS_H