mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
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
Block a user