diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-15 12:39:50 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-15 12:39:50 -0400 |
commit | 15bcd882288c2f7e4a902a44cd9b90d76306fcf9 (patch) | |
tree | 69c94c4e36c13e814774da529f7ed19e6a662e2c /data/icon_pointers.asm | |
parent | e18e5d50b5e154c1a7c94a2a1f39a3a99daa689a (diff) |
Indent comments that describe data table macro formats
Diffstat (limited to 'data/icon_pointers.asm')
-rw-r--r-- | data/icon_pointers.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/icon_pointers.asm b/data/icon_pointers.asm index 585a0a29..ce35f3fe 100644 --- a/data/icon_pointers.asm +++ b/data/icon_pointers.asm @@ -6,7 +6,7 @@ mon_icon_header: MACRO ENDM MonPartySpritePointers: -; gfx pointer, gfx tile offset, # tiles, vSprites tile offset + ; gfx pointer, gfx tile offset, # tiles, vSprites tile offset mon_icon_header SlowbroSprite, 12, 4, $00 mon_icon_header BallSprite, 0, 8, $04 mon_icon_header ClefairySprite, 12, 4, $0c |