mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-20 22:33:43 +02:00
WIP: conditional compilation, the beginnings
This commit is contained in:
+2
-4
@@ -1192,8 +1192,7 @@ callInventory
|
||||
jsr Purchase
|
||||
afterInventory
|
||||
jsr MakeDarkScreen
|
||||
lda #song_ingame
|
||||
jsr RmtSongSelect
|
||||
RmtSong song_ingame
|
||||
mva #0 escFlag
|
||||
jsr DisplayStatus
|
||||
jsr SetMainScreen
|
||||
@@ -1430,8 +1429,7 @@ pressedM
|
||||
; have you tried turning the music off and on again?
|
||||
lda #$ff
|
||||
eor:sta noMusic
|
||||
lda #song_ingame
|
||||
jsr RmtSongSelect
|
||||
RmtSong song_ingame
|
||||
jsr WaitForKeyRelease
|
||||
jmp BeforeFire
|
||||
|
||||
|
||||
Reference in New Issue
Block a user