Update to latest ghidra project

This commit is contained in:
rozlette
2020-01-08 08:32:20 -06:00
parent 8d8df1848e
commit 727a546fcf
17 changed files with 1165 additions and 942 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ s32 Lib_StepTowardsCheckFramerateScaled_s(s16* start, s16 target, s16 step) {
f32 f0;
if (step != 0) {
f0 = D_801D1508;
f0 = gFramerateDivisorHalf;
if ((s16)(*start - target) > 0) {
step = -step;