File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
SkylandersSuperChargers/Mods/FPS
SkylandersSwapForce/Mods/FPS Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ const_stuckFallingDistanceThreshold:
66. float 20 * 30 / $ targetFPS
77
88_getStuckFallingDistanceThreshold_f13:
9- lis r0 , const_stuckFallingDistanceThreshold@ha
10- lfs f13 , const_stuckFallingDistanceThreshold@l(r0 )
9+ lis r3 , const_stuckFallingDistanceThreshold@ha
10+ lfs f13 , const_stuckFallingDistanceThreshold@l(r3 )
1111blr
1212
1313_getStuckFallingDistanceThreshold_f0:
14- lis r0 , const_stuckFallingDistanceThreshold@ha
15- lfs f0 , const_stuckFallingDistanceThreshold@l(r0 )
14+ lis r3 , const_stuckFallingDistanceThreshold@ha
15+ lfs f0 , const_stuckFallingDistanceThreshold@l(r3 )
1616blr
1717
1818[SSC_FixInfiniteFall_V1]
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ const_stuckFallingDistanceThreshold:
66. float 20 * 30 / $ targetFPS
77
88_getStuckFallingDistanceThreshold:
9- lis r0 , const_stuckFallingDistanceThreshold@ha
10- lfs f0 , const_stuckFallingDistanceThreshold@l(r0 )
9+ lis r3 , const_stuckFallingDistanceThreshold@ha
10+ lfs f0 , const_stuckFallingDistanceThreshold@l(r3 )
1111blr
1212
1313[SSF_FixInfiniteFall_V16]
You can’t perform that action at this time.
0 commit comments