summaryrefslogtreecommitdiff
path: root/constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants.asm')
-rw-r--r--constants.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
index 0bfe9832f..3d75a8f0d 100644
--- a/constants.asm
+++ b/constants.asm
@@ -1,5 +1,11 @@
_CRYSTAL EQU 1
+TX_FAR: MACRO
+ db $16
+ dw \1
+ db BANK(\1)
+ ENDM
+
BULBASAUR EQU 1
IVYSAUR EQU 2
VENUSAUR EQU 3