From 35880038c852da7929b8b6b4c3eaee8c41a0ec9e Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Thu, 1 Nov 2018 21:46:23 -0400 Subject: [PATCH] megademo: ill-advised trying to fix the fireworks bug --- megademo/fireworks.s | 5 ++--- megademo/fw_state_machine.s | 1 + megademo/megademo.s | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/megademo/fireworks.s b/megademo/fireworks.s index b1cd7b7a..d0b750d9 100644 --- a/megademo/fireworks.s +++ b/megademo/fireworks.s @@ -397,6 +397,5 @@ jump_table: ;.include "move_letters.s" ;.include "delay_a.s" -background: - -.include "fw_background.inc" +;background: +;.include "fw_background.inc" diff --git a/megademo/fw_state_machine.s b/megademo/fw_state_machine.s index 89497c2a..a7125a37 100644 --- a/megademo/fw_state_machine.s +++ b/megademo/fw_state_machine.s @@ -81,6 +81,7 @@ Zloop2: dex ; 2 jmp fw_check_keyboard ; 3 +.align $100 ;================================= ; action_continue_explosion diff --git a/megademo/megademo.s b/megademo/megademo.s index 148be865..03b52e48 100644 --- a/megademo/megademo.s +++ b/megademo/megademo.s @@ -179,6 +179,9 @@ apple_iie: ; arrival .include "arrival.inc" +;background: +.include "fw_background.inc" + ;============================ ; Include Hires Graphics ; No Alignment Needed