Add NONE constant

This commit is contained in:
yenatch 2013-02-04 21:10:34 -05:00
parent d2d7571e98
commit b064312024
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ hlcoord: MACRO
ld hl, Coord
ENDM
NONE EQU 0
BULBASAUR EQU 1
IVYSAUR EQU 2
VENUSAUR EQU 3