Skip to content

Commit

Permalink
Fix tile padding for house and ship_port tileset graphics.
Browse files Browse the repository at this point in the history
  • Loading branch information
yenatch committed Apr 5, 2014
1 parent b8a4f91 commit 05c58ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions main.asm
Original file line number Diff line number Diff line change
Expand Up @@ -98051,15 +98051,15 @@ 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)
INCBIN "gfx/tilesets/mansion.w128.t2.2bpp"
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)
Expand Down

0 comments on commit 05c58ea

Please sign in to comment.