diff options
author | yenatch <yenatch@gmail.com> | 2013-02-04 21:10:34 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-02-04 21:10:34 -0500 |
commit | b06431202486453ab5e8993fa71478ff46b01e05 (patch) | |
tree | 58a16ff363769932649c6256ff22e5fe50c4bd34 /constants.asm | |
parent | d2d7571e9875ed6a4cc023cf891a1aff6e963ca7 (diff) |
Add NONE constant
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
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 |