mirror of https://github.com/pret/pokecrystal.git
Add NONE constant
This commit is contained in:
parent
d2d7571e98
commit
b064312024
|
@ -73,6 +73,8 @@ hlcoord: MACRO
|
|||
ld hl, Coord
|
||||
ENDM
|
||||
|
||||
NONE EQU 0
|
||||
|
||||
BULBASAUR EQU 1
|
||||
IVYSAUR EQU 2
|
||||
VENUSAUR EQU 3
|
||||
|
|
Loading…
Reference in New Issue