@ -91,6 +91,11 @@ speedmulti = 1;
targetx = x;
targety = y;
dead = false;
myposx = floor(x / 320);
myposy = floor((y - 8) / 240);
mapposx = myposx + global.mapoffsetx;
mapposy = myposy + global.mapoffsety;
</string>
</argument>
</arguments>
@ -142,6 +142,10 @@ flashtime = 0;
laststate = 0;
@ -117,6 +117,11 @@ alarm[3] = 1;
alarm[9] = 1;
scan_log(14, get_text("ScanEvents", "ScanBioform"), 180, 0);
@ -149,7 +149,7 @@ global.tiptext = tip[global.curropt];
instance_destroy();
} else {
save_gameoptions();
global.curropt = 5; // used to be 3, menu shifted
global.curropt = 4; // used to be 3, menu shifted
room_change(titleroom, 0); //room_goto(titleroom);
}