diff options
Diffstat (limited to 'battle/anim_commands.asm')
-rw-r--r-- | battle/anim_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/anim_commands.asm b/battle/anim_commands.asm index 7372899f5..fed2c9236 100644 --- a/battle/anim_commands.asm +++ b/battle/anim_commands.asm @@ -1437,7 +1437,7 @@ Functioncc91a: ; cc91a ld a, $5 ld [rSVBK], a ld hl, BGPals - ld de, Unkn1Pals + ld de, wMapPals ld a, [rBGP] ld b, a ld c, $7 |