Doc storage - cleanup

This commit is contained in:
GriffinR 2021-04-17 23:55:24 -04:00
parent 6f967ff6ad
commit 52495e889f
5 changed files with 438 additions and 277 deletions

View File

@ -148,7 +148,7 @@ static const u32 sWallpaperTiles_Plain[] = INCBIN_U32("graphics/pokemon_storage/
static const u32 sWallpaperTilemap_Plain[] = INCBIN_U32("graphics/pokemon_storage/wallpapers/plain/tilemap.bin.lz"); static const u32 sWallpaperTilemap_Plain[] = INCBIN_U32("graphics/pokemon_storage/wallpapers/plain/tilemap.bin.lz");
// 12x18 tilemap // 12x18 tilemap
static const u32 gUnknown_085773C4[] = INCBIN_U32("graphics/unused/tilemap_5773C4.bin"); static const u32 sWallpaperTilemap_Unused[] = INCBIN_U32("graphics/pokemon_storage/wallpapers/unused.bin");
// Shadow color, text color // Shadow color, text color
static const u16 sBoxTitleColors[WALLPAPER_COUNT][2] = static const u16 sBoxTitleColors[WALLPAPER_COUNT][2] =

File diff suppressed because it is too large Load Diff