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/cut_tree_blocks.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/cut_tree_blocks.asm')
| -rw-r--r-- | data/tilesets/cut_tree_blocks.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
