project: Rev 202

This commit is contained in:
Owain van Brakel
2021-12-14 18:20:58 +01:00
parent e974585ce8
commit 7c7bf0901a
406 changed files with 39725 additions and 39842 deletions

View File

@@ -22,7 +22,7 @@ public class WorldMapAreaData extends WorldMapArea {
List iconList;
WorldMapAreaData() {
} // L: 14
}
@ObfuscatedName("bo")
@ObfuscatedSignature(
@@ -32,39 +32,39 @@ public class WorldMapAreaData extends WorldMapArea {
@Export("init")
void init(Buffer var1, Buffer var2, int var3, boolean var4) {
this.read(var1, var3);
int var5 = var2.readUnsignedShort(); // L: 18
this.worldMapData0Set = new HashSet(var5); // L: 19
int var5 = var2.readUnsignedShort();
this.worldMapData0Set = new HashSet(var5);
int var6;
for (var6 = 0; var6 < var5; ++var6) { // L: 20
WorldMapData_0 var7 = new WorldMapData_0(); // L: 21
for (var6 = 0; var6 < var5; ++var6) {
WorldMapData_0 var7 = new WorldMapData_0();
try {
var7.init(var2); // L: 23
} catch (IllegalStateException var12) { // L: 25
continue; // L: 26
var7.init(var2);
} catch (IllegalStateException var12) {
continue;
}
this.worldMapData0Set.add(var7); // L: 28
this.worldMapData0Set.add(var7);
}
var6 = var2.readUnsignedShort(); // L: 30
this.worldMapData1Set = new HashSet(var6); // L: 31
var6 = var2.readUnsignedShort();
this.worldMapData1Set = new HashSet(var6);
for (int var10 = 0; var10 < var6; ++var10) { // L: 32
WorldMapData_1 var8 = new WorldMapData_1(); // L: 33
for (int var10 = 0; var10 < var6; ++var10) {
WorldMapData_1 var8 = new WorldMapData_1();
try {
var8.init(var2); // L: 35
} catch (IllegalStateException var11) { // L: 37
continue; // L: 38
var8.init(var2);
} catch (IllegalStateException var11) {
continue;
}
this.worldMapData1Set.add(var8); // L: 40
this.worldMapData1Set.add(var8);
}
this.initIconsList(var2, var4); // L: 42
} // L: 43
this.initIconsList(var2, var4);
}
@ObfuscatedName("bf")
@ObfuscatedSignature(
@@ -73,19 +73,19 @@ public class WorldMapAreaData extends WorldMapArea {
)
@Export("initIconsList")
void initIconsList(Buffer var1, boolean var2) {
this.iconList = new LinkedList(); // L: 46
int var3 = var1.readUnsignedShort(); // L: 47
this.iconList = new LinkedList();
int var3 = var1.readUnsignedShort();
for (int var4 = 0; var4 < var3; ++var4) { // L: 48
int var5 = var1.method7400(); // L: 49
Coord var6 = new Coord(var1.readInt()); // L: 50
boolean var7 = var1.readUnsignedByte() == 1; // L: 51
if (var2 || !var7) { // L: 52
this.iconList.add(new WorldMapIcon_0((Coord)null, var6, var5, (WorldMapLabel)null)); // L: 53
for (int var4 = 0; var4 < var3; ++var4) {
int var5 = var1.method7400();
Coord var6 = new Coord(var1.readInt());
boolean var7 = var1.readUnsignedByte() == 1;
if (var2 || !var7) {
this.iconList.add(new WorldMapIcon_0((Coord)null, var6, var5, (WorldMapLabel)null));
}
}
} // L: 56
}
@ObfuscatedName("c")
@ObfuscatedSignature(
@@ -93,6 +93,6 @@ public class WorldMapAreaData extends WorldMapArea {
garbageValue = "1226375978"
)
public static StudioGame[] method4894() {
return new StudioGame[]{StudioGame.oldscape, StudioGame.stellardawn, StudioGame.game4, StudioGame.game5, StudioGame.runescape, StudioGame.game3}; // L: 17
return new StudioGame[]{StudioGame.oldscape, StudioGame.stellardawn, StudioGame.game4, StudioGame.game5, StudioGame.runescape, StudioGame.game3};
}
}