aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/common_text.asm
diff options
context:
space:
mode:
authorSatoMew <SatoMew@users.noreply.github.com>2020-09-22 18:38:29 +0100
committerSatoMew <SatoMew@users.noreply.github.com>2020-09-22 18:38:29 +0100
commit2ff7b40d8294d386332b7895a5afec0269b153fd (patch)
treee1daa833faa51a6cc50e1807da3045eccd56900e /engine/battle/common_text.asm
parentMerge pull request #292 from Akatsuki-py/fix/ExecuteCurMapScriptInTable (diff)
downloadpokeyellow-2ff7b40d8294d386332b7895a5afec0269b153fd.tar.gz
pokeyellow-2ff7b40d8294d386332b7895a5afec0269b153fd.tar.xz
pokeyellow-2ff7b40d8294d386332b7895a5afec0269b153fd.zip
Replace ghost Marowak's ambiguous constant
Diffstat (limited to 'engine/battle/common_text.asm')
-rw-r--r--engine/battle/common_text.asm2
1 files changed, 1 insertions, 1 deletions
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