diff options
| author | Daniel Harding <corrnondacqb@yahoo.com> | 2015-08-05 09:30:49 -0500 |
|---|---|---|
| committer | Daniel Harding <corrnondacqb@yahoo.com> | 2015-08-05 09:30:49 -0500 |
| commit | 1b0404d0dc1962ae9ad8e25ac4aa598e1b7e62ae (patch) | |
| tree | c6ee60528141a29834d90269b379558db5bd4849 /engine/slot_machine.asm | |
| parent | fix tmlearn (diff) | |
| parent | constants for PrintNumber (diff) | |
| download | pokeyellow-1b0404d0dc1962ae9ad8e25ac4aa598e1b7e62ae.tar.gz pokeyellow-1b0404d0dc1962ae9ad8e25ac4aa598e1b7e62ae.tar.xz pokeyellow-1b0404d0dc1962ae9ad8e25ac4aa598e1b7e62ae.zip | |
Merge pull request #111 from YamaArashi/master
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) |
