diff --git a/games/ootw/Makefile b/games/ootw/Makefile index ae2f8234..35741193 100644 --- a/games/ootw/Makefile +++ b/games/ootw/Makefile @@ -168,7 +168,7 @@ HELLO2: hello2.bas ##### -zip: ootw.dsk ootw_side2.dsk side3.dsk +zip: ootw.dsk ootw_side2.dsk ootw_side3.dsk zip ootw.zip ootw.dsk ootw_side2.dsk ootw_side3.dsk ##### diff --git a/games/ootw/ending/ending.s b/games/ootw/ending/ending.s index 048d5c12..a075a7b4 100644 --- a/games/ootw/ending/ending.s +++ b/games/ootw/ending/ending.s @@ -78,16 +78,14 @@ repeat_ending: bit FULLGR bit KEYRESET - ;================================= - ; Setup pages (is this necessary?) - ;================================= - -; lda #0 -; sta DRAW_PAGE -; lda #1 -; sta DISP_PAGE - + ;============ + ; Setup pages + ;============ + lda #0 + sta DRAW_PAGE + lda #4 + sta DISP_PAGE ;============ ; start music diff --git a/games/ootw/ootw_side3.dsk b/games/ootw/ootw_side3.dsk index f7980c43..0089825c 100644 Binary files a/games/ootw/ootw_side3.dsk and b/games/ootw/ootw_side3.dsk differ