Scoring fix... Again...
This commit is contained in:
parent
2c5ee3049b
commit
16e8d6e884
BIN
DMGTRIS.GBC
BIN
DMGTRIS.GBC
Binary file not shown.
|
@ -1808,9 +1808,9 @@ FieldDelay::
|
|||
ld h, a
|
||||
|
||||
; Divide by 4.
|
||||
rrc h
|
||||
sra h
|
||||
rr l
|
||||
rrc h
|
||||
sra h
|
||||
rr l
|
||||
|
||||
; Add 1.
|
||||
|
|
Loading…
Reference in New Issue