summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-07-04 15:42:01 -0400
committeryenatch <yenatch@gmail.com>2013-07-10 19:17:04 -0400
commit90c18c5cf320be70b0507deda0dd7611052f2bec (patch)
treebbaaacc3b6dc4ae637d856dc81379a28c2af2066 /constants.asm
parent37c009ca1c1bd510b050e9801d3d3311cb552aba (diff)
rst $28 -> JumpTable
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm
index 9cece6daa..c1a0ec0dc 100644
--- a/constants.asm
+++ b/constants.asm
@@ -16,9 +16,10 @@ INCLUDE "constants/script_constants.asm"
INCLUDE "constants/music_constants.asm"
-; rst vectors
+; macros require rst vectors to be defined
FarCall EQU $08
Bankswitch EQU $10
+JumpTable EQU $28
dwb: MACRO