diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-11-22 06:46:04 +0800 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-12-04 14:54:50 -0700 |
commit | 069eb2baed314133a9d72658c07126e73b3b3db1 (patch) | |
tree | 1cf7ea7b4ef581d91324412cfcbc2513a97a6abf /include/graphics.h | |
parent | d89a2d791edaf9bc892bd00dbf2ffcd35f84435a (diff) |
party_menu first quarter
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 930201403..e04f7b564 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -3746,6 +3746,9 @@ extern const u32 gPartyMenuPokeball_Pal[]; extern const u32 gPartyMenuPokeballSmall_Gfx[]; extern const u32 gStatusGfx_Icons[]; extern const u32 gStatusPal_Icons[]; +extern const u32 gPartyMenuBg_Gfx[]; +extern const u32 gPartyMenuBg_Tilemap[]; +extern const u32 gPartyMenuBg_Pal[]; // credits extern const u32 gCreditsPokeballBgGfxTiles[]; |