mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-03-03 12:31:32 +00:00
ootw: c4: reset doors when restarting a level
This commit is contained in:
parent
3e73ac344a
commit
ae2b3583b2
@ -25,6 +25,16 @@ ootw_city_init:
|
|||||||
lda #100
|
lda #100
|
||||||
sta GUN_CHARGE
|
sta GUN_CHARGE
|
||||||
|
|
||||||
|
;====================
|
||||||
|
; reset doors
|
||||||
|
lda #DOOR_STATUS_CLOSED
|
||||||
|
sta c4_r0_door0_status
|
||||||
|
sta c4_r0_door1_status
|
||||||
|
lda #DOOR_STATUS_LOCKED
|
||||||
|
sta c4_r0_door2_status
|
||||||
|
sta c4_r0_door3_status
|
||||||
|
sta c4_r0_door4_status
|
||||||
|
|
||||||
;===============
|
;===============
|
||||||
; set up aliens
|
; set up aliens
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user