diff options
author | yenatch <yenatch@gmail.com> | 2015-08-20 23:00:59 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-08-20 23:00:59 -0700 |
commit | a0aadb33e7341dd69ba0c5c9da5d733f2e84a24a (patch) | |
tree | dae3fe266e491172e379dcaf6f7edbe30b15c5d6 /battle/anim_commands.asm | |
parent | 70f9c27aac2ba368201a653050dfdd3976a14ac2 (diff) |
More sScratch.
Diffstat (limited to 'battle/anim_commands.asm')
-rw-r--r-- | battle/anim_commands.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |