Skip to content

Commit

Permalink
Fixed FT attempt tally
Browse files Browse the repository at this point in the history
FT attempts now tally totals accurately, leading to more realistic FT %'s.
  • Loading branch information
jleonard2099 committed Feb 5, 2023
1 parent 3edb1e4 commit 398391f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/GameRoutines.bm
Original file line number Diff line number Diff line change
Expand Up @@ -1301,9 +1301,9 @@ Sub BOX2FILE ()
Next I

Print #2, Chr$(12)

Close 2

End Sub

'------------------------------
Expand Down Expand Up @@ -7013,4 +7013,3 @@ Sub UPDATESCREEN ()
End If

End Sub

2 changes: 1 addition & 1 deletion src/PROHOOP.BAS
Original file line number Diff line number Diff line change
Expand Up @@ -2541,7 +2541,7 @@ End If
Call MOREDELAY
NM% = 0

A!(P, B1(P, B), 9) = A!(P, B1(P, B), 9) + 3
A!(P, B1!(P, B), 9) = A!(P, B1!(P, B), 9) + 3

For F3 = 1 To 3

Expand Down

0 comments on commit 398391f

Please sign in to comment.