From ef3c30c42ff69079f0aa4375acc573593f5eb137 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Mon, 3 May 2021 12:03:10 -0400 Subject: [PATCH] ootw: seems to not be crashing anymore??? --- games/ootw/ootw_c15/ootw_c15.s | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/games/ootw/ootw_c15/ootw_c15.s b/games/ootw/ootw_c15/ootw_c15.s index 7be7c06e..b85dc764 100644 --- a/games/ootw/ootw_c15/ootw_c15.s +++ b/games/ootw/ootw_c15/ootw_c15.s @@ -23,6 +23,17 @@ ;============================ ootw_c15: + + ; blast out zero page trying to find bugs where assume + ; init to ff or 0 + +; lda #$5a +;loopy: +; ldx #0 +; sta $0,X +; inx +; bne loopy + ; Initializing when entering level for first time