diff options
Diffstat (limited to 'engine/play_time.asm')
-rwxr-xr-x | engine/play_time.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/play_time.asm b/engine/play_time.asm index 6eb8bc17..4178e5bf 100755 --- a/engine/play_time.asm +++ b/engine/play_time.asm @@ -56,6 +56,6 @@ Func_18e36: ; 18e36 (6:4e36) ld [$d730], a ret z xor a - ld [H_NEWLYPRESSEDBUTTONS], a - ld [H_CURRENTPRESSEDBUTTONS], a + ld [hJoyPressed], a + ld [hJoyHeld], a ret |