From b06431202486453ab5e8993fa71478ff46b01e05 Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 4 Feb 2013 21:10:34 -0500 Subject: [PATCH] Add NONE constant --- constants.asm | 2 ++ 1 file changed, 2 insertions(+) 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