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 --- engine/battle/common_text.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/battle/common_text.asm') diff --git a/engine/battle/common_text.asm b/engine/battle/common_text.asm index 8c9e6afa..0e270424 100644 --- a/engine/battle/common_text.asm +++ b/engine/battle/common_text.asm @@ -33,7 +33,7 @@ PrintBeginningBattleText: call IsItemInBag ld a, [wEnemyMonSpecies2] ld [wcf91], a - cp GHOST_MON + cp RESTLESS_SOUL jr z, .isMarowak ld a, b and a -- cgit v1.3.1-sl0p