diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-17 23:55:24 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-04-18 01:44:25 -0400 |
commit | 52495e889fcc5a0045a77234ab28e06fd957f542 (patch) | |
tree | 53f797bfe52bfef3fe120716c16f3400c28f2e58 /src/data | |
parent | 6f967ff6ad90e4a8438fe802c18dbc29cedda1ee (diff) |
Doc storage - cleanup
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/wallpapers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/wallpapers.h b/src/data/wallpapers.h index e198423c7..64c61fe2d 100644 --- a/src/data/wallpapers.h +++ b/src/data/wallpapers.h @@ -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"); // 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 static const u16 sBoxTitleColors[WALLPAPER_COUNT][2] = |