summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-03 16:06:58 -0400
committerGriffinR <griffin.g.richards@gmail.com>2021-11-03 17:38:08 -0400
commit085f8adec62be6a1ecf7b4389148867408b30bed (patch)
tree5ef7348899ff867646ba9d13904ff034df7af7ed /include/graphics.h
parent9a0618afc3f7ccf8a5d19ee5815fd388003d4a95 (diff)
Start remaining menu documentation
Diffstat (limited to 'include/graphics.h')
-rw-r--r--include/graphics.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/graphics.h b/include/graphics.h
index a58b0f0f1..eeb8f65a3 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -3855,10 +3855,10 @@ extern const u32 gItemIcon_ReturnToFieldArrow[];
extern const u32 gItemIconPalette_ReturnToFieldArrow[];
//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[];
+extern const u16 gMenuInfoElements1_Pal[16];
+extern const u16 gMenuInfoElements2_Pal[16];
+extern const u16 gMenuInfoElements3_Pal[16];
+extern const u8 gMenuInfoElements_Gfx[];
// item menu graphics
extern const u32 gBagScreen_Gfx[];