summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2019-10-15 19:17:38 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2019-10-15 19:17:38 -0400
commitf8ae26e8afc9439839e860153054f4c2c33df7bd (patch)
treefbef93ad0b4966dbeb995d087f5df5af3fe0469a /include/graphics.h
parentb08879b07e3712c531f0ca7e8aedead28ff48f78 (diff)
Address review comments
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 117498e5b..6565d0e80 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -1487,8 +1487,8 @@ extern const u8 gMonIcon_Unown_W[];
extern const u8 gMonIcon_Unown_X[];
extern const u8 gMonIcon_Unown_Y[];
extern const u8 gMonIcon_Unown_Z[];
-extern const u8 gMonIcon_Unown_Exclamation_Mark[];
-extern const u8 gMonIcon_Unown_Question_Mark[];
-extern const u8 gMonIcon_Question_Mark[];
+extern const u8 gMonIcon_Unown_ExclamationMark[];
+extern const u8 gMonIcon_Unown_QuestionMark[];
+extern const u8 gMonIcon_QuestionMark[];
#endif //GUARD_GRAPHICS_H