summaryrefslogtreecommitdiff
path: root/mobile
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2019-04-08 18:50:10 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2019-04-08 19:42:55 -0400
commit2184b60a0cb5e3d1c2b64f7787f3fc0da5efbcab (patch)
tree473c39b05f00c29e399be8a02b028a11521df813 /mobile
parentec8869584ff7a02ab1ca12fe8b5e6652034f2f17 (diff)
Identify and eliminate wEngineBuffer1-5
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