diff options
Diffstat (limited to 'constants/pokemon_constants.asm')
-rw-r--r-- | constants/pokemon_constants.asm | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm index d01398b8..f5c1c7b8 100644 --- a/constants/pokemon_constants.asm +++ b/constants/pokemon_constants.asm @@ -200,10 +200,13 @@ NUM_POKEMON_INDEXES EQU const_value - 1 -; starters -STARTER1 EQU CHARMANDER -STARTER2 EQU SQUIRTLE -STARTER3 EQU BULBASAUR +; player starter +STARTER_PIKACHU EQU PIKACHU + +; rival starters +RIVAL_STARTER_JOLTEON EQU 1 +RIVAL_STARTER_FLAREON EQU 2 +RIVAL_STARTER_VAPOREON EQU 3 ; ghost Marowak in Pokémon Tower RESTLESS_SOUL EQU MAROWAK |