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 504830cb..29897242 100755 --- a/engine/play_time.asm +++ b/engine/play_time.asm @@ -56,6 +56,6 @@ CountDownIgnoreInputBitReset: ld [wd730], a ret z xor a - ld [hJoyPressed], a - ld [hJoyHeld], a + ldh [hJoyPressed], a + ldh [hJoyHeld], a ret |