Moved around some Static fields/methods, named LocType opcode 74

This commit is contained in:
Pazaz 2022-06-01 09:05:38 -04:00
parent 82c75b3ec9
commit 5e66d3ba01
95 changed files with 946 additions and 993 deletions

View file

@ -59,7 +59,8 @@ public final class AnimFrameset extends SecondaryNode {
}
try {
return new AnimFrameset(animsArchive, basesArchive, id, false);
} catch (@Pc(84) Exception local84) {
} catch (@Pc(84) Exception ex) {
ex.printStackTrace();
return null;
}
}