mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-13 07:29:54 +00:00
ootw: c2: re-activate opening cutscenes
This commit is contained in:
parent
6aed02ca08
commit
1b5877b4d9
@ -1,14 +1,8 @@
|
||||
TODO Before release:
|
||||
====================
|
||||
|
||||
|
||||
l2/l4 -- let physicist get show
|
||||
l2/l4 -- balance alien shooting behavior
|
||||
|
||||
l2 -- move doors to final behavior (break room one needs to
|
||||
be locked)
|
||||
l2 -- re-activate opening cutscene
|
||||
l2 -- initial shield up in alien hallway
|
||||
|
||||
KNOWN BUGS:
|
||||
===========
|
||||
@ -22,8 +16,6 @@ KNOWN BUGS:
|
||||
the friend drawing code, or change the Z order of the friend
|
||||
|
||||
|
||||
|
||||
|
||||
MISSING SPRITES:
|
||||
================
|
||||
+ physicist run+jumping
|
||||
|
@ -15,17 +15,17 @@ ootw_c2:
|
||||
; Run the intro
|
||||
;=======================
|
||||
|
||||
; jsr ootw_c2_intro
|
||||
jsr ootw_c2_intro
|
||||
|
||||
;=======================
|
||||
; Enter the game
|
||||
;=======================
|
||||
ootw_c2_restart:
|
||||
|
||||
; jsr ootw_cage
|
||||
; lda GAME_OVER
|
||||
; cmp #$ff
|
||||
; beq quit_level
|
||||
jsr ootw_cage
|
||||
lda GAME_OVER
|
||||
cmp #$ff
|
||||
beq quit_level
|
||||
|
||||
;=======================
|
||||
; Start Level After Cage
|
||||
|
Loading…
x
Reference in New Issue
Block a user