aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/ghost_marowak_anim.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/ghost_marowak_anim.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/ghost_marowak_anim.asm')
-rw-r--r--engine/battle/ghost_marowak_anim.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/ghost_marowak_anim.asm b/engine/battle/ghost_marowak_anim.asm
index 975bb937..6760c3d5 100644
--- a/engine/battle/ghost_marowak_anim.asm
+++ b/engine/battle/ghost_marowak_anim.asm
@@ -11,7 +11,7 @@ MarowakAnim:
xor a
ldh [hAutoBGTransferEnabled], a ; disable BG transfer so we don't see the Marowak too soon
; replace ghost pic with Marowak in BG
- ld a, GHOST_MON
+ ld a, RESTLESS_SOUL
ld [wChangeMonPicEnemyTurnSpecies], a
ld a, $1
ldh [hWhoseTurn], a