cache: use RuneStar cs2 opcode names

With exception of the opcodes with jvm analogues, which follow jvm style
This commit is contained in:
Max Weber
2019-03-08 04:00:44 -07:00
parent f1d919765d
commit 75fbb07b41
7 changed files with 921 additions and 934 deletions

View File

@@ -33,6 +33,6 @@ public class RuneLiteInstructions extends Instructions
public void init()
{
super.init();
add(RUNELITE_EXECUTE, "runelite_callback", 0, 0, 1, 0);
add(RUNELITE_EXECUTE, "runelite_callback");
}
}