From 2ff7b40d8294d386332b7895a5afec0269b153fd Mon Sep 17 00:00:00 2001 From: SatoMew Date: Tue, 22 Sep 2020 18:38:29 +0100 Subject: Replace ghost Marowak's ambiguous constant --- constants/pokemon_constants.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants') 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 -- cgit v1.3.1-sl0p