mirror of https://github.com/pret/pokecrystal.git
Clarify which gfx anim commands are for oam
This commit is contained in:
parent
e48a401290
commit
2ff7f50584
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue