summaryrefslogtreecommitdiff
path: root/battle/anim_commands.asm
diff options
context:
space:
mode:
Diffstat (limited to 'battle/anim_commands.asm')
-rw-r--r--battle/anim_commands.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/battle/anim_commands.asm b/battle/anim_commands.asm
index b4633d8dd..fa0ae0a71 100644
--- a/battle/anim_commands.asm
+++ b/battle/anim_commands.asm
@@ -1437,13 +1437,13 @@ BattleAnim_SetBGPals: ; cc91a
ld de, UnknBGPals
ld a, [rBGP]
ld b, a
- ld c, $7
+ ld c, 7
call CopyPals
ld hl, OBPals
ld de, UnknOBPals
ld a, [rBGP]
ld b, a
- ld c, $2
+ ld c, 2
call CopyPals
pop af
ld [rSVBK], a
@@ -1461,11 +1461,11 @@ BattleAnim_SetOBPals: ; cc94b
push af
ld a, $5
ld [rSVBK], a
- ld hl, OBPals + $10
- ld de, UnknOBPals + $10
+ ld hl, OBPals palette PAL_BATTLE_OB_GRAY
+ ld de, UnknOBPals palette PAL_BATTLE_OB_GRAY
ld a, [rOBP0]
ld b, a
- ld c, $2
+ ld c, 2
call CopyPals
pop af
ld [rSVBK], a