summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-02-04 21:10:34 -0500
committeryenatch <yenatch@gmail.com>2013-02-04 21:10:34 -0500
commitb06431202486453ab5e8993fa71478ff46b01e05 (patch)
tree58a16ff363769932649c6256ff22e5fe50c4bd34
parentd2d7571e9875ed6a4cc023cf891a1aff6e963ca7 (diff)
Add NONE constant
-rw-r--r--constants.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm
index 92514ace6..c19a07d10 100644
--- a/constants.asm
+++ b/constants.asm
@@ -73,6 +73,8 @@ hlcoord: MACRO
ld hl, Coord
ENDM
+NONE EQU 0
+
BULBASAUR EQU 1
IVYSAUR EQU 2
VENUSAUR EQU 3