diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-22 01:32:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 01:32:16 -0400 |
commit | e874dfcbc8968f46f7c7f105b76c7d53698f24a6 (patch) | |
tree | eeeab4a3b305a08e4c977327d6eb4d1587b37a9a /include/graphics.h | |
parent | 8dd6af1db1242c98147192a6cb02301d871dfffc (diff) | |
parent | 342ebbf406ca9623bc53ac00317835237099ce35 (diff) |
Merge pull request #1408 from GriffinRichards/doc-pokemonstorage
Document Pokémon Storage System
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]; |