Fixed an oopsie
This commit is contained in:
parent
5b0add8095
commit
2ef4d2fb06
Binary file not shown.
@ -207,13 +207,14 @@ public class RabiRandomTeleportation {
|
||||
fightingBossAddress = 0xA72E08;
|
||||
areaAddress = 0xA600AC;
|
||||
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("Map: "+readIntFromMemory(mapAreaXAddress)+","+readIntFromMemory(mapAreaYAddress));
|
||||
long entityArrayPtrOffset = readIntFromMemory(0x96DA3C)-rabiRibiMemOffset;
|
||||
writeFloatToMemory(entityArrayPtrOffset+0xC,9600);
|
||||
writeFloatToMemory(entityArrayPtrOffset+0xC+0x4,9240);*/
|
||||
//updateEventValue((short)166,16,12,15,7);
|
||||
//writeFloatToMemory(entityArrayPtrOffset+0xC,11777);
|
||||
//writeFloatToMemory(entityArrayPtrOffset+0xC+0x4,9097);
|
||||
updateEventValue((short)570,11,6,2,7);
|
||||
updateEventValue((short)3,11,6,2,6);
|
||||
//20x11
|
||||
//TeleportBunnyToRandomLocation();
|
||||
while (true) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user