mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-14 13:33:48 +00:00
ootw: you can now run around level4
This commit is contained in:
parent
0ce1287efc
commit
be10982457
@ -92,7 +92,7 @@ OOTW_C4: ootw_c4.o
|
||||
ootw_c4.o: ootw_c4.s \
|
||||
gr_copy.s gr_copy_offset.s gr_fast_clear.s gr_pageflip.s gr_unrle.s \
|
||||
gr_putsprite.s gr_putsprite_flipped.s gr_putsprite_crop.s \
|
||||
keyboard.s gr_run_sequence.s physicist.s \
|
||||
keyboard.s gr_run_sequence.s physicist.s ootw_c4_city.s \
|
||||
ootw_graphics/sprites/physicist.inc \
|
||||
ootw_graphics/l4city/ootw_c4_city.inc
|
||||
ca65 -o ootw_c4.o ootw_c4.s -l ootw_c4.lst
|
||||
|
@ -40,7 +40,7 @@ ootw_city:
|
||||
|
||||
; Room0 with recharger
|
||||
room0:
|
||||
lda #(24+128)
|
||||
lda #(6+128)
|
||||
sta LEFT_LIMIT
|
||||
lda #(39+128)
|
||||
sta RIGHT_LIMIT
|
||||
@ -53,7 +53,7 @@ room0:
|
||||
lda #0
|
||||
sta cel_smc+1
|
||||
|
||||
lda #30
|
||||
lda #28
|
||||
sta PHYSICIST_Y
|
||||
|
||||
; load background
|
||||
@ -81,7 +81,7 @@ room1:
|
||||
lda #0
|
||||
sta cel_smc+1
|
||||
|
||||
lda #30
|
||||
lda #8
|
||||
sta PHYSICIST_Y
|
||||
|
||||
; load background
|
||||
@ -109,6 +109,9 @@ room2:
|
||||
lda #1
|
||||
sta cel_smc+1
|
||||
|
||||
lda #18
|
||||
sta PHYSICIST_Y
|
||||
|
||||
; load background
|
||||
lda #>(causeway1_rle)
|
||||
sta GBASH
|
||||
|
Loading…
x
Reference in New Issue
Block a user