···4747 public static int anInt243;
4848 public int itemSpritePadsY;
4949 public ImageRGB enabledImage;
5050- public static int anInt246 = -1;
5050+ public static int instanceWidgetParent = -1;
5151 public boolean typeFaceShadowed;
5252 public int parentId;
5353 public String enabledText;
···161161 else
162162 widget.hoveredPopup = -1;
163163 if (widget.contentType == 600)
164164- anInt246 = parentId;
164164+ instanceWidgetParent = parentId;
165165 if (widget.contentType == 650)
166166 anInt255 = parentId;
167167 if (widget.contentType == 655)
···602602 }
603603 }
604604605605- public int method269(int z, int x, int y) {
605605+ public int getLocationHash(int z, int x, int y) {
606606 SceneTile sceneTile = groundArray.getTile(z, x, y);
607607 if (sceneTile == null) {
608608 return 0;
···4455public class SpawnObjectNode extends Node {
6677- public int anInt1384;
88- public int anInt1385;
99- public int anInt1386;
1010- public int anInt1387;
1111- public int anInt1388;
1212- public int anInt1389;
1313- public int anInt1390 = -1;
1414- public int anInt1391;
1515- public int anInt1392;
1616- public int anInt1393;
1717- public int anInt1394;
1818- public int anInt1395;
77+ public int locationIndex;
88+ public int locationRotation;
99+ public int locationType;
1010+ public int index;
1111+ public int rotation;
1212+ public int type;
1313+ public int cycle = -1;
1414+ public int plane;
1515+ public int classType;
1616+ public int x;
1717+ public int y;
1818+ public int spawnCycle;
1919}