Started identifying CS2 opcodes

This commit is contained in:
Pazaz 2022-05-11 04:59:13 -04:00
parent b57d5a0031
commit 3531b1c57c
27 changed files with 422 additions and 346 deletions

View file

@ -68,9 +68,9 @@ public final class Static53 {
return;
}
@Pc(19) Component local19 = Static201.method1418(MiniMenu.anInt2512, MiniMenu.anInt506);
if (local19 != null && local19.anObjectArray27 != null) {
if (local19 != null && local19.onUseWith != null) {
@Pc(29) HookRequest local29 = new HookRequest();
local29.arguments = local19.anObjectArray27;
local29.arguments = local19.onUseWith;
local29.source = local19;
ScriptRunner.run(local29);
}