Use constants in PrintBCDNumber calls (#503)
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
Narishma-gb
2025-04-09 05:17:32 +02:00
committed by GitHub
parent cf73d6ee0f
commit 0ecc36c83a
8 changed files with 12 additions and 15 deletions

View File

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