diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-15 13:23:22 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-15 13:23:22 -0400 |
| commit | 87f24a885d888411d715171d75163bd59a609b41 (patch) | |
| tree | 802877f7038146e7246ba4adc56d560049e5eb96 /data/tilesets/tileset_headers.asm | |
| parent | Merge pull request #273 from Rangi42/master (diff) | |
| parent | Align constant comments as a column (diff) | |
| download | pokeyellow-87f24a885d888411d715171d75163bd59a609b41.tar.gz pokeyellow-87f24a885d888411d715171d75163bd59a609b41.tar.xz pokeyellow-87f24a885d888411d715171d75163bd59a609b41.zip | |
Merge pull request #274 from Rangi42/master
Indent comments that describe data table macro formats
Diffstat (limited to 'data/tilesets/tileset_headers.asm')
| -rwxr-xr-x | data/tilesets/tileset_headers.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
