Rare PMG glitches fixed

This commit is contained in:
Pecusx
2022-11-19 22:32:22 +01:00
parent f4213a7cf4
commit a154966e93
3 changed files with 3 additions and 1 deletions
+3 -1
View File
@@ -312,6 +312,7 @@ START
RMTSong song_main_menu
jsr Options ;startup screen
jsr PMoutofScreen
jsr MakeDarkScreen
bit escFlag
bmi START
@@ -462,15 +463,16 @@ eskipzeroing
lda GameIsOver
beq NoGameOverYet
GoGameOver
jsr PMoutofScreen
jsr MakeDarkScreen
jsr GameOverScreen
jmp START
NoGameOverYet
inc CurrentRoundNr
jsr PMoutofscreen
jsr MakeDarkScreen ; issue #72
; jsr RmtSongSelect ; ?????
mva #sfx_silencer sfx_effect
jsr PMoutofscreen
jmp MainGameLoop
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.