mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2026-08-25 04:15:18 -06:00
Identified Class114 as DisplayMode, reorganized some static methods
This commit is contained in:
parent
5f4a83c394
commit
c988509e8e
139 changed files with 1209 additions and 1383 deletions
|
|
@ -9,20 +9,6 @@ public final class Static202 {
|
|||
@OriginalMember(owner = "client!qg", name = "Y", descriptor = "[I")
|
||||
public static final int[] cameraFrequency = new int[5];
|
||||
|
||||
@OriginalMember(owner = "client!qg", name = "a", descriptor = "(IZI)V")
|
||||
public static void setVarbitClient(@OriginalArg(0) int arg0, @OriginalArg(2) int arg1) {
|
||||
@Pc(7) VarbitType local7 = VarbitTypeList.get(arg0);
|
||||
@Pc(10) int local10 = local7.endBit;
|
||||
@Pc(16) int local16 = local7.startBit;
|
||||
@Pc(19) int local19 = local7.baseVar;
|
||||
@Pc(25) int local25 = Song_Class3_Sub9.anIntArray135[local10 - local16];
|
||||
if (arg1 < 0 || arg1 > local25) {
|
||||
arg1 = 0;
|
||||
}
|
||||
local25 <<= local16;
|
||||
Static148.method2766(local19, local25 & arg1 << local16 | VarpDomain.activeVarps[local19] & ~local25);
|
||||
}
|
||||
|
||||
@OriginalMember(owner = "client!qg", name = "a", descriptor = "([Lclient!na;[SI)V")
|
||||
public static void method3656(@OriginalArg(0) JagString[] arg0, @OriginalArg(1) short[] arg1) {
|
||||
Static54.method1307(arg1, arg0.length - 1, arg0, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue