diff options
author | yenatch <yenatch@gmail.com> | 2013-08-30 22:07:37 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-30 22:07:56 -0400 |
commit | 5342f8d6300898faa312d9b5dec248cfe0cfb757 (patch) | |
tree | e8b856c3d1a72a21e133f340af4118589be1e15d | |
parent | 17f25691db80b7bd577d401a53eecb913a0b8860 (diff) |
NUM_POKEMON constant
before we were just using CELEBI, but there's no way that's gonna pan out
-rw-r--r-- | constants/pokemon_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm index 40b450b85..29739ed46 100644 --- a/constants/pokemon_constants.asm +++ b/constants/pokemon_constants.asm @@ -1,3 +1,5 @@ +NUM_POKEMON EQU 251 + BULBASAUR EQU 1 IVYSAUR EQU 2 VENUSAUR EQU 3 |