diff options
Diffstat (limited to 'mobile/mobile_22_2.asm')
-rw-r--r-- | mobile/mobile_22_2.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_22_2.asm b/mobile/mobile_22_2.asm index 824643632..37b3d60b8 100644 --- a/mobile/mobile_22_2.asm +++ b/mobile/mobile_22_2.asm @@ -620,8 +620,8 @@ Function8b6bb: ; 8b6bb ld a, $5 ld [rSVBK], a ld hl, Palette_8b6d5 - ld de, UnknBGPals - ld bc, $0018 + ld de, wBGPals1 + ld bc, 3 palettes call CopyBytes pop af ld [rSVBK], a |