ootw: adjust the elevator detection code

This commit is contained in:
Vince Weaver 2019-07-12 19:24:07 -04:00
parent a3d68d16a1
commit d9db578416
3 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -40,7 +40,7 @@ ootw_c2:
; Run the intro
;=======================
jsr ootw_c2_intro
; jsr ootw_c2_intro
lda #0
sta CITY_MOVIE_SEEN

View File

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