mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Hardcoded palette constant
This commit is contained in:
parent
013c2c7d66
commit
21154bc852
|
@ -78,7 +78,7 @@ BuildStatusScreenPalPacket: ; 71e4f (1c:5e4f)
|
||||||
push af
|
push af
|
||||||
ld hl, wcf2e
|
ld hl, wcf2e
|
||||||
ld a, [wcf25]
|
ld a, [wcf25]
|
||||||
add $1f
|
add PAL_GREENBAR
|
||||||
ld [hli], a
|
ld [hli], a
|
||||||
inc hl
|
inc hl
|
||||||
pop af
|
pop af
|
||||||
|
|
Loading…
Reference in a new issue