diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-06 19:25:06 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-06 19:25:06 -0500 |
commit | ad7a7222a538380b446f9aecde44c5222ff3b68a (patch) | |
tree | fe88555cb303e6e2122b829401ade2bd78bdc962 /include/graphics.h | |
parent | 42562fd8dfe66b2469a4f2a71ac204b2a74ac84a (diff) |
decompile sub_80A34B4 - ClearBag
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 6 |
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 |