From 2ff7f50584e31c097ca4aa509d9dfe9d9c252465 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Thu, 14 Dec 2017 00:38:08 -0500 Subject: [PATCH] Clarify which gfx anim commands are for oam --- macros/scripts/gfx_anim.asm | 8 +++----- 1 file 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