mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-11 01:30:53 +00:00
ootw: adjust the starting slug positions some
This commit is contained in:
parent
597b7f602d
commit
e27b29cc2a
12
ootw/ootw.s
12
ootw/ootw.s
@ -57,28 +57,26 @@ ootw:
|
|||||||
sta slugg0_x
|
sta slugg0_x
|
||||||
|
|
||||||
jsr random16
|
jsr random16
|
||||||
and #$f
|
and #$7
|
||||||
clc
|
clc
|
||||||
adc #16
|
adc #16
|
||||||
sta slugg1_x
|
sta slugg1_x
|
||||||
|
|
||||||
jsr random16
|
|
||||||
and #$f
|
|
||||||
clc
|
clc
|
||||||
adc #16
|
adc #10
|
||||||
sta slugg2_x
|
sta slugg2_x
|
||||||
|
|
||||||
|
|
||||||
jsr random16
|
jsr random16
|
||||||
and #$3
|
; and #$3
|
||||||
sta slugg0_gait
|
sta slugg0_gait
|
||||||
|
|
||||||
jsr random16
|
jsr random16
|
||||||
and #$3
|
; and #$3
|
||||||
sta slugg1_gait
|
sta slugg1_gait
|
||||||
|
|
||||||
jsr random16
|
jsr random16
|
||||||
and #$3
|
; and #$3
|
||||||
sta slugg2_gait
|
sta slugg2_gait
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user