diff options
author | SatoMew <SatoMew@users.noreply.github.com> | 2020-09-27 00:49:03 +0100 |
---|---|---|
committer | SatoMew <SatoMew@users.noreply.github.com> | 2020-09-27 00:49:03 +0100 |
commit | 886225f5deeeb3c52d58a16a97fe35677b7dbf2a (patch) | |
tree | 53e4e26e3b4a3550fd55ee37d2769756fdc80e3e | |
parent | 3e830f98d824ea2412ba1c08e05b177b186ec330 (diff) |
Clarify comment in 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 1b91d73d..d01398b8 100644 --- a/constants/pokemon_constants.asm +++ b/constants/pokemon_constants.asm @@ -205,5 +205,5 @@ STARTER1 EQU CHARMANDER STARTER2 EQU SQUIRTLE STARTER3 EQU BULBASAUR -; ghost in Pokémon Tower +; ghost Marowak in Pokémon Tower RESTLESS_SOUL EQU MAROWAK |