VUmeter bug fix and Oooopty!

This commit is contained in:
Pecusx
2024-03-12 20:49:40 +01:00
parent 72c9d7952b
commit 9e8187fc0d
9 changed files with 16 additions and 36 deletions
+2
View File
@@ -1441,6 +1441,7 @@ FinishResultDisplay
bcc EndMeter
; store all angles
ldx NumberOfPlayers
dex
@ lda AngleTable,x
sta previousAngle,x
dex
@@ -1465,6 +1466,7 @@ Meter
; restore all angles
jsr ClearTanks
ldx NumberOfPlayers
dex
@ lda previousAngle,x
sta AngleTable,x
dex