mirror of
https://github.com/pret/pokered.git
synced 2026-09-27 03:27:24 -05:00
Use constants in PrintBCDNumber calls (#503)
Some checks failed
CI / build (push) Has been cancelled
Some checks failed
CI / build (push) Has been cancelled
This commit is contained in:
@@ -511,7 +511,7 @@ GameCornerDrawCoinBox:
|
||||
call PlaceString
|
||||
hlcoord 15, 5
|
||||
ld de, wPlayerCoins
|
||||
ld c, $82
|
||||
ld c, 2 | LEADING_ZEROES
|
||||
call PrintBCDNumber
|
||||
ld hl, wStatusFlags5
|
||||
res BIT_NO_TEXT_DELAY, [hl]
|
||||
|
||||
Reference in New Issue
Block a user