diff options
author | Ariel Antonitis <arant@mit.edu> | 2019-02-23 22:04:21 -0500 |
---|---|---|
committer | Ariel Antonitis <arant@mit.edu> | 2019-02-23 22:04:21 -0500 |
commit | d24cd4f0a8d810ec225a4b76a7fa2099092560e1 (patch) | |
tree | 4327ce342696a3b0272f6e2728bab732600f40b3 /src | |
parent | 42bb5dc53de366c0b22bf220cc382f7cc86d7f35 (diff) |
Fixed broken encoding.
Diffstat (limited to 'src')
-rw-r--r-- | src/pokemon_storage_system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_storage_system.c b/src/pokemon_storage_system.c index 6f2382290..cdfc4ba6b 100644 --- a/src/pokemon_storage_system.c +++ b/src/pokemon_storage_system.c @@ -1218,7 +1218,7 @@ static const u16 gWallpaperPalettes_Plain[][16] = static const u32 gWallpaperTiles_Plain[] = INCBIN_U32("graphics/pokemon_storage/plain.4bpp.lz"); static const u32 gWallpaperTilemap_Plain[] = INCBIN_U32("graphics/pokemon_storage/plain.bin.lz"); -// 12�18 tilemap +// 12x18 tilemap static const u32 gUnknown_085773C4[] = INCBIN_U32("graphics/unused/tilemap_5773C4.bin"); static const u16 gUnknown_08577574[][2] = |