Fixed an oopsie

main
Joshua Sigona 3 years ago
parent 5b0add8095
commit 2ef4d2fb06
  1. BIN
      bin/sig/RabiRandomTeleportation.class
  2. 9
      src/sig/RabiRandomTeleportation.java

@ -207,13 +207,14 @@ public class RabiRandomTeleportation {
fightingBossAddress = 0xA72E08; fightingBossAddress = 0xA72E08;
areaAddress = 0xA600AC; areaAddress = 0xA600AC;
goldenCarrotAddress = 0xD63348; goldenCarrotAddress = 0xD63348;
/*System.out.println("Erina X:"+readFloatFromPointer(0xC,entityArrayPtr)); System.out.println("Erina X:"+readFloatFromPointer(0xC,entityArrayPtr));
System.out.println("Erina Y:"+readFloatFromPointer(0xC+0x4,entityArrayPtr)); System.out.println("Erina Y:"+readFloatFromPointer(0xC+0x4,entityArrayPtr));
System.out.println("Map: "+readIntFromMemory(mapAreaXAddress)+","+readIntFromMemory(mapAreaYAddress)); System.out.println("Map: "+readIntFromMemory(mapAreaXAddress)+","+readIntFromMemory(mapAreaYAddress));
long entityArrayPtrOffset = readIntFromMemory(0x96DA3C)-rabiRibiMemOffset; long entityArrayPtrOffset = readIntFromMemory(0x96DA3C)-rabiRibiMemOffset;
writeFloatToMemory(entityArrayPtrOffset+0xC,9600); //writeFloatToMemory(entityArrayPtrOffset+0xC,11777);
writeFloatToMemory(entityArrayPtrOffset+0xC+0x4,9240);*/ //writeFloatToMemory(entityArrayPtrOffset+0xC+0x4,9097);
//updateEventValue((short)166,16,12,15,7); updateEventValue((short)570,11,6,2,7);
updateEventValue((short)3,11,6,2,6);
//20x11 //20x11
//TeleportBunnyToRandomLocation(); //TeleportBunnyToRandomLocation();
while (true) { while (true) {

Loading…
Cancel
Save