mirror of
https://github.com/blondie7575/GSCats.git
synced 2025-08-07 03:27:03 +00:00
Fixed artifical ceiling on physics
This commit is contained in:
BIN
gscats.2mg
BIN
gscats.2mg
Binary file not shown.
@@ -212,8 +212,6 @@ updateProjectilePhysicsContinue:
|
|||||||
sta projectileData+GO_POSY
|
sta projectileData+GO_POSY
|
||||||
cmp #GAMEOBJECTHEIGHT
|
cmp #GAMEOBJECTHEIGHT
|
||||||
bmi updateProjectilePhysicsDelete
|
bmi updateProjectilePhysicsDelete
|
||||||
cmp #201
|
|
||||||
bpl updateProjectilePhysicsDelete
|
|
||||||
|
|
||||||
updateProjectilePhysicsDone:
|
updateProjectilePhysicsDone:
|
||||||
RESTORE_AY
|
RESTORE_AY
|
||||||
|
Reference in New Issue
Block a user