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 | Merge pull request #292 from Akatsuki-py/fix/ExecuteCurMapScriptInTable (diff) | |
| download | pokeyellow-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.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 |
