Renamed some static classes

This commit is contained in:
Pazaz 2022-05-01 12:48:59 -04:00
parent 37883b9f35
commit ff0e890dcd
116 changed files with 1932 additions and 1973 deletions

View file

@ -2,7 +2,6 @@ package rt4;
import org.openrs2.deob.annotation.OriginalArg;
import org.openrs2.deob.annotation.OriginalMember;
import org.openrs2.deob.annotation.Pc;
public final class Static65 {
@ -17,16 +16,4 @@ public final class Static65 {
return Static254.method4350(arg0);
}
@OriginalMember(owner = "client!fc", name = "a", descriptor = "(III)I")
public static int method1498(@OriginalArg(0) int arg0, @OriginalArg(2) int arg1) {
@Pc(36) int local36 = Static115.method2309(4, arg1 + 45365, arg0 - -91923) + (Static115.method2309(2, arg1 + 10294, arg0 + 37821) - 128 >> 1) + (Static115.method2309(1, arg1, arg0) + -128 >> 2) - 128;
local36 = (int) ((double) local36 * 0.3D) + 35;
if (local36 < 10) {
local36 = 10;
} else if (local36 > 60) {
local36 = 60;
}
return local36;
}
}