summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-07-20 03:51:52 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-07-20 03:51:52 -0400
commitbef792f2d21ccac0127aeffd9e0838aba81f44b6 (patch)
tree22185c93e9f9dcc3937a5e96279dd71f3b24c0d8 /macros.asm
parent94129b6b451fc7770ea75ffbdcbaab4967f513bd (diff)
More label updates, moved predefs to new file
Also named most of the engine and event flag constants.
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm
index 7b81469bc..8147fc4ab 100644
--- a/macros.asm
+++ b/macros.asm
@@ -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