From edbd31b1f16be4f18fdbf26ddeaa6820a0d142c9 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Mon, 18 Nov 2019 20:39:19 -0500 Subject: [PATCH] ds: re-sync the sound after escaping --- demosplash2019/demosplash.s | 2 ++ demosplash2019/escape.s | 3 +-- demosplash2019/reading.s | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/demosplash2019/demosplash.s b/demosplash2019/demosplash.s index 50a94d3e..af7d4307 100644 --- a/demosplash2019/demosplash.s +++ b/demosplash2019/demosplash.s @@ -6,6 +6,8 @@ demosplash2019: + + ;================================================== ; clear zp ; shouldn't have to do this, but uninit memory bugs diff --git a/demosplash2019/escape.s b/demosplash2019/escape.s index b4ffeb6f..5b9b4330 100644 --- a/demosplash2019/escape.s +++ b/demosplash2019/escape.s @@ -1587,9 +1587,8 @@ escape_keys: .byte ' '+$80,30 ; shoot .byte 'Z',5 ; down .byte 'Z',10 ; faster - .byte 'A',30 ; faster + .byte 'A',28 ; faster .byte 'A',10 ; faster - .byte 27+$80,2 .if 0 diff --git a/demosplash2019/reading.s b/demosplash2019/reading.s index d8487037..fa64e444 100644 --- a/demosplash2019/reading.s +++ b/demosplash2019/reading.s @@ -51,6 +51,8 @@ end_book: ; sei +;urgh: jmp urgh + lda #0 sta FRAME_PLAY_OFFSET sta FRAME_PLAY_PAGE