endm -> ENDM

This commit is contained in:
xCrystal
2017-12-28 22:31:16 +01:00
parent 43a1e5b5ba
commit 50fc9c3389
42 changed files with 464 additions and 464 deletions

View File

@@ -10,35 +10,35 @@ x = x | (1 << (\3 + 1))
endr
endc
db x
endm
ENDM
enum_start $fc
enum delanim_command ; $fc
delanim: MACRO ; used for oam
db delanim_command
endm
ENDM
enum dorepeat_command ; $fd
dorepeat: MACRO
db dorepeat_command
db \1 ; #
endm
ENDM
enum setrepeat_command ; $fe
setrepeat: MACRO
db setrepeat_command
db \1 ; #
endm
ENDM
enum endanim_command ; $ff
endanim: MACRO
db endanim_command
endm
ENDM
__enum__ = $fe
enum dorestart_command ; $fe
dorestart: MACRO ; used for oam
db dorestart_command
endm
ENDM