diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-22 23:30:41 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-22 23:30:41 +0100 |
commit | adb4927504784f101a327c07425a7d05d00c2602 (patch) | |
tree | 00c5646fc6c2b206836f71143bf7441de2c98433 /include/graphics.h | |
parent | 6dffa6d17c35fe13f5878bd7bbf8a3fe1054c20c (diff) | |
parent | ebbe826133661d3faabc17f9167fa565b405514a (diff) |
Merge with master
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index cab639f0e..cc829b5a9 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4771,6 +4771,20 @@ extern const u32 gUnknown_08D8D58C[]; 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 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]; +extern const u32 gWallpaperTiles_Horizontal[]; +extern const u32 gWallpaperTilemap_Horizontal[]; +extern const u16 gWallpaperPalettes_Horizontal[][16]; + // Cable Car extern const u32 gUnknown_08DBA5B8[]; extern const u16 gUnknown_08DBA518[]; |