Identify and eliminate wEngineBuffer1-5

This commit is contained in:
Rangi
2019-04-08 18:50:10 -04:00
parent ec8869584f
commit 2184b60a0c
19 changed files with 194 additions and 164 deletions

View File

@@ -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