diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-27 18:48:44 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-29 12:06:54 -0700 |
| commit | 56d75db28ad827d514f3c2c52da0fe4ba2759610 (patch) | |
| tree | c6ee60528141a29834d90269b379558db5bd4849 /engine/slot_machine.asm | |
| parent | fix tmlearn (diff) | |
| download | pokeyellow-56d75db28ad827d514f3c2c52da0fe4ba2759610.tar.gz pokeyellow-56d75db28ad827d514f3c2c52da0fe4ba2759610.tar.xz pokeyellow-56d75db28ad827d514f3c2c52da0fe4ba2759610.zip | |
constants for PrintNumber
Diffstat (limited to 'engine/slot_machine.asm')
| -rwxr-xr-x | engine/slot_machine.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm index 8e98f662..3345a9dc 100755 --- a/engine/slot_machine.asm +++ b/engine/slot_machine.asm @@ -649,7 +649,7 @@ SlotMachine_PrintCreditCoins: ; 37754 (d:7754) SlotMachine_PrintPayoutCoins: ; 3775f (d:775f) coord hl, 11, 1 ld de, wPayoutCoins - ld bc, $8204 ; 2 bytes, 4 digits, leading zeroes + lb bc, LEADING_ZEROES | 2, 4 ; 2 bytes, 4 digits jp PrintNumber SlotMachine_PayCoinsToPlayer: ; 3776b (d:776b) |
