summaryrefslogtreecommitdiff
path: root/battle
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-04 22:34:09 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-04 22:34:09 -0400
commita613ed915c32d3befec54a98dae98e21649e19ce (patch)
treed483b11e73c07aec2782f57ca3765b3ed7eb2436 /battle
parent3713b71d9e3f3f1bc099d4704910cb9c1d172dcf (diff)
HDMA transfer functions
Diffstat (limited to 'battle')
-rw-r--r--battle/core.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/core.asm b/battle/core.asm
index f41bc2a15..4bc1cd360 100644
--- a/battle/core.asm
+++ b/battle/core.asm
@@ -9429,7 +9429,7 @@ InitBattleDisplay: ; 3fb6c
ld [rSVBK], a
ld hl, wDecompressScratch
- ld bc, wBackupAttrMap - wDecompressScratch
+ ld bc, wScratchAttrMap - wDecompressScratch
ld a, " "
call ByteFill