diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-17 00:49:51 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-04-17 13:33:29 -0400 |
commit | cd2a99b7c44bb875135c2c97589ecc160dad71f0 (patch) | |
tree | 736b4f3231174b7277d02af49cfb4938c914253f /include/graphics.h | |
parent | 96dabc1a7f991a57d955723f67989e2d4101f2bd (diff) |
Doc storage - misc cleanup, some item/cursor
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/graphics.h b/include/graphics.h index cea8bbab1..ee5677f3c 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4875,12 +4875,12 @@ extern const u32 gPokedexAreaScreenAreaUnknown_Gfx[]; extern const u16 gPokedexAreaScreenAreaUnknown_Pal[]; // Pokemon Storage System -extern const u32 gPSSMenu_Gfx[]; -extern const u16 gPSSMenu_Pal[]; +extern const u32 gStorageSystemMenu_Gfx[]; +extern const u16 gStorageSystemPartyMenu_Pal[]; +extern const u32 gStorageSystemPartyMenu_Tilemap[]; extern const u32 gWallpaperIcon_Plusle[]; extern const u32 gWallpaperIcon_Cross[]; extern const u32 gWallpaperIcon_Bolt[]; -extern const u32 gUnknown_08DD36C8[]; extern const u32 gWallpaperTiles_Ribbon[]; extern const u32 gWallpaperTilemap_Ribbon[]; extern const u16 gWallpaperPalettes_Ribbon[][16]; |