aboutsummaryrefslogtreecommitdiffstats
path: root/data/sprites/facings.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-07-15 13:23:22 -0400
committerGitHub <noreply@github.com>2020-07-15 13:23:22 -0400
commit87f24a885d888411d715171d75163bd59a609b41 (patch)
tree802877f7038146e7246ba4adc56d560049e5eb96 /data/sprites/facings.asm
parentMerge pull request #273 from Rangi42/master (diff)
parentAlign constant comments as a column (diff)
downloadpokeyellow-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.asm4
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