From 61425b7f6496f28b0e0741342e147cc9b0591e6a Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Thu, 22 Aug 2019 13:42:27 -0400 Subject: [PATCH] ootw: c2: fix bug where other aliens drawn in corner during intro --- ootw/ootw_c2_cage.s | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ootw/ootw_c2_cage.s b/ootw/ootw_c2_cage.s index 1d461af7..ef392e61 100644 --- a/ootw/ootw_c2_cage.s +++ b/ootw/ootw_c2_cage.s @@ -39,6 +39,11 @@ ootw_cage: sta LITTLEGUY_OUT sta WHICH_ROOM + ; disable other aliens + lda #$ff + sta alien1_room + sta alien2_room + bit KEYRESET ; clear keypress ;============================