diff options
| author | yenatch <yenatch@gmail.com> | 2014-05-25 11:21:48 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-05-25 11:21:48 -0700 |
| commit | bba84059925c25e04fdcef5e4f3e2192176faf2d (patch) | |
| tree | 31dad8410ee610e6dcc1ceb2216ef22a433941c1 /engine/slot_machine.asm | |
| parent | Rename joypad registers. (diff) | |
| download | pokeyellow-bba84059925c25e04fdcef5e4f3e2192176faf2d.tar.gz pokeyellow-bba84059925c25e04fdcef5e4f3e2192176faf2d.tar.xz pokeyellow-bba84059925c25e04fdcef5e4f3e2192176faf2d.zip | |
Rename GetJoypadState -> Joypad.
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 6c106239..1d320207 100755 --- a/engine/slot_machine.asm +++ b/engine/slot_machine.asm @@ -799,7 +799,7 @@ SlotMachine_3784e: ; 3784e (d:784e) SlotMachine_37882: ; 37882 (d:7882) call DelayFrame - call GetJoypadStateLowSensitivity + call JoypadLowSensitivity ld a, [$ffb5] and $1 ret z |
