summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
Diffstat (limited to 'mobile')
-rw-r--r--mobile/mobile_5c.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile/mobile_5c.asm b/mobile/mobile_5c.asm
index 7ba1e737f..85773ef4a 100644
--- a/mobile/mobile_5c.asm
+++ b/mobile/mobile_5c.asm
@@ -692,10 +692,10 @@ Function171ccd:
ld de, wBGPals1
ld bc, 8 palettes
call CopyBytes
- ld hl, wEngineBuffer5
- ld a, $ff
+ ld hl, wOBPals1 palette 0 color 1
+ ld a, LOW(PALRGB_WHITE)
ld [hli], a
- ld a, $7f
+ ld a, HIGH(PALRGB_WHITE)
ld [hl], a
call SetPalettes
pop af