project: Rev 202
This commit is contained in:
@@ -25,7 +25,7 @@ public class NetFileRequest extends DualNode {
|
||||
byte padding;
|
||||
|
||||
NetFileRequest() {
|
||||
} // L: 10
|
||||
}
|
||||
|
||||
@ObfuscatedName("d")
|
||||
@ObfuscatedSignature(
|
||||
@@ -33,27 +33,27 @@ public class NetFileRequest extends DualNode {
|
||||
garbageValue = "-77"
|
||||
)
|
||||
static int method5588(int var0, Script var1, boolean var2) {
|
||||
Widget var3 = var2 ? WorldMapArea.scriptDotWidget : Messages.scriptActiveWidget; // L: 1084
|
||||
if (var0 == ScriptOpcodes.CC_GETX) { // L: 1085
|
||||
Interpreter.Interpreter_intStack[++IsaacCipher.Interpreter_intStackSize - 1] = var3.x; // L: 1086
|
||||
return 1; // L: 1087
|
||||
} else if (var0 == ScriptOpcodes.CC_GETY) { // L: 1089
|
||||
Interpreter.Interpreter_intStack[++IsaacCipher.Interpreter_intStackSize - 1] = var3.y; // L: 1090
|
||||
return 1; // L: 1091
|
||||
} else if (var0 == ScriptOpcodes.CC_GETWIDTH) { // L: 1093
|
||||
Interpreter.Interpreter_intStack[++IsaacCipher.Interpreter_intStackSize - 1] = var3.width; // L: 1094
|
||||
return 1; // L: 1095
|
||||
} else if (var0 == ScriptOpcodes.CC_GETHEIGHT) { // L: 1097
|
||||
Interpreter.Interpreter_intStack[++IsaacCipher.Interpreter_intStackSize - 1] = var3.height; // L: 1098
|
||||
return 1; // L: 1099
|
||||
} else if (var0 == ScriptOpcodes.CC_GETHIDE) { // L: 1101
|
||||
Interpreter.Interpreter_intStack[++IsaacCipher.Interpreter_intStackSize - 1] = var3.isHidden ? 1 : 0; // L: 1102
|
||||
return 1; // L: 1103
|
||||
} else if (var0 == ScriptOpcodes.CC_GETLAYER) { // L: 1105
|
||||
Interpreter.Interpreter_intStack[++IsaacCipher.Interpreter_intStackSize - 1] = var3.parentId; // L: 1106
|
||||
return 1; // L: 1107
|
||||
Widget var3 = var2 ? WorldMapArea.scriptDotWidget : Messages.scriptActiveWidget;
|
||||
if (var0 == ScriptOpcodes.CC_GETX) {
|
||||
Interpreter.Interpreter_intStack[++IsaacCipher.Interpreter_intStackSize - 1] = var3.x;
|
||||
return 1;
|
||||
} else if (var0 == ScriptOpcodes.CC_GETY) {
|
||||
Interpreter.Interpreter_intStack[++IsaacCipher.Interpreter_intStackSize - 1] = var3.y;
|
||||
return 1;
|
||||
} else if (var0 == ScriptOpcodes.CC_GETWIDTH) {
|
||||
Interpreter.Interpreter_intStack[++IsaacCipher.Interpreter_intStackSize - 1] = var3.width;
|
||||
return 1;
|
||||
} else if (var0 == ScriptOpcodes.CC_GETHEIGHT) {
|
||||
Interpreter.Interpreter_intStack[++IsaacCipher.Interpreter_intStackSize - 1] = var3.height;
|
||||
return 1;
|
||||
} else if (var0 == ScriptOpcodes.CC_GETHIDE) {
|
||||
Interpreter.Interpreter_intStack[++IsaacCipher.Interpreter_intStackSize - 1] = var3.isHidden ? 1 : 0;
|
||||
return 1;
|
||||
} else if (var0 == ScriptOpcodes.CC_GETLAYER) {
|
||||
Interpreter.Interpreter_intStack[++IsaacCipher.Interpreter_intStackSize - 1] = var3.parentId;
|
||||
return 1;
|
||||
} else {
|
||||
return 2; // L: 1109
|
||||
return 2;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -63,8 +63,8 @@ public class NetFileRequest extends DualNode {
|
||||
garbageValue = "-1653414496"
|
||||
)
|
||||
static void method5587(Archive var0, String var1) {
|
||||
ArchiveLoader var2 = new ArchiveLoader(var0, var1); // L: 2153
|
||||
Client.archiveLoaders.add(var2); // L: 2154
|
||||
Client.field753 += var2.groupCount; // L: 2155
|
||||
} // L: 2156
|
||||
ArchiveLoader var2 = new ArchiveLoader(var0, var1);
|
||||
Client.archiveLoaders.add(var2);
|
||||
Client.field753 += var2.groupCount;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user