From f7000f066941779d75ef445ed534c7126ae08a6b Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 25 Sep 2020 15:25:09 -0400 Subject: Factor out Town Map tilemap and adjust its graphics --- gfx/gfx.asm | 2 -- gfx/pokedex/locations.png | Bin 146 -> 0 bytes gfx/trainer_gear/town_map.png | Bin 339 -> 383 bytes gfx/trainer_gear/town_map.tilemap.rle | Bin 0 -> 309 bytes 4 files changed, 2 deletions(-) delete mode 100644 gfx/pokedex/locations.png create mode 100644 gfx/trainer_gear/town_map.tilemap.rle (limited to 'gfx') diff --git a/gfx/gfx.asm b/gfx/gfx.asm index b8bba2e..e0ed3ee 100644 --- a/gfx/gfx.asm +++ b/gfx/gfx.asm @@ -618,8 +618,6 @@ ExpBarGFX:: INCBIN "gfx/battle/exp_bar.2bpp" .End:: PokedexGFX:: INCBIN "gfx/pokedex/pokedex.2bpp" .End:: -PokedexLocationGFX:: INCBIN "gfx/pokedex/locations.2bpp" -.End:: TownMapGFX:: INCBIN "gfx/trainer_gear/town_map.2bpp" .End:: HUD_GFX:: INCBIN "gfx/hud/hud.2bpp" diff --git a/gfx/pokedex/locations.png b/gfx/pokedex/locations.png deleted file mode 100644 index c7e37a2..0000000 Binary files a/gfx/pokedex/locations.png and /dev/null differ diff --git a/gfx/trainer_gear/town_map.png b/gfx/trainer_gear/town_map.png index fb880cd..d465673 100644 Binary files a/gfx/trainer_gear/town_map.png and b/gfx/trainer_gear/town_map.png differ diff --git a/gfx/trainer_gear/town_map.tilemap.rle b/gfx/trainer_gear/town_map.tilemap.rle new file mode 100644 index 0000000..1743d08 Binary files /dev/null and b/gfx/trainer_gear/town_map.tilemap.rle differ -- cgit v1.2.3