diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-10-11 21:23:39 -0400 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-10-11 21:23:39 -0400 |
commit | d3d725cc8398f306eb489dd0e6aa16b7e7564f39 (patch) | |
tree | c8b433ad93f6df13a324d03bc5551d40570e2967 /include/graphics.h | |
parent | 72c9abbb667dfb8ec1c596559b97c7571d1084cf (diff) |
decompiled up to sub_81B0948
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 4cbee1c34..a7bbc5b68 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -3914,6 +3914,11 @@ extern const u16 gIntro2BrendanNoTurnPal[]; extern const u16 gIntro2FlygonPal[]; extern const u8 gIntro2FlygonGfx[]; +// party menu graphics +extern const u8 gPartyMenuMisc_Gfx[]; +extern const u16 gPartyMenuMisc_Tilemap[]; +extern const u8 gPartyMenuMisc_Pal[]; + // berry pics extern const u8 gBerryPic_Cheri[]; extern const u8 gBerryPalette_Cheri[]; |