You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Identify and eliminate wEngineBuffer1-5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user