Created TypeList classes and moved static members to them

This commit is contained in:
Pazaz 2022-04-25 02:11:03 -04:00
parent 6ba1f2f808
commit b3a5fdbec9
356 changed files with 6604 additions and 6652 deletions

View file

@ -25,7 +25,7 @@ public final class Static113 {
if (arg1 >= 5 && arg1 <= 8) {
arg1 = 4;
}
@Pc(30) LocType local30 = Static271.get(arg0);
@Pc(30) LocType local30 = LocTypeList.get(arg0);
return local30.isReady(arg1);
}
}