summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-04-05 16:53:25 -0400
committeryenatch <yenatch@gmail.com>2014-04-05 16:53:25 -0400
commit05c58eaa706a76e568faf7801a6156e4e7afbdf6 (patch)
treedc5c7acd221d108f2ba6719f7e9702d39697ae9d
parentb8a4f91b8486b94b92f556200d438a3feafb831c (diff)
Fix tile padding for house and ship_port tileset graphics.
-rw-r--r--gfx/tilesets/house.w128.t2.png (renamed from gfx/tilesets/house.w128.png)bin1163 -> 1163 bytes
-rw-r--r--gfx/tilesets/ship_port.w128.t2.png (renamed from gfx/tilesets/ship_port.w128.png)bin1125 -> 1125 bytes
-rw-r--r--main.asm4
3 files changed, 2 insertions, 2 deletions
diff --git a/gfx/tilesets/house.w128.png b/gfx/tilesets/house.w128.t2.png
index b5d67c95..b5d67c95 100644
--- a/gfx/tilesets/house.w128.png
+++ b/gfx/tilesets/house.w128.t2.png
Binary files differ
diff --git a/gfx/tilesets/ship_port.w128.png b/gfx/tilesets/ship_port.w128.t2.png
index fa5bbb27..fa5bbb27 100644
--- a/gfx/tilesets/ship_port.w128.png
+++ b/gfx/tilesets/ship_port.w128.t2.png
Binary files differ
diff --git a/main.asm b/main.asm
index feb3fe19..707e9d37 100644
--- a/main.asm
+++ b/main.asm
@@ -98051,7 +98051,7 @@ RedsHouse1_Block:
RedsHouse2_Block: ; 65270 (19:5270)
INCBIN "gfx/blocksets/reds_house.bst"
House_GFX: ; 653a0 (19:53a0)
- INCBIN "gfx/tilesets/house.w128.2bpp"
+ INCBIN "gfx/tilesets/house.w128.t2.2bpp"
House_Block: ; 65980 (19:5980)
INCBIN "gfx/blocksets/house.bst"
Mansion_GFX: ; 65bb0 (19:5bb0)
@@ -98059,7 +98059,7 @@ Mansion_GFX: ; 65bb0 (19:5bb0)
Mansion_Block: ; 66190 (19:6190)
INCBIN "gfx/blocksets/mansion.bst"
ShipPort_GFX: ; 66610 (19:6610)
- INCBIN "gfx/tilesets/ship_port.w128.2bpp"
+ INCBIN "gfx/tilesets/ship_port.w128.t2.2bpp"
ShipPort_Block: ; 66bf0 (19:6bf0)
INCBIN "gfx/blocksets/ship_port.bst"
Interior_GFX: ; 66d60 (19:6d60)