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 ;============================