From 90c7b976dca2467f47c4916b3835414bb07cc4d1 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 28 Nov 2015 17:09:19 -0500 Subject: engine/battle/moveEffects/substitute_effect.asm and ActivatePC Also no more W_PLAYER/ENEMYBATTSTATUS --- engine/battle/animations.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/battle/animations.asm') diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm index ab518c77..c0d0e000 100755 --- a/engine/battle/animations.asm +++ b/engine/battle/animations.asm @@ -2088,10 +2088,10 @@ HideSubstituteShowMonAnim: ; 79747 (1e:5747) ld a, [H_WHOSETURN] and a ld hl, wPlayerMonMinimized - ld a, [W_PLAYERBATTSTATUS2] + ld a, [wPlayerBattleStatus2] jr z, .next1 ld hl, wEnemyMonMinimized - ld a, [W_ENEMYBATTSTATUS2] + ld a, [wEnemyBattleStatus2] .next1 push hl ; if the substitute broke, slide it down, else slide it offscreen horizontally -- cgit v1.3.1-sl0p