summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-11-24 15:59:14 -0500
committerGitHub <noreply@github.com>2020-11-24 15:59:14 -0500
commit8d29f65c6c7f34aa53ae2e7ae3e4f34a95025602 (patch)
tree5b62a9457d2ddc4145763f94eb1e03257dc38665 /include/graphics.h
parentc0e3c71673b12ce8380f0c0f189398c7c535493c (diff)
parent9d056e865655af52c16be7c04df42be378259439 (diff)
Merge pull request #1255 from GriffinRichards/doc-paltags
Name object event palettes and tags
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 32268d6db..936f95aa8 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -5014,4 +5014,10 @@ extern const u16 gPokenavMessageBox_Pal[];
extern const u32 gPokenavOptions_Gfx[];
extern const u16 gPokenavOptions_Pal[];
+// Object event pals
+extern const u16 gObjectEventPal_Brendan[];
+extern const u16 gObjectEventPal_May[];
+extern const u16 gObjectEventPal_RubySapphireBrendan[];
+extern const u16 gObjectEventPal_RubySapphireMay[];
+
#endif //GUARD_GRAPHICS_H