aboutsummaryrefslogtreecommitdiffstats
path: root/engine/slots
diff options
context:
space:
mode:
authorNarishma-gb <194818981+Narishma-gb@users.noreply.github.com>2025-04-09 05:17:32 +0200
committerGitHub <noreply@github.com>2025-04-08 22:17:32 -0500
commit0ecc36c83a6bf3ecfee45e9f62afc3ebfb97b024 (patch)
tree6c1e5dce8609e33aed4311d8cc1f4b4ebcc73357 /engine/slots
parentFurther improve NPC trade labels and comments (#493) (diff)
downloadpokeyellow-0ecc36c83a6bf3ecfee45e9f62afc3ebfb97b024.tar.gz
pokeyellow-0ecc36c83a6bf3ecfee45e9f62afc3ebfb97b024.tar.xz
pokeyellow-0ecc36c83a6bf3ecfee45e9f62afc3ebfb97b024.zip
Use constants in `PrintBCDNumber` calls (#503)
Diffstat (limited to 'engine/slots')
-rw-r--r--engine/slots/slot_machine.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/slots/slot_machine.asm b/engine/slots/slot_machine.asm
index 48cf27de..ac6e642f 100644
--- a/engine/slots/slot_machine.asm
+++ b/engine/slots/slot_machine.asm
@@ -645,7 +645,7 @@ SlotMachine_SubtractBetFromPlayerCoins:
SlotMachine_PrintCreditCoins:
hlcoord 5, 1
ld de, wPlayerCoins
- ld c, $2
+ ld c, 2
jp PrintBCDNumber
SlotMachine_PrintPayoutCoins: