summaryrefslogtreecommitdiff
path: root/include/graphics.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-07-06 19:25:06 -0500
committercamthesaxman <cameronghall@cox.net>2017-07-06 19:25:06 -0500
commitad7a7222a538380b446f9aecde44c5222ff3b68a (patch)
treefe88555cb303e6e2122b829401ade2bd78bdc962 /include/graphics.h
parent42562fd8dfe66b2469a4f2a71ac204b2a74ac84a (diff)
decompile sub_80A34B4 - ClearBag
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 c3fe20996..fc0cc3adf 100644
--- a/include/graphics.h
+++ b/include/graphics.h
@@ -2435,4 +2435,10 @@ extern const u8 gMonFrontPic_UnownQuestionMark[];
extern const u8 gMonBackPic_UnownQuestionMark[];
extern const u8 gMonIcon_UnownQuestionMark[];
+// data/graphics.s
+extern const u8 gBagScreen_Gfx[];
+extern const u8 gBagScreenMale_Pal[];
+extern const u8 gBagScreenFemale_Pal[];
+extern const u16 gUnknown_08E77004[];
+
#endif // GUARD_GRAPHICS_H