diff options
| author | yenatch <yenatch@gmail.com> | 2014-05-25 17:27:02 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-05-25 17:27:02 -0700 |
| commit | 4be11293e5c7d6bf4a2fc374974545a21a5e3572 (patch) | |
| tree | dcba8275056711993a438ef3d8061e30e9a6e19f /engine/slot_machine.asm | |
| parent | Rename GetJoypadState -> Joypad. (diff) | |
| download | pokeyellow-4be11293e5c7d6bf4a2fc374974545a21a5e3572.tar.gz pokeyellow-4be11293e5c7d6bf4a2fc374974545a21a5e3572.tar.xz pokeyellow-4be11293e5c7d6bf4a2fc374974545a21a5e3572.zip | |
Label BCD math predefs.
Diffstat (limited to 'engine/slot_machine.asm')
| -rwxr-xr-x | engine/slot_machine.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm index 1d320207..99ee942b 100755 --- a/engine/slot_machine.asm +++ b/engine/slot_machine.asm @@ -618,7 +618,7 @@ SlotMachine_37741: ; 37741 (d:7741) ld [hli], a ld de, $d5a5 ld c, $2 - ld a, $c + ld a, $c ; SubtractBCDPredef call Predef SlotMachine_37754: ; 37754 (d:7754) @@ -660,7 +660,7 @@ SlotMachine_3776b: ; 3776b (d:776b) ld hl, $cd47 ld de, $d5a5 ld c, $2 - ld a, $b + ld a, $b ; AddBCDPredef call Predef call SlotMachine_37754 call SlotMachine_3775f |
