ootw: c2: fix bug where other aliens drawn in corner during intro

This commit is contained in:
Vince Weaver 2019-08-22 13:42:27 -04:00
parent 1b5877b4d9
commit 61425b7f64

View File

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