Started moving around static methods/fields

This commit is contained in:
Pazaz 2022-04-25 00:49:33 -04:00
parent bed128bd19
commit 6ba1f2f808
305 changed files with 5027 additions and 5075 deletions

View file

@ -84,7 +84,7 @@ public final class Static23 {
public static byte[] method648(@OriginalArg(1) byte[] arg0) {
@Pc(6) int local6 = arg0.length;
@Pc(9) byte[] local9 = new byte[local6];
Static289.copy(arg0, 0, local9, 0, local6);
JagString.copy(arg0, 0, local9, 0, local6);
return local9;
}
}