summaryrefslogtreecommitdiff
path: root/engine/battle/core.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/core.asm
parent174ef99e0e0caf5e8af2825d0034c9f7b72784f8 (diff)
Replace ghost Marowak's ambiguous constant
Diffstat (limited to 'engine/battle/core.asm')
-rwxr-xr-xengine/battle/core.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index 8289ecc9..4628e86a 100755
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -6784,7 +6784,7 @@ InitWildBattle:
call LoadEnemyMonData
call DoBattleTransitionAndInitBattleVariables
ld a, [wCurOpponent]
- cp GHOST_MON
+ cp RESTLESS_SOUL
jr z, .isGhost
call IsGhostBattle
jr nz, .isNoGhost