mirror of https://github.com/pret/pokecrystal.git
NUM_POKEMON constant
before we were just using CELEBI, but there's no way that's gonna pan out
This commit is contained in:
parent
17f25691db
commit
5342f8d630
|
@ -1,3 +1,5 @@
|
|||
NUM_POKEMON EQU 251
|
||||
|
||||
BULBASAUR EQU 1
|
||||
IVYSAUR EQU 2
|
||||
VENUSAUR EQU 3
|
||||
|
|
Loading…
Reference in New Issue