diff options
| author | yenatch <yenatch@gmail.com> | 2014-08-30 19:48:49 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-08-30 19:48:49 -0700 |
| commit | 8f49e37b82a90bbef8c7133c4adea8f82abf00e7 (patch) | |
| tree | 1987ddd65262266ce69b4759caa3b5df493cbb88 /engine/slot_machine.asm | |
| parent | Use PARTY_LENGTH and related constants in menu and hud code. (diff) | |
| download | pokeyellow-8f49e37b82a90bbef8c7133c4adea8f82abf00e7.tar.gz pokeyellow-8f49e37b82a90bbef8c7133c4adea8f82abf00e7.tar.xz pokeyellow-8f49e37b82a90bbef8c7133c4adea8f82abf00e7.zip | |
Use hram constants for remaining joypad variables.
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 e43cc9ab..9ded4f36 100755 --- a/engine/slot_machine.asm +++ b/engine/slot_machine.asm @@ -797,7 +797,7 @@ SlotMachine_3784e: ; 3784e (d:784e) SlotMachine_37882: ; 37882 (d:7882) call DelayFrame call JoypadLowSensitivity - ld a, [$ffb5] + ld a, [hJoy5] and $1 ret z ld hl, wTrainerSpriteOffset |
