diff options
| author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-25 15:25:09 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-25 15:25:09 -0400 |
| commit | f7000f066941779d75ef445ed534c7126ae08a6b (patch) | |
| tree | 0866f4c5cba168043ab2cbdf195baecb25e26d92 /gfx | |
| parent | 3a779059709ea1851821f7809a32e125f0749f65 (diff) | |
Factor out Town Map tilemap and adjust its graphics
Diffstat (limited to 'gfx')
| -rw-r--r-- | gfx/gfx.asm | 2 | ||||
| -rw-r--r-- | gfx/pokedex/locations.png | bin | 146 -> 0 bytes | |||
| -rw-r--r-- | gfx/trainer_gear/town_map.png | bin | 339 -> 383 bytes | |||
| -rw-r--r-- | gfx/trainer_gear/town_map.tilemap.rle | bin | 0 -> 309 bytes |
4 files changed, 0 insertions, 2 deletions
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 Binary files differdeleted file mode 100644 index c7e37a2..0000000 --- a/gfx/pokedex/locations.png +++ /dev/null diff --git a/gfx/trainer_gear/town_map.png b/gfx/trainer_gear/town_map.png Binary files differindex fb880cd..d465673 100644 --- a/gfx/trainer_gear/town_map.png +++ b/gfx/trainer_gear/town_map.png diff --git a/gfx/trainer_gear/town_map.tilemap.rle b/gfx/trainer_gear/town_map.tilemap.rle Binary files differnew file mode 100644 index 0000000..1743d08 --- /dev/null +++ b/gfx/trainer_gear/town_map.tilemap.rle |
