ootw: c1: declaring level1 done

This commit is contained in:
Vince Weaver 2019-08-20 00:28:47 -04:00
parent 44d8bd82cc
commit daee410b2f
2 changed files with 3 additions and 4 deletions

View File

@ -24,7 +24,7 @@ ootw:
; Handle Underwater Arrival
;==========================
; jsr ootw_c1_arrival
jsr ootw_c1_arrival
lda GAME_OVER
bmi end_c1
@ -34,7 +34,7 @@ ootw:
; Exit the Pool
;==========================
; jsr exit_pool
jsr exit_pool
; Initialize some variables
@ -75,8 +75,6 @@ ootw:
jsr ootw_pool
; jsr ootw_mesa
;===========================
; quit_level
;===========================

View File

@ -108,6 +108,7 @@ cave_setup_done:
lda #0
sta GAIT
sta GAME_OVER
sta BG_BEAST ; in case it wasn't gone yet
; make sure in range and such