summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2014-03-03 23:38:54 -0600
committerBryan Bishop <kanzure@gmail.com>2014-03-03 23:38:54 -0600
commitf676c3d357417c81daa33544536213ae85a5472f (patch)
tree7a4424aafc11c9f410217062ac0d25c5d48895ac /macros.asm
parent0b6cb7a3b601875b21f6a2e2a1ab20490eb93921 (diff)
parent7ab8f76117e13a192a1f4f797ee73c48f6154cff (diff)
Merge pull request #237 from yenatch/incbins
Map triggers and egg hatching.
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 b39fb1432..531ead5b5 100644
--- a/macros.asm
+++ b/macros.asm
@@ -20,6 +20,11 @@ dbw: MACRO
dw \2
ENDM
+dbbw: MACRO
+ db \1, \2
+ dw \3
+ ENDM
+
dn: MACRO
db \1 << 4 + \2
ENDM