More label updates, moved predefs to new file
Also named most of the engine and event flag constants.
This commit is contained in:
@@ -40,6 +40,11 @@ dbbw: MACRO
|
||||
dw \3
|
||||
ENDM
|
||||
|
||||
dbww: MACRO
|
||||
db \1
|
||||
dw \2, \3
|
||||
ENDM
|
||||
|
||||
dbwww: MACRO
|
||||
db \1
|
||||
dw \2, \3, \4
|
||||
|
Reference in New Issue
Block a user