Scoring fix... Again...

This commit is contained in:
Randy Thiemann 2023-10-24 22:47:17 +02:00
parent 2c5ee3049b
commit 16e8d6e884
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -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.