···2424 public static void method236(byte[] bs) {
2525 Buffer buffer = new Buffer(bs);
2626 buffer.currentPosition = bs.length - 8;
2727- int i = buffer.getUnsignedShort();
2828- int j = buffer.getUnsignedShort();
2929- int k = buffer.getUnsignedShort();
3030- int l = buffer.getUnsignedShort();
2727+ int i = buffer.getUnsignedShortBE();
2828+ int j = buffer.getUnsignedShortBE();
2929+ int k = buffer.getUnsignedShortBE();
3030+ int l = buffer.getUnsignedShortBE();
3131 int i1 = 0;
3232 Buffer buffer_5_ = new Buffer(bs);
3333 buffer_5_.currentPosition = i1;
···4444 Buffer buffer_9_ = new Buffer(bs);
4545 buffer_9_.currentPosition = i1;
4646 Skins skins = new Skins(buffer_9_);
4747- int animationAmount = buffer_5_.getUnsignedShort();
4747+ int animationAmount = buffer_5_.getUnsignedShortBE();
4848 int ai[] = new int[500];
4949 int ai1[] = new int[500];
5050 int ai2[] = new int[500];
5151 int ai3[] = new int[500];
5252 for (int k1 = 0; k1 < animationAmount; k1++) {
5353- int l1 = buffer_5_.getUnsignedShort();
5353+ int l1 = buffer_5_.getUnsignedShortBE();
5454 Animation animation = cache[l1] = new Animation();
5555 animation.anInt431 = class50_sub1_sub2_4.getUnsignedByte();
5656 animation.animationSkins = skins;