project: Rev 202
This commit is contained in:
@@ -30,7 +30,7 @@ public class ArchiveDiskAction extends Node {
|
||||
public Archive archive;
|
||||
|
||||
ArchiveDiskAction() {
|
||||
} // L: 12
|
||||
}
|
||||
|
||||
@ObfuscatedName("c")
|
||||
@ObfuscatedSignature(
|
||||
@@ -38,10 +38,10 @@ public class ArchiveDiskAction extends Node {
|
||||
garbageValue = "1"
|
||||
)
|
||||
static void method5526(SpritePixels var0, int var1, int var2, int var3) {
|
||||
DemotingHashTable var4 = WorldMapRegion.WorldMapRegion_cachedSprites; // L: 38
|
||||
long var6 = (long)(var3 << 16 | var1 << 8 | var2); // L: 42
|
||||
var4.put(var0, var6, var0.pixels.length * 4); // L: 44
|
||||
} // L: 45
|
||||
DemotingHashTable var4 = WorldMapRegion.WorldMapRegion_cachedSprites;
|
||||
long var6 = (long)(var3 << 16 | var1 << 8 | var2);
|
||||
var4.put(var0, var6, var0.pixels.length * 4);
|
||||
}
|
||||
|
||||
@ObfuscatedName("hp")
|
||||
@ObfuscatedSignature(
|
||||
@@ -49,12 +49,12 @@ public class ArchiveDiskAction extends Node {
|
||||
garbageValue = "128"
|
||||
)
|
||||
static final void method5527(int var0, int var1) {
|
||||
if (Client.hintArrowType == 2) { // L: 5578
|
||||
ModeWhere.worldToScreen((Client.hintArrowX - class131.baseX << 7) + Client.hintArrowSubX, (Client.hintArrowY - TileItem.baseY << 7) + Client.hintArrowSubY, Client.hintArrowHeight * 2); // L: 5579
|
||||
if (Client.viewportTempX > -1 && Client.cycle % 20 < 10) { // L: 5580
|
||||
if (Client.hintArrowType == 2) {
|
||||
ModeWhere.worldToScreen((Client.hintArrowX - class131.baseX << 7) + Client.hintArrowSubX, (Client.hintArrowY - TileItem.baseY << 7) + Client.hintArrowSubY, Client.hintArrowHeight * 2);
|
||||
if (Client.viewportTempX > -1 && Client.cycle % 20 < 10) {
|
||||
class260.headIconHintSprites[0].drawTransBgAt(var0 + Client.viewportTempX - 12, Client.viewportTempY + var1 - 28);
|
||||
}
|
||||
|
||||
}
|
||||
} // L: 5581
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user