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

@ -52,7 +52,7 @@ public final class SoundBank {
public final PcmSound method2738(@OriginalArg(0) int arg0, @OriginalArg(2) int[] arg1) {
if (this.aClass153_52.method4483() == 1) {
return this.method2737(arg1, 0, arg0);
} else if (this.aClass153_52.method4504(arg0) == 1) {
} else if (this.aClass153_52.getGroupCapacity(arg0) == 1) {
return this.method2737(arg1, arg0, 0);
} else {
throw new RuntimeException();
@ -93,7 +93,7 @@ public final class SoundBank {
public final PcmSound method2741(@OriginalArg(1) int arg0, @OriginalArg(2) int[] arg1) {
if (this.aClass153_53.method4483() == 1) {
return this.method2740(0, arg1, arg0);
} else if (this.aClass153_53.method4504(arg0) == 1) {
} else if (this.aClass153_53.getGroupCapacity(arg0) == 1) {
return this.method2740(arg0, arg1, 0);
} else {
throw new RuntimeException();