project: Rev 202

This commit is contained in:
Owain van Brakel
2021-12-14 18:20:58 +01:00
parent e974585ce8
commit 7c7bf0901a
406 changed files with 39725 additions and 39842 deletions

View File

@@ -9,12 +9,12 @@ public class class147 {
garbageValue = "-1711899825"
)
public static boolean method3009(AbstractArchive var0, int var1, int var2) {
byte[] var3 = var0.takeFile(var1, var2); // L: 88
if (var3 == null) { // L: 89
byte[] var3 = var0.takeFile(var1, var2);
if (var3 == null) {
return false;
} else {
WorldMapSection0.SpriteBuffer_decode(var3); // L: 90
return true; // L: 91
WorldMapSection0.SpriteBuffer_decode(var3);
return true;
}
}
}