mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
AI optimisations
This commit is contained in:
@@ -609,11 +609,16 @@ skipThisPlayer
|
||||
lda OptionsTable+2 ; selected gravity
|
||||
asl
|
||||
tay
|
||||
clc
|
||||
lda AIForceTable,y
|
||||
sta ForceTableL,x
|
||||
sta RandBoundaryLow
|
||||
adc #60
|
||||
sta RandBoundaryHigh
|
||||
lda AIForceTable+1,y
|
||||
sta ForceTableH,x
|
||||
jsr RandomizeForce.LimitForce
|
||||
sta RandBoundaryLow+1
|
||||
adc #0
|
||||
sta RandBoundaryHigh+1
|
||||
jsr RandomizeForce
|
||||
lda ForceTableL,x
|
||||
sta Force
|
||||
lda ForceTableH,x
|
||||
|
||||
Reference in New Issue
Block a user