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/evolution.asm | |
parent | 365ae68d80683deab0e2e721b8ff79dda4047513 (diff) |
Use hram constants for remaining joypad variables.
Diffstat (limited to 'engine/evolution.asm')
-rwxr-xr-x | engine/evolution.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/evolution.asm b/engine/evolution.asm index 07ccdbda..a52e0071 100755 --- a/engine/evolution.asm +++ b/engine/evolution.asm @@ -140,7 +140,7 @@ asm_7befa: ; 7befa (1e:7efa) call DelayFrame push bc call JoypadLowSensitivity - ld a, [$ffb5] + ld a, [hJoy5] pop bc and $2 jr nz, .asm_7bf0d |