From 8d359d48bacbd39e02a9119064310ba160b5528d Mon Sep 17 00:00:00 2001 From: SatoMew Date: Sun, 27 Sep 2020 00:26:11 +0100 Subject: Add constant for ghost Marowak like pokered --- engine/battle/ghost_marowak_anim.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/battle/ghost_marowak_anim.asm') diff --git a/engine/battle/ghost_marowak_anim.asm b/engine/battle/ghost_marowak_anim.asm index 5bb3e308..972d5bf5 100644 --- a/engine/battle/ghost_marowak_anim.asm +++ b/engine/battle/ghost_marowak_anim.asm @@ -12,7 +12,7 @@ MarowakAnim: xor a ld [H_AUTOBGTRANSFERENABLED], a ; disable BG transfer so we don't see the Marowak too soon ; replace ghost pic with Marowak in BG - ld a, MAROWAK + ld a, RESTLESS_SOUL ld [wChangeMonPicEnemyTurnSpecies], a ld a, $1 ld [H_WHOSETURN], a -- cgit v1.3.1-sl0p