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 /engine/battle/common_text.asm | |
parent | 174ef99e0e0caf5e8af2825d0034c9f7b72784f8 (diff) |
Replace ghost Marowak's ambiguous constant
Diffstat (limited to 'engine/battle/common_text.asm')
-rw-r--r-- | engine/battle/common_text.asm | 2 |
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 |