summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-02-02 16:13:23 -0500
committeryenatch <yenatch@gmail.com>2014-02-02 16:13:23 -0500
commit4f5ae6510c4b52ca9a889505f4ff77f811671c1e (patch)
tree8592c540cdec9ee9e19769e00ab9e6fb14391de2 /macros.asm
parent7bae65b6647f9dd5b61b0bd389b9fe4090f8e37d (diff)
Move rst constants into macros.asm
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm7
1 files changed, 7 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm
index 5497ceec2..f59284c4a 100644
--- a/macros.asm
+++ b/macros.asm
@@ -1,5 +1,12 @@
; rgbds macros
+
+; macros require rst vectors to be defined
+FarCall EQU $08
+Bankswitch EQU $10
+JumpTable EQU $28
+
+
dwb: MACRO
dw \1
db \2