From a0aadb33e7341dd69ba0c5c9da5d733f2e84a24a Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 20 Aug 2015 23:00:59 -0700 Subject: More sScratch. --- battle/anim_commands.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'battle/anim_commands.asm') diff --git a/battle/anim_commands.asm b/battle/anim_commands.asm index 732828767..a7cbd8236 100644 --- a/battle/anim_commands.asm +++ b/battle/anim_commands.asm @@ -1075,7 +1075,7 @@ GetMinimizePic: ; cc6e7 (33:46e7) and a jr z, .player - ld de, $a1a0 + ld de, sScratch + $1a0 call CopyMinimizePic ld hl, $9000 ld de, sScratch @@ -1083,7 +1083,7 @@ GetMinimizePic: ; cc6e7 (33:46e7) ret .player - ld de, $a160 + ld de, sScratch + $160 call CopyMinimizePic ld hl, $9310 ld de, sScratch -- cgit v1.2.3