Better SFX, music for purchase and Credits fix

This commit is contained in:
Pecusx
2022-08-10 20:52:26 +02:00
parent 1f576a0c49
commit f45d2c8446
4 changed files with 12 additions and 7 deletions
+4
View File
@@ -283,6 +283,9 @@ AfterManualPurchase
; ora #$02 ; normal screen width
lda #%00110010 ; normal screen width, DL on, P/M off
sta dmactls
lda #song_supermarket
jsr RmtSongSelect
mwa #ListOfWeapons WeaponsListDL ;switch to the list of offensive weapons
@@ -2092,6 +2095,7 @@ NextLine
adw temp2 #40
jmp MainRewriteLoop
EndOfCredits
mwa #Credits DLCreditsAddr ; set address in DL to first line
rts
.endp
;-------------------------------------------------