From 1778f193771ed9749a9d8d34f2446605783cff05 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Sun, 18 Apr 2021 23:49:06 -0400 Subject: [PATCH] ootw: bump version number --- games/ootw/ootw_c15/ootw_c15.s | 11 +++++++---- games/ootw/title/title.s | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/games/ootw/ootw_c15/ootw_c15.s b/games/ootw/ootw_c15/ootw_c15.s index 4d8a1a3c..6f89dff7 100644 --- a/games/ootw/ootw_c15/ootw_c15.s +++ b/games/ootw/ootw_c15/ootw_c15.s @@ -36,7 +36,7 @@ ootw_c15_restart: ; run bath intro ;=================================== -; jsr bath_intro + jsr bath_intro ;=================================== ; re-initialize level state @@ -130,7 +130,8 @@ ootw_c15_level_init: sta BROKEN_GLASS sta BRIDGE_COLLAPSE - lda #2 ; REMOVE + ; DEBUG +; lda #2 ; REMOVE sta WHICH_ROOM @@ -138,8 +139,10 @@ ootw_c15_level_init: sta HAVE_GUN sta DIRECTION ; right - lda #2 ; REMOVE -; lda #22 + ; DEBUG +; lda #2 ; REMOVE + lda #22 + sta PHYSICIST_X lda #10 sta PHYSICIST_Y diff --git a/games/ootw/title/title.s b/games/ootw/title/title.s index af59fd11..8e9265f5 100644 --- a/games/ootw/title/title.s +++ b/games/ootw/title/title.s @@ -256,7 +256,7 @@ title_text: .byte 3, 4, "II II // //=I\ II==\ II II \\",0 .byte 3, 5, "II II // // II II==/ II II //",0 .byte 3, 6, "II II//\\// \===I/ II \\ II== II//",0 -.byte 0, 8,"OOTW PROOF-OF-CONCEPT V2.9 (8 APR 2021)",0 +.byte 0, 8,"OOTW PROOF-OF-CONCEPT V3.0 (19 APR 2021)",0 .byte 0, 9,"CODE: DEATER DISK,LZ4: QKUMBA",0 .byte 12,10, ",",0 .byte 0,11,"ORIGINAL BY ERIC CHAHI",0