summaryrefslogtreecommitdiff
path: root/battle
diff options
context:
space:
mode:
Diffstat (limited to 'battle')
-rw-r--r--battle/anim_commands.asm4
-rw-r--r--battle/core.asm8
2 files changed, 6 insertions, 6 deletions
diff --git a/battle/anim_commands.asm b/battle/anim_commands.asm
index e138363fc..54a269dfe 100644
--- a/battle/anim_commands.asm
+++ b/battle/anim_commands.asm
@@ -1428,13 +1428,13 @@ Functioncc91a: ; cc91a
ld a, $5
ld [rSVBK], a
ld hl, BGPals
- ld de, wd000
+ ld de, Unkn1Pals
ld a, [rBGP]
ld b, a
ld c, $7
call CopyPals
ld hl, OBPals
- ld de, MartPointer
+ ld de, Unkn2Pals
ld a, [rBGP]
ld b, a
ld c, $2
diff --git a/battle/core.asm b/battle/core.asm
index d35b444a1..879ae211f 100644
--- a/battle/core.asm
+++ b/battle/core.asm
@@ -8449,7 +8449,7 @@ Function3f568: ; 3f568
push af
ld a, $6
ld [rSVBK], a
- ld hl, wd000
+ ld hl, w6_d000
ld bc, $400
ld a, $2
call ByteFill
@@ -8457,7 +8457,7 @@ Function3f568: ; 3f568
push af
ld a, $1
ld [rVBK], a
- ld de, wd000
+ ld de, w6_d000
ld hl, VBGMap0
ld bc, $0f40
call Request2bpp
@@ -9329,11 +9329,11 @@ Function3fbd6: ; 3fbd6
push af
ld a, $6
ld [rSVBK], a
- ld hl, wd000
+ ld hl, w6_d000
ld bc, $400
ld a, $7f
call ByteFill
- ld de, wd000
+ ld de, w6_d000
ld hl, VBGMap0
lb bc, BANK(Function3fbd6), $40
call Request2bpp