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/sprites/facings.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/sprites/facings.asm')
| -rw-r--r-- | data/sprites/facings.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/sprites/facings.asm b/data/sprites/facings.asm index 9bfb0027..d76ddbcc 100644 --- a/data/sprites/facings.asm +++ b/data/sprites/facings.asm @@ -45,14 +45,14 @@ SpriteFacingAndAnimationTable: .WalkingLeft: db $88, $89, $8a, $8b .NormalOAM: -; y, x, attributes + ; y, x, attributes db 0, 0, $00 ; top left db 0, 8, $00 ; top right db 8, 0, OAMFLAG_CANBEMASKED ; bottom left db 8, 8, OAMFLAG_CANBEMASKED | OAMFLAG_ENDOFDATA ; bottom right .FlippedOAM: -; y, x, attributes + ; y, x, attributes db 0, 8, OAMFLAG_VFLIPPED ; top left db 0, 0, OAMFLAG_VFLIPPED ; top right db 8, 8, OAMFLAG_VFLIPPED | OAMFLAG_CANBEMASKED ; bottom left |
