diff options
Diffstat (limited to 'constants/pokemon_constants.asm')
-rw-r--r-- | constants/pokemon_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm index e39a4b1..cf96c5f 100644 --- a/constants/pokemon_constants.asm +++ b/constants/pokemon_constants.asm @@ -1,6 +1,6 @@ ; Pokémon IDs const_def - const MON_NOTHING ; 00 + const MON_NONE ; 00 const MON_FUSHIGIDANE ; 01 BULBASAUR const MON_FUSHIGISOU ; 02 IVYSAUR const MON_FUSHIGIBANA ; 03 VENUSAUR |