shithub: pokecrystal

Download patch

ref: 2ff7f50584e31c097ca4aa509d9dfe9d9c252465
parent: e48a401290e794854880f06fc230a369f37e6b9b
author: Remy Oukaour <[email protected]>
date: Wed Dec 13 19:38:08 EST 2017

Clarify which gfx anim commands are for oam

--- 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 @@
 
 	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 @@
 
 __enum__ = $fe
 
-; used for sprites
 	enum dorestart_command ; fe
-dorestart: macro
+dorestart: macro ; used for oam
 	db dorestart_command
 	endm