mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-18 21:06:31 +00:00
ootw: adjust the elevator detection code
This commit is contained in:
parent
a3d68d16a1
commit
d9db578416
BIN
ootw/ootw.dsk
BIN
ootw/ootw.dsk
Binary file not shown.
@ -40,7 +40,7 @@ ootw_c2:
|
||||
; Run the intro
|
||||
;=======================
|
||||
|
||||
jsr ootw_c2_intro
|
||||
; jsr ootw_c2_intro
|
||||
|
||||
lda #0
|
||||
sta CITY_MOVIE_SEEN
|
||||
|
@ -242,10 +242,13 @@ elevator_frame_no_oflo:
|
||||
;==========================
|
||||
|
||||
lda PHYSICIST_X
|
||||
cmp #17
|
||||
cmp #16
|
||||
bcc not_on_elevator ; blt
|
||||
cmp #23
|
||||
bcs not_on_elevator ; bge
|
||||
|
||||
lda #1
|
||||
bne update_elevator ; balways
|
||||
bne update_elevator ; bra
|
||||
|
||||
not_on_elevator:
|
||||
lda #0
|
||||
|
Loading…
Reference in New Issue
Block a user