aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/bank3d_battle.asm
diff options
context:
space:
mode:
authorSatoMew <SatoMew@users.noreply.github.com>2020-09-27 00:26:11 +0100
committerSatoMew <SatoMew@users.noreply.github.com>2020-09-27 00:26:11 +0100
commit8d359d48bacbd39e02a9119064310ba160b5528d (patch)
treef0f4632100cc17077c8c35617106e9b1b1be88c7 /engine/battle/bank3d_battle.asm
parentMerge pull request #53 from pinksylveon/patch-2 (diff)
downloadpokeyellow-8d359d48bacbd39e02a9119064310ba160b5528d.tar.gz
pokeyellow-8d359d48bacbd39e02a9119064310ba160b5528d.tar.xz
pokeyellow-8d359d48bacbd39e02a9119064310ba160b5528d.zip
Add constant for ghost Marowak like pokered
Diffstat (limited to 'engine/battle/bank3d_battle.asm')
-rw-r--r--engine/battle/bank3d_battle.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/bank3d_battle.asm b/engine/battle/bank3d_battle.asm
index 0cf24fe1..5edc4571 100644
--- a/engine/battle/bank3d_battle.asm
+++ b/engine/battle/bank3d_battle.asm
@@ -62,7 +62,7 @@ InitWildBattle:
callab LoadEnemyMonData
callab DoBattleTransitionAndInitBattleVariables
ld a, [wCurOpponent]
- cp MAROWAK
+ cp RESTLESS_SOUL
jr z, .isGhost
callab IsGhostBattle
jr nz, .isNoGhost