diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-14 00:38:08 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-14 00:38:08 -0500 |
commit | 2ff7f50584e31c097ca4aa509d9dfe9d9c252465 (patch) | |
tree | dc7f5f6040e229f3d3b6340a47703665f852cfe1 /macros/scripts/gfx_anim.asm | |
parent | e48a401290e794854880f06fc230a369f37e6b9b (diff) |
Clarify which gfx anim commands are for oam
Diffstat (limited to 'macros/scripts/gfx_anim.asm')
-rw-r--r-- | macros/scripts/gfx_anim.asm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/macros/scripts/gfx_anim.asm b/macros/scripts/gfx_anim.asm index e0a56cc23..cb85aba09 100644 --- a/macros/scripts/gfx_anim.asm +++ b/macros/scripts/gfx_anim.asm @@ -1,4 +1,4 @@ -; pic+sprite animations +; pic + oam animations frame: macro db \1 @@ -14,9 +14,8 @@ endc enum_start $fc -; used for sprites enum delanim_command ; fc -delanim: macro +delanim: macro ; used for oam db delanim_command endm @@ -39,8 +38,7 @@ endanim: macro __enum__ = $fe -; used for sprites enum dorestart_command ; fe -dorestart: macro +dorestart: macro ; used for oam db dorestart_command endm |