summaryrefslogtreecommitdiff
path: root/data/tilesets
diff options
context:
space:
mode:
Diffstat (limited to 'data/tilesets')
-rw-r--r--data/tilesets/bookshelf_tile_ids.asm2
-rw-r--r--data/tilesets/cut_tree_blocks.asm4
-rwxr-xr-xdata/tilesets/tileset_headers.asm2
-rw-r--r--data/tilesets/warp_pad_hole_tile_ids.asm2
4 files changed, 5 insertions, 5 deletions
diff --git a/data/tilesets/bookshelf_tile_ids.asm b/data/tilesets/bookshelf_tile_ids.asm
index da340cdf..55143d73 100644
--- a/data/tilesets/bookshelf_tile_ids.asm
+++ b/data/tilesets/bookshelf_tile_ids.asm
@@ -4,7 +4,7 @@ bookshelf_tile: MACRO
ENDM
BookshelfTileIDs:
-; tileset id, bookshelf tile id, text id
+ ; tileset id, bookshelf tile id, text id
bookshelf_tile PLATEAU, $30, IndigoPlateauStatues
bookshelf_tile HOUSE, $3D, TownMapText
bookshelf_tile HOUSE, $1E, BookOrSculptureText
diff --git a/data/tilesets/cut_tree_blocks.asm b/data/tilesets/cut_tree_blocks.asm
index ce7903a4..ddbe28fc 100644
--- a/data/tilesets/cut_tree_blocks.asm
+++ b/data/tilesets/cut_tree_blocks.asm
@@ -1,6 +1,6 @@
CutTreeBlockSwaps:
-; first byte = tileset block containing the cut tree
-; second byte = corresponding tileset block after the cut animation happens
+ ; first byte = tileset block containing the cut tree
+ ; second byte = corresponding tileset block after the cut animation happens
db $32, $6D
db $33, $6C
db $34, $6F
diff --git a/data/tilesets/tileset_headers.asm b/data/tilesets/tileset_headers.asm
index 4ba2e629..998c6cb1 100755
--- a/data/tilesets/tileset_headers.asm
+++ b/data/tilesets/tileset_headers.asm
@@ -7,7 +7,7 @@ tileset: MACRO
ENDM
Tilesets:
-; block, gfx, coll, 3 counter tiles, grass tile, permission
+ ; block, gfx, coll, 3 counter tiles, grass tile, permission
tileset Overworld_Block, Overworld_GFX, Overworld_Coll, $FF,$FF,$FF, $52, OUTDOOR
tileset RedsHouse1_Block, RedsHouse1_GFX, RedsHouse1_Coll, $FF,$FF,$FF, $FF, INDOOR
tileset Mart_Block, Mart_GFX, Mart_Coll, $18,$19,$1E, $FF, INDOOR
diff --git a/data/tilesets/warp_pad_hole_tile_ids.asm b/data/tilesets/warp_pad_hole_tile_ids.asm
index c9f0c242..e12b3735 100644
--- a/data/tilesets/warp_pad_hole_tile_ids.asm
+++ b/data/tilesets/warp_pad_hole_tile_ids.asm
@@ -1,5 +1,5 @@
WarpPadAndHoleData:
-; tileset id, tile id, value for [wStandingOnWarpPadOrHole]
+ ; tileset id, tile id, value for [wStandingOnWarpPadOrHole]
db FACILITY, $20, 1 ; warp pad
db FACILITY, $11, 2 ; hole
db CAVERN, $22, 2 ; hole