Fix program counter hook
This commit is contained in:
@@ -7,20 +7,23 @@ import net.runelite.mapping.ObfuscatedSignature;
|
|||||||
@ObfuscatedName("bv")
|
@ObfuscatedName("bv")
|
||||||
@Implements("ScriptFrame")
|
@Implements("ScriptFrame")
|
||||||
public class ScriptFrame {
|
public class ScriptFrame {
|
||||||
@ObfuscatedName("z")
|
@ObfuscatedName("n")
|
||||||
@ObfuscatedSignature(
|
@Export("pc")
|
||||||
signature = "Lcu;"
|
public int pc;
|
||||||
)
|
@ObfuscatedName("z")
|
||||||
@Export("script")
|
@ObfuscatedSignature(
|
||||||
Script script;
|
signature = "Lcu;"
|
||||||
@ObfuscatedName("n")
|
)
|
||||||
@ObfuscatedGetter(
|
@Export("script")
|
||||||
intValue = 173320539
|
Script script;
|
||||||
)
|
// $FF: renamed from: pc int
|
||||||
@Export("pc")
|
@ObfuscatedName("n")
|
||||||
int pc;
|
@ObfuscatedGetter(
|
||||||
@ObfuscatedName("v")
|
intValue = 173320539
|
||||||
@Export("intLocals")
|
)
|
||||||
|
int field_36 = -1;
|
||||||
|
@ObfuscatedName("v")
|
||||||
|
@Export("intLocals")
|
||||||
int[] intLocals;
|
int[] intLocals;
|
||||||
@ObfuscatedName("u")
|
@ObfuscatedName("u")
|
||||||
@Export("stringLocals")
|
@Export("stringLocals")
|
||||||
|
|||||||
Reference in New Issue
Block a user