From 9973e43d5aaffeef9d68994a665d2b0231f56f41 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Sun, 24 Dec 2017 15:03:20 -0500 Subject: =?UTF-8?q?Fix=20issue=20#345:=20-=20GetMonFrontpic=20=E2=86=92=20?= =?UTF-8?q?GetEnemyMonFrontpic=20-=20GetMonBackpic=20=E2=86=92=20GetBattle?= =?UTF-8?q?MonBackpic=20-=20FrontpicPredef=20=E2=86=92=20GetAnimatedFrontp?= =?UTF-8?q?icPredef=20-=20GetFrontpic=20=E2=86=92=20GetMonFrontpic=20-=20G?= =?UTF-8?q?etBackpic=20=E2=86=92=20GetMonBackpic=20-=20CutAndPasteMap=20?= =?UTF-8?q?=E2=86=92=20PadMapForHDMATransfer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- battle/effect_commands.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'battle/effect_commands.asm') diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index d04da6b52..8f148c883 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -6299,11 +6299,11 @@ BattleCommand_Curl: ; 365a7 BattleCommand_RaiseSubNoAnim: ; 365af - ld hl, GetMonBackpic + ld hl, GetBattleMonBackpic ld a, [hBattleTurn] and a jr z, .PlayerTurn - ld hl, GetMonFrontpic + ld hl, GetEnemyMonFrontpic .PlayerTurn: xor a ld [hBGMapMode], a -- cgit v1.2.3