mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-15 22:53:21 +12:00
Hardcoded palette constant
This commit is contained in:
parent
013c2c7d66
commit
21154bc852
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue