Fix #709 miscellaneous issues

This commit is contained in:
Rangi
2020-04-16 09:30:50 -04:00
parent 3540578cb3
commit 58b377f25b
8 changed files with 15 additions and 14 deletions

View File

@@ -985,7 +985,7 @@ Function104faf:
cpl
ld b, a
xor a
ldh [hMGJoypadPressed + 2], a
ldh [hMGPrevTIMA], a
call Function104d86
.asm_104fd2
inc b
@@ -1008,10 +1008,10 @@ Function104faf:
bit 1, a
jr nz, .asm_104fe5
.asm_104fed
ldh a, [hMGJoypadPressed + 2]
ldh a, [hMGPrevTIMA]
ld d, a
ldh a, [rTIMA]
ldh [hMGJoypadPressed + 2], a
ldh [hMGPrevTIMA], a
sub d
cp $12
jr c, .asm_104ffd