diff options
author | SatoMew <SatoMew@users.noreply.github.com> | 2020-09-22 18:38:29 +0100 |
---|---|---|
committer | SatoMew <SatoMew@users.noreply.github.com> | 2020-09-22 18:38:29 +0100 |
commit | 2ff7b40d8294d386332b7895a5afec0269b153fd (patch) | |
tree | e1daa833faa51a6cc50e1807da3045eccd56900e /constants | |
parent | 174ef99e0e0caf5e8af2825d0034c9f7b72784f8 (diff) |
Replace ghost Marowak's ambiguous constant
Diffstat (limited to 'constants')
-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 7312dbf1..fd7e9f6d 100644 --- a/constants/pokemon_constants.asm +++ b/constants/pokemon_constants.asm @@ -206,4 +206,4 @@ STARTER2 EQU SQUIRTLE STARTER3 EQU BULBASAUR ; ghost in Pokémon Tower -GHOST_MON EQU MAROWAK +RESTLESS_SOUL EQU MAROWAK |