Consolidated a LOT of static classes (first pass)

This commit is contained in:
Pazaz 2022-06-27 14:24:48 -04:00
parent 9789c5b66e
commit 7ffd30e31c
264 changed files with 7190 additions and 8201 deletions

View file

@ -28,7 +28,7 @@ public final class Static18 {
} else if (local5 > 100) {
local5 = 100;
}
local29 = local5 * (Static187.aShort27 - Static263.aShort30) / 100 + Static263.aShort30;
local29 = local5 * (ScriptRunner.aShort27 - ScriptRunner.aShort30) / 100 + ScriptRunner.aShort30;
arg3 = local29 * arg3 >> 8;
}
local5 = 2048 - arg6 & 0x7FF;
@ -59,7 +59,7 @@ public final class Static18 {
@OriginalMember(owner = "client!bh", name = "a", descriptor = "(B)Lclient!ba;")
public static World getFirstWorld() {
Static51.worldPos = 0;
WorldList.worldPos = 0;
return WorldList.getNextWorld();
}