summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorgolem galvanize <golemgalvanize@github.com>2018-02-12 13:59:42 -0500
committergolem galvanize <golemgalvanize@github.com>2018-02-12 13:59:42 -0500
commitf81c52b56e865d8ecc753a69a31a5148548320a6 (patch)
tree09d234799530fc308c4a76f9e002d6778940c540 /include/graphics.h
parentf2144e993268d7fee2d807c30e97032f4c6808e1 (diff)
more fixes
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/graphics.h b/include/graphics.h
index 8ed54bcfb..6e5de9ef4 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -2721,8 +2721,8 @@ 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[];
+extern const u16 gBagScreenFemale_Pal[];
+extern const u16 gBagScreenMale_Pal[];
+extern const u8 gBagMenuHMIcon_Gfx[];
#endif //GUARD_GRAPHICS_H