diff --git a/assets/js/binary.js b/assets/js/binary.js index 08fdc95..87e2d1c 100644 --- a/assets/js/binary.js +++ b/assets/js/binary.js @@ -1,4 +1,4 @@ -// meta={"simUrl":"https://trg-arcade.userpxt.io/v1.3.15/---simulator","cdnUrl":"https://pxt.azureedge.net","version":"0.0.7","target":"arcade","targetVersion":"1.3.15","repo":"eanders-ms/arcade-webcam"} +// meta={"simUrl":"https://trg-arcade.userpxt.io/v1.3.15/---simulator","cdnUrl":"https://pxt.azureedge.net","version":"0.0.8","target":"arcade","targetVersion":"1.3.15","repo":"eanders-ms/arcade-webcam"} // total=1150326 new=6.66% cached=87.75% other=5.58% (function (ectx) { 'use strict'; @@ -382,7 +382,7 @@ const pxsim_pxtrt = pxsim.pxtrt; const pxsim_numops = pxsim.numops; -function _main___P81615(s) { +function _main___P97499(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -392,232 +392,232 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - globals._intervals___69278 = (undefined); - globals._pollEventQueue___69287 = (undefined); - globals.minPriority___66124 = (1); + globals._intervals___85162 = (undefined); + globals._pollEventQueue___85171 = (undefined); + globals.minPriority___82008 = (1); r0 = pxsim_Array__mk(); s.tmp_0 = r0; - r0 = pxsim_Array__push(s.tmp_0, inline__P69290); - globals.listeners___69291 = (s.tmp_0); - globals.globalVolume___69344 = (null); - globals.playToneID___69351 = (0); - r0 = pxsim_pxtcore_mkClassInstance(music_Melody__C67358_VT); + r0 = pxsim_Array__push(s.tmp_0, inline__P85174); + globals.listeners___85175 = (s.tmp_0); + globals.globalVolume___85228 = (null); + globals.playToneID___85235 = (0); + r0 = pxsim_pxtcore_mkClassInstance(music_Melody__C83242_VT); s.tmp_0 = r0; - s.tmp_1 = music_Melody_constructor__P67361_mk(s); + s.tmp_1 = music_Melody_constructor__P83245_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = "~15 e3:3 r:1 d#:3 r:1 d:4 r:1 c#:8"; s.callLocIdx = 0; s.pc = 1; return s.tmp_1; case 1: r0 = s.retval; - globals.wawawawaa___67375 = (s.tmp_0); - r0 = pxsim_pxtcore_mkClassInstance(music_Melody__C67358_VT); + globals.wawawawaa___83259 = (s.tmp_0); + r0 = pxsim_pxtcore_mkClassInstance(music_Melody__C83242_VT); s.tmp_0 = r0; - s.tmp_1 = music_Melody_constructor__P67361_mk(s); + s.tmp_1 = music_Melody_constructor__P83245_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = "g4:1 c5 e g:2 e:1 g:3"; s.callLocIdx = 1; s.pc = 2; return s.tmp_1; case 2: r0 = s.retval; - globals.powerUp___67378 = (s.tmp_0); - globals.brightness___67484 = (100); + globals.powerUp___83262 = (s.tmp_0); + globals.brightness___83368 = (100); r0 = pxsim_pxtrt.mkMap(); s.tmp_0 = r0; r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "charWidth", 6); r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "charHeight", 8); - r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "data", _hex73559); - globals.font8___67505 = (s.tmp_0); + r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "data", _hex89443); + globals.font8___83389 = (s.tmp_0); r0 = pxsim_pxtrt.mkMap(); s.tmp_0 = r0; r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "charWidth", 12); r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "charHeight", 12); - r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "data", _hex73561); - globals.font12___67506 = (s.tmp_0); + r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "data", _hex89445); + globals.font12___83390 = (s.tmp_0); r0 = pxsim_pxtrt.mkMap(); s.tmp_0 = r0; r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "charWidth", 6); r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "charHeight", 5); - r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "data", _hex75032); - globals.font5___67510 = (s.tmp_0); - globals.__updated___69388 = (false); - r0 = pxsim.control.runInParallel(inline__P69391); - r0 = pxsim_pxtcore.setPalette(_hex69402); + r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "data", _hex90916); + globals.font5___83394 = (s.tmp_0); + globals.__updated___85272 = (false); + r0 = pxsim.control.runInParallel(inline__P85275); + r0 = pxsim_pxtcore.setPalette(_hex85286); r0 = pxsim.image.create(160, 120); - globals.screen___67562 = (r0); - s.tmp_0 = control___screen_setupUpdate__P67524_mk(s); - s.tmp_0.arg0 = inline__P69409; + globals.screen___83446 = (r0); + s.tmp_0 = control___screen_setupUpdate__P83408_mk(s); + s.tmp_0.arg0 = inline__P85293; s.callLocIdx = 4; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; - globals.control_EventContext_onStats___66147 = (inline__P69414); - globals.RUN_KEY___69419 = ("#run"); - globals.SCOPE_KEY___69420 = ("#scope"); - s.tmp_0 = settings_initScopes__P69431_mk(s); + globals.control_EventContext_onStats___82031 = (inline__P85298); + globals.RUN_KEY___85303 = ("#run"); + globals.SCOPE_KEY___85304 = ("#scope"); + s.tmp_0 = settings_initScopes__P85315_mk(s); s.callLocIdx = 5; s.pc = 4; return s.tmp_0; case 4: r0 = s.retval; - r0 = pxsim_pxtcore_mkClassInstance(controller_Button__C67663_VT); + r0 = pxsim_pxtcore_mkClassInstance(controller_Button__C83547_VT); s.tmp_0 = r0; - s.tmp_1 = controller_Button_constructor__P67669_mk(s); + s.tmp_1 = controller_Button_constructor__P83553_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = 5; s.tmp_1.arg2 = 4; s.callLocIdx = 6; s.pc = 5; return s.tmp_1; case 5: r0 = s.retval; - globals.A___67637 = (s.tmp_0); - r0 = pxsim_pxtcore_mkClassInstance(controller_Button__C67663_VT); + globals.A___83521 = (s.tmp_0); + r0 = pxsim_pxtcore_mkClassInstance(controller_Button__C83547_VT); s.tmp_0 = r0; - s.tmp_1 = controller_Button_constructor__P67669_mk(s); + s.tmp_1 = controller_Button_constructor__P83553_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = 6; s.tmp_1.arg2 = 5; s.callLocIdx = 7; s.pc = 6; return s.tmp_1; case 6: r0 = s.retval; - globals.B___67638 = (s.tmp_0); - r0 = pxsim_pxtcore_mkClassInstance(controller_Button__C67663_VT); + globals.B___83522 = (s.tmp_0); + r0 = pxsim_pxtcore_mkClassInstance(controller_Button__C83547_VT); s.tmp_0 = r0; - s.tmp_1 = controller_Button_constructor__P67669_mk(s); + s.tmp_1 = controller_Button_constructor__P83553_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = 1; s.tmp_1.arg2 = 47; s.callLocIdx = 8; s.pc = 7; return s.tmp_1; case 7: r0 = s.retval; - globals.left___67639 = (s.tmp_0); - r0 = pxsim_pxtcore_mkClassInstance(controller_Button__C67663_VT); + globals.left___83523 = (s.tmp_0); + r0 = pxsim_pxtcore_mkClassInstance(controller_Button__C83547_VT); s.tmp_0 = r0; - s.tmp_1 = controller_Button_constructor__P67669_mk(s); + s.tmp_1 = controller_Button_constructor__P83553_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = 2; s.tmp_1.arg2 = 49; s.callLocIdx = 9; s.pc = 8; return s.tmp_1; case 8: r0 = s.retval; - globals.up___67640 = (s.tmp_0); - r0 = pxsim_pxtcore_mkClassInstance(controller_Button__C67663_VT); + globals.up___83524 = (s.tmp_0); + r0 = pxsim_pxtcore_mkClassInstance(controller_Button__C83547_VT); s.tmp_0 = r0; - s.tmp_1 = controller_Button_constructor__P67669_mk(s); + s.tmp_1 = controller_Button_constructor__P83553_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = 3; s.tmp_1.arg2 = 48; s.callLocIdx = 10; s.pc = 9; return s.tmp_1; case 9: r0 = s.retval; - globals.right___67641 = (s.tmp_0); - r0 = pxsim_pxtcore_mkClassInstance(controller_Button__C67663_VT); + globals.right___83525 = (s.tmp_0); + r0 = pxsim_pxtcore_mkClassInstance(controller_Button__C83547_VT); s.tmp_0 = r0; - s.tmp_1 = controller_Button_constructor__P67669_mk(s); + s.tmp_1 = controller_Button_constructor__P83553_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = 4; s.tmp_1.arg2 = 50; s.callLocIdx = 11; s.pc = 10; return s.tmp_1; case 10: r0 = s.retval; - globals.down___67642 = (s.tmp_0); - r0 = pxsim_pxtcore_mkClassInstance(controller_Button__C67663_VT); + globals.down___83526 = (s.tmp_0); + r0 = pxsim_pxtcore_mkClassInstance(controller_Button__C83547_VT); s.tmp_0 = r0; - s.tmp_1 = controller_Button_constructor__P67669_mk(s); + s.tmp_1 = controller_Button_constructor__P83553_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = 7; s.tmp_1.arg2 = 51; s.callLocIdx = 12; s.pc = 11; return s.tmp_1; case 11: r0 = s.retval; - globals.menu___67643 = (s.tmp_0); - globals._userEventsEnabled___69458 = (true); - globals.defaultRepeatDelay___69460 = (500); - globals.defaultRepeatInterval___69462 = (30); - r0 = pxsim_pxtcore_mkClassInstance(controller_AnyButton__C69468_VT); + globals.menu___83527 = (s.tmp_0); + globals._userEventsEnabled___85342 = (true); + globals.defaultRepeatDelay___85344 = (500); + globals.defaultRepeatInterval___85346 = (30); + r0 = pxsim_pxtcore_mkClassInstance(controller_AnyButton__C85352_VT); s.tmp_0 = r0; - s.tmp_1 = controller_Button_constructor__P67669_mk(s); + s.tmp_1 = controller_Button_constructor__P83553_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = 0; s.tmp_1.arg2 = -1; s.callLocIdx = 13; s.pc = 12; return s.tmp_1; case 12: r0 = s.retval; - globals.anyButton___67717 = (s.tmp_0); - s.tmp_0 = SpriteKind_create__P67891_mk(s); + globals.anyButton___83601 = (s.tmp_0); + s.tmp_0 = SpriteKind_create__P83775_mk(s); s.callLocIdx = 14; s.pc = 13; return s.tmp_0; case 13: r0 = s.retval; - globals.Player___67892 = (r0); - s.tmp_0 = SpriteKind_create__P67891_mk(s); + globals.Player___83776 = (r0); + s.tmp_0 = SpriteKind_create__P83775_mk(s); s.callLocIdx = 15; s.pc = 14; return s.tmp_0; case 14: r0 = s.retval; - globals.Food___67894 = (r0); - s.tmp_0 = SpriteKind_create__P67891_mk(s); + globals.Food___83778 = (r0); + s.tmp_0 = SpriteKind_create__P83775_mk(s); s.callLocIdx = 16; s.pc = 15; return s.tmp_0; case 15: r0 = s.retval; - globals.Enemy___67895 = (r0); + globals.Enemy___83779 = (r0); r0 = (100 * 256); s.tmp_0 = r0; r0 = (s.tmp_0 | 0); - globals.MAX_TIME_STEP___67932 = (r0); + globals.MAX_TIME_STEP___83816 = (r0); r0 = (0.1 * 256); s.tmp_0 = r0; r0 = (s.tmp_0 | 0); - globals.MIN_MOVE_GAP___67935 = (r0); - globals.infoState___69519 = (undefined); - s.tmp_0 = game_addScenePushHandler__P68307_mk(s); - s.tmp_0.arg0 = inline__P69523; + globals.MIN_MOVE_GAP___83819 = (r0); + globals.infoState___85403 = (undefined); + s.tmp_0 = game_addScenePushHandler__P84191_mk(s); + s.tmp_0.arg0 = inline__P85407; s.callLocIdx = 19; s.pc = 16; return s.tmp_0; case 16: r0 = s.retval; - s.tmp_0 = game_addScenePopHandler__P68309_mk(s); - s.tmp_0.arg0 = inline__P69538; + s.tmp_0 = game_addScenePopHandler__P84193_mk(s); + s.tmp_0.arg0 = inline__P85422; s.callLocIdx = 23; s.pc = 17; return s.tmp_0; case 17: r0 = s.retval; r0 = pxsim_Array__mk(); - globals.scene_Scene_initializers___68197 = (r0); - globals.debug___68286 = (false); - globals.stats___68287 = (false); - globals.winEffect___68288 = (undefined); - globals.loseEffect___68289 = (undefined); - globals.loseSound___69633 = (undefined); - globals.winSound___69635 = (undefined); - s.tmp_0 = scene_systemMenu_initVolume__P69902_mk(s); + globals.scene_Scene_initializers___84081 = (r0); + globals.debug___84170 = (false); + globals.stats___84171 = (false); + globals.winEffect___84172 = (undefined); + globals.loseEffect___84173 = (undefined); + globals.loseSound___85517 = (undefined); + globals.winSound___85519 = (undefined); + s.tmp_0 = scene_systemMenu_initVolume__P85786_mk(s); s.callLocIdx = 24; s.pc = 18; return s.tmp_0; case 18: r0 = s.retval; - s.tmp_0 = scene_systemMenu_initScreen__P69903_mk(s); + s.tmp_0 = scene_systemMenu_initScreen__P85787_mk(s); s.callLocIdx = 25; s.pc = 19; return s.tmp_0; case 19: r0 = s.retval; - r0 = pxsim_Array__push(globals.scene_Scene_initializers___68197, scene_systemMenu_register__P68391); - r0 = pxsim.image.ofBuffer(_hex69910); - globals.CARD_NORMAL___68396 = (r0); - r0 = pxsim.image.ofBuffer(_hex69912); - globals.CARD_SELECTED___68397 = (r0); - r0 = pxsim.image.ofBuffer(_hex69914); - globals.CARD_ACTIVE___68398 = (r0); - r0 = pxsim.image.ofBuffer(_hex69916); - globals.VOLUME_UP_ICON___68399 = (r0); - r0 = pxsim.image.ofBuffer(_hex69918); - globals.BRIGHTNESS_DOWN_ICON___68400 = (r0); - r0 = pxsim.image.ofBuffer(_hex69920); - globals.CLOSE_MENU_ICON___68401 = (r0); - r0 = pxsim.image.ofBuffer(_hex69922); - globals.VOLUME_DOWN_ICON___68402 = (r0); - r0 = pxsim.image.ofBuffer(_hex69924); - globals.SLEEP_ICON___68403 = (r0); - r0 = pxsim.image.ofBuffer(_hex69926); - globals.CONSOLE_ICON___68404 = (r0); - r0 = pxsim.image.ofBuffer(_hex69928); - globals.BRIGHTNESS_UP_ICON___68405 = (r0); - r0 = pxsim.image.ofBuffer(_hex69930); - globals.STATS_ICON___68406 = (r0); - globals.consoleColor___69933 = (1); - globals.tabSize___69936 = (8); - globals.consoleFont___69942 = (globals.font5___67510); - r0 = pxsim_ImageMethods.height(globals.screen___67562); + r0 = pxsim_Array__push(globals.scene_Scene_initializers___84081, scene_systemMenu_register__P84275); + r0 = pxsim.image.ofBuffer(_hex85794); + globals.CARD_NORMAL___84280 = (r0); + r0 = pxsim.image.ofBuffer(_hex85796); + globals.CARD_SELECTED___84281 = (r0); + r0 = pxsim.image.ofBuffer(_hex85798); + globals.CARD_ACTIVE___84282 = (r0); + r0 = pxsim.image.ofBuffer(_hex85800); + globals.VOLUME_UP_ICON___84283 = (r0); + r0 = pxsim.image.ofBuffer(_hex85802); + globals.BRIGHTNESS_DOWN_ICON___84284 = (r0); + r0 = pxsim.image.ofBuffer(_hex85804); + globals.CLOSE_MENU_ICON___84285 = (r0); + r0 = pxsim.image.ofBuffer(_hex85806); + globals.VOLUME_DOWN_ICON___84286 = (r0); + r0 = pxsim.image.ofBuffer(_hex85808); + globals.SLEEP_ICON___84287 = (r0); + r0 = pxsim.image.ofBuffer(_hex85810); + globals.CONSOLE_ICON___84288 = (r0); + r0 = pxsim.image.ofBuffer(_hex85812); + globals.BRIGHTNESS_UP_ICON___84289 = (r0); + r0 = pxsim.image.ofBuffer(_hex85814); + globals.STATS_ICON___84290 = (r0); + globals.consoleColor___85817 = (1); + globals.tabSize___85820 = (8); + globals.consoleFont___85826 = (globals.font5___83394); + r0 = pxsim_ImageMethods.height(globals.screen___83446); s.tmp_2 = r0; s.tmp_5 = if_charHeight_1_mk(s); - s.tmp_5.arg0 = globals.consoleFont___69942; + s.tmp_5.arg0 = globals.consoleFont___85826; if (!s.tmp_5.arg0.vtable.iface) { s.retval = pxsim_pxtrt.mapGetByString(s.tmp_5.arg0, "charHeight"); } else { @@ -636,13 +636,13 @@ switch (step) { r0 = pxsim.Math_.floor(s.tmp_1); s.tmp_0 = r0; r0 = (s.tmp_0 - 1); - globals.consoleLines___69947 = (r0); - r0 = pxsim_ImageMethods.width(globals.screen___67562); + globals.consoleLines___85831 = (r0); + r0 = pxsim_ImageMethods.width(globals.screen___83446); s.tmp_2 = r0; r0 = (s.tmp_2 - 8); s.tmp_1 = r0; s.tmp_4 = if_charWidth_1_mk(s); - s.tmp_4.arg0 = globals.consoleFont___69942; + s.tmp_4.arg0 = globals.consoleFont___85826; if (!s.tmp_4.arg0.vtable.iface) { s.retval = pxsim_pxtrt.mapGetByString(s.tmp_4.arg0, "charWidth"); } else { @@ -657,22 +657,22 @@ switch (step) { r0 = (s.tmp_1 / s.tmp_3); s.tmp_0 = r0; r0 = pxsim.Math_.floor(s.tmp_0); - globals.consoleColumns___69957 = (r0); - s.tmp_0 = console_addListener__P66132_mk(s); - s.tmp_0.arg0 = game_consoleOverlay_listener__P69969; + globals.consoleColumns___85841 = (r0); + s.tmp_0 = console_addListener__P82016_mk(s); + s.tmp_0.arg0 = game_consoleOverlay_listener__P85853; s.callLocIdx = 28; s.pc = 22; return s.tmp_0; case 22: r0 = s.retval; s.tmp_0 = lambda_1_mk(s); - s.tmp_0.argL = inline__P69973; + s.tmp_0.argL = inline__P85857; setupLambda(s.tmp_0, s.tmp_0.argL); s.callLocIdx = 30; s.pc = 23; return s.tmp_0; case 23: r0 = s.retval; - globals.MAX_SOURCES___69971 = (r0); - r0 = pxsim_pxtcore_mkClassInstance(particles_SprayFactory__C68476_VT); + globals.MAX_SOURCES___85855 = (r0); + r0 = pxsim_pxtcore_mkClassInstance(particles_SprayFactory__C84360_VT); s.tmp_0 = r0; - s.tmp_1 = particles_SprayFactory_constructor__P68477_mk(s); + s.tmp_1 = particles_SprayFactory_constructor__P84361_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = 20; s.tmp_1.arg2 = 0; @@ -680,81 +680,81 @@ switch (step) { s.callLocIdx = 31; s.pc = 24; return s.tmp_1; case 24: r0 = s.retval; - globals.defaultFactory___68456 = (s.tmp_0); - r0 = pxsim_pxtcore_mkClassInstance(Math_FastRandom__C68344_VT); + globals.defaultFactory___84340 = (s.tmp_0); + r0 = pxsim_pxtcore_mkClassInstance(Math_FastRandom__C84228_VT); s.tmp_0 = r0; - s.tmp_1 = Math_FastRandom_constructor__P68346_mk(s); + s.tmp_1 = Math_FastRandom_constructor__P84230_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = undefined; s.callLocIdx = 32; s.pc = 25; return s.tmp_1; case 25: r0 = s.retval; - globals.galois___70006 = (s.tmp_0); - globals.angleSlice___70014 = (0.06283185307179587); - r0 = pxsim_pxtcore_mkClassInstance(effects_ScreenEffect__C68551_VT); + globals.galois___85890 = (s.tmp_0); + globals.angleSlice___85898 = (0.06283185307179587); + r0 = pxsim_pxtcore_mkClassInstance(effects_ScreenEffect__C84435_VT); s.tmp_0 = r0; - s.tmp_1 = effects_ScreenEffect_constructor__P68552_mk(s); + s.tmp_1 = effects_ScreenEffect_constructor__P84436_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = 10; s.tmp_1.arg2 = 40; s.tmp_1.arg3 = 4000; - s.tmp_1.arg4 = inline__P71591; + s.tmp_1.arg4 = inline__P87475; s.callLocIdx = 38; s.pc = 26; return s.tmp_1; case 26: r0 = s.retval; - globals.confetti___68559 = (s.tmp_0); - r0 = pxsim_pxtcore_mkClassInstance(effects_ImageEffect__C68574_VT); + globals.confetti___84443 = (s.tmp_0); + r0 = pxsim_pxtcore_mkClassInstance(effects_ImageEffect__C84458_VT); s.tmp_0 = r0; - s.tmp_1 = effects_ImageEffect_constructor__P68575_mk(s); + s.tmp_1 = effects_ImageEffect_constructor__P84459_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = 100; - s.tmp_1.arg2 = inline__P75804; + s.tmp_1.arg2 = inline__P91688; s.callLocIdx = 44; s.pc = 27; return s.tmp_1; case 27: r0 = s.retval; - globals.dissolve___68579 = (s.tmp_0); - r0 = pxsim_pxtcore_mkClassInstance(effects_ImageEffect__C68574_VT); + globals.dissolve___84463 = (s.tmp_0); + r0 = pxsim_pxtcore_mkClassInstance(effects_ImageEffect__C84458_VT); s.tmp_0 = r0; - s.tmp_1 = effects_ImageEffect_constructor__P68575_mk(s); + s.tmp_1 = effects_ImageEffect_constructor__P84459_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = 125; - s.tmp_1.arg2 = inline__P71483; + s.tmp_1.arg2 = inline__P87367; s.callLocIdx = 47; s.pc = 28; return s.tmp_1; case 28: r0 = s.retval; - globals.melt___68580 = (s.tmp_0); - r0 = pxsim_pxtcore_mkClassInstance(texteffects_TextEffect__C68589_VT); + globals.melt___84464 = (s.tmp_0); + r0 = pxsim_pxtcore_mkClassInstance(texteffects_TextEffect__C84473_VT); s.tmp_0 = r0; - s.tmp_1 = texteffects_TextEffect_constructor__P68591_mk(s); + s.tmp_1 = texteffects_TextEffect_constructor__P84475_mk(s); s.tmp_1.arg0 = s.tmp_0; - s.tmp_1.arg1 = inline__P70065; + s.tmp_1.arg1 = inline__P85949; s.callLocIdx = 48; s.pc = 29; return s.tmp_1; case 29: r0 = s.retval; - globals.shake___68592 = (s.tmp_0); - r0 = pxsim_pxtcore_mkClassInstance(texteffects_TextEffect__C68589_VT); + globals.shake___84476 = (s.tmp_0); + r0 = pxsim_pxtcore_mkClassInstance(texteffects_TextEffect__C84473_VT); s.tmp_0 = r0; - s.tmp_1 = texteffects_TextEffect_constructor__P68591_mk(s); + s.tmp_1 = texteffects_TextEffect_constructor__P84475_mk(s); s.tmp_1.arg0 = s.tmp_0; - s.tmp_1.arg1 = inline__P70078; + s.tmp_1.arg1 = inline__P85962; s.callLocIdx = 58; s.pc = 30; return s.tmp_1; case 30: r0 = s.retval; - globals.wave___68593 = (s.tmp_0); - s.tmp_0 = game_setWaitAnyButton__P68291_mk(s); - s.tmp_0.arg0 = controller_pauseUntilAnyButtonIsPressed__P67713; + globals.wave___84477 = (s.tmp_0); + s.tmp_0 = game_setWaitAnyButton__P84175_mk(s); + s.tmp_0.arg0 = controller_pauseUntilAnyButtonIsPressed__P83597; s.callLocIdx = 59; s.pc = 31; return s.tmp_0; case 31: r0 = s.retval; - s.tmp_0 = game_eventContext__P68293_mk(s); + s.tmp_0 = game_eventContext__P84177_mk(s); s.callLocIdx = 60; s.pc = 32; return s.tmp_0; case 32: r0 = s.retval; - globals.CHANNEL___71261 = ("webcam"); - globals.initialized___71268 = (false); - globals.currentFrame___69228 = (undefined); - s.tmp_0 = webcam_onFrameReceived__P69229_mk(s); - s.tmp_0.arg0 = inline__P71294; + globals.CHANNEL___87145 = ("webcam"); + globals.initialized___87152 = (false); + globals.currentFrame___85112 = (undefined); + s.tmp_0 = webcam_onFrameReceived__P85113_mk(s); + s.tmp_0.arg0 = inline__P87178; s.callLocIdx = 66; s.pc = 33; return s.tmp_0; case 33: r0 = s.retval; @@ -762,13 +762,13 @@ switch (step) { return leave(s, r0) default: oops() } } } -_main___P81615.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"main.ts","functionName":"
","argumentNames":[]} -_main___P81615.continuations = [ ] +_main___P97499.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"main.ts","functionName":"
","argumentNames":[]} +_main___P97499.continuations = [ ] -function _main___P81615_mk(s) { +function _main___P97499_mk(s) { checkStack(s.depth); return { - parent: s, fn: _main___P81615, depth: s.depth + 1, + parent: s, fn: _main___P97499, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -778,26 +778,26 @@ function _main___P81615_mk(s) { tmp_5: undefined, } } -const _hex73559 = pxsim.BufferMethods.createBufferFromHex("2000000000000000210000005e0000002200000e000e0000230028fe28fe280024004c92ff926400250002651248a64026006c92926ca000270000000e000000280000007c82000029000000827c00002a005438103854002b0010107c1010002c000000907000002d001010101010002e000000606000002f000060100806003000003c42423c00310000447e4000003200004462524c00330000424a4e320034003028247e20003500004e4a4a32003600003c4a4a30003700000262120e00380000344a4a34003900000c52523c003a0000006c6c00003b000000967600003c001028284444003d002828282828003e004444282810003f0000025909060040003c425a560800410078141214780042007e4a4a4a34004300003c424224004400007e42423c004500007e4a4a42004600007e0a0a02004700003c425234004800007e08087e00490000427e4200004a002040423e02004b00007e081462004c00007e404040004d007e0418047e004e00007e04087e004f003c4242423c005000007e12120c005100003c5262bc005200007e12126c00530000244a522400540002027e0202005500003e40403e005600001e70701e0057007e2018207e00580042241824420059000608700806005a000062524a46005b00007e424200005c000006081060005d000042427e00005e000804020408005f00808080808000600000000204000061000030484878006200007e4848300063000030484848006400003048487e006500003068585000660000107c12040067000018a4a478006800007e08087000690000487a4000006a000040847d00006b00007e102840006c0000427e4000006d007808300870006e000078080870006f00003048483000700000fc24241800710000182424fc0072000078100810007300005058682800740000083e48200075000038404078007600001860601800770038403040380078000048303048007900005ca0a07c007a000048685848007b000008364100007c000000fe0000007d000041360800007e00000804080400a000000000000000a10000007a000000a200003048fc4800a30090fc92928400a400542844285400a5002a2c782c2a00a6000000ee000000a7000094aaaa5200a800000200020000a9003e414955413eaa0000242a2e0000ab00102854284400ac00001010107000ad00001010101000ae003e415d45413eaf00000202020200b000000814140800b1008888be888800b2000024322c0000b30000222a140000b400000004020000b50000f840207800b6000c1e7e027e00b700000010000000b800000080400000b90000243e200000ba0000242a240000bb00442854281000bc00025f70f84000bd00021f90c8b000be0011557af84000bf000030484d2000c000601916186000c100601816196000c200601a151a6000c300601a151a6100c400601914196000c500601a151a6000c6007c0a7e4a4200c700001ea1611200c800007c55564400c900007c56554400ca00007c56554600cb00007c55544500cc0000457e440000cd0000447e450000ce0000467d460000cf0000457c450000d000087e4a423c00d100007e09127d00d200003845463800d300003846453800d400003846453a00d500003a45463900d600003845443900d700442810284400d80000fc724e3f00d900003c41423c00da00003c42413c00db00003c42413e00dc00003c41403d00dd00040872090400de00007e24241800df00007c025a2400e0000030494a7800e10000304a497800e20000304a497a00e3000032494a7900e40000304a487a00e50000304a4d7a00e600304878685000e7000018a4642400e8000030695a5000e90000306a595000ea0000306a595200eb0000306a585200ec0000497a400000ed0000487a410000ee00004a79420000ef00004a78420000f00000304a4b3d00f100007a090a7100f2000030494a3000f30000304a493000f40000304a493200f5000032494a3100f60000304a483200f700101054101000f800007068583800f900003841427800fa00003842417800fb00003842417a00fc00003842407a00fd0000b84241f800fe0000ff24241800ff00005ca1a07d000001601915196000010100304a4a7a000201611a16196000030100314a4a790004013c0a094abc00050100182464bc000601003846452800070100304a4948000801003846452a00090100304a494a000a010038444528000b010030484a48000c010038454629000d010030494a49000e01007c454639000f0100314a497e001001087e4a423c00110130484c7e04001201007d55554500130100326a5a52001401007d56564500150100316a5a51001601007c55544400170100306a5850001801003f65a521001901001874ac28001a01007c555645001b010030695a51001c010038465536001d0100304a49f2001e010039465635001f0100314a4af100200100384455340021010018a4a578002201001ea1691a0023010018a6a578002401007812117a0025017e080a7102002601047e147e04002701047e0c08700028010002457e450029010002497a41002a0100457d4500002b01004a7a4200002c0100014a7a49002d0100014a7a41002e0100217fa100002f0100247da00000300100447d440000310100487840000032017e0022423e0033013d0040847d0034012040463d0600350100800af90200360100bf440a3100370100bf4814200038010078102848003901007c404241003a0100467d4000003b01003fa06020003c0100a17f2000003d01007c414241003e0100457e4100003f01007e40484000400100427e4008004101107e48404000420100527e4800004301007c0a117c00440100780a097000450100bf42043f00460100bc440438004701007c09127d00480100790a09700049010a06780870004a01003f02847f004b01003c048478004c013945454539004d0100324a4a32004e013946464639004f0100314a4a310050013a4544463900510132494832010052013c427e4a420053013048306850005401007c163548005501007812091000560100bf49093600570100bc480408005801007d1635480059010079120910005a010048565524005b0100505a6928005c010048565526005d0100505a692a005e010012a56912005f010028ac741400600100485556250061010050596a290062010101bf410100630100049f641000640104057e050400650100083d4a2100660102127e120200670100183e5820006801003a414239006901003a414279006a01003d41413d006b01003a42427a006c010039424239006d010039424279006e01003a45453a006f01003a45457a0070013a41403a010071013a41407a01007201001f60a01f007301001c60a03c00740178221122780075013842314238007601081261120800770100b84241fa00780104097009040079010064564d44007a0100486a5948007b010064544d44007c010048685a48007d010064554e45007e010048695a49007f0100087c0204008f01003452523c00920100887e090200a0013c42423c0806a101003048483008af01003e403e0806b001003840781008b501006a5a4a4e00b601005878585800d101003845463900d2010030494a3100e601003845563500e7010030494af100fa0100742a750000fb0100304c4a7d00fc0178147e554400fd0130487a695000fe010078744e3d00ff0100706a59380018020012a569120019020028ac7414001a020101bf4101001b0200049f641000bb0200000c0a0000bc0200000a060000bd020000060a0000c602000201020000c702000102010000c902000202020000d802000102020100d902000002000000da02000205020000db02000040800000dc02000201020100dd02020100020100740300000201000075030000804000007a030000c08000007e03000096760000840300000300000085030200030002008603037c12127c008703000010000000880303007e4a4200890303007e087e008a030300427e42008c03033c42423c008e0303000e700e008f03035c62625c00900302003b400200910378141214780092037e4a4a4a34009303007e0202020094036058465860009503007e4a4a420096030062524a46009703007e08087e0098033c4a4a4a3c00990300427e4200009a03007e081462009b036018061860009c037e0418047e009d03007e04087e009e0300424a4a42009f033c4242423c00a003007e02027e00a103007e12120c00a30300665a424200a40302027e020200a503060870080600a60318247e241800a703422418244200a8030e107e100e00a9035c6202625c00aa0300457c450000ab03040970090400ac030030484a7900ad030030685a5100ae0378100a09f000af03003a41200000b0033a4043403a00b103003048487800b20300fe25251a00b3030c30c0300c00b403344a4a4a3000b503003068585000b603021aa6a24200b7033c080404f800b803003c4a4a3c00b903003840200000ba03007820504800bb03641212227c00bc03fc2020103c00bd03182040201800be03112d2ba94100bf03003048483000c003087808780800c103f82424241800c2031824a4a44800c303304848582800c403000838482800c503384040403800c6031c20f8241800c703c4281028c400c8031c20fc201c00c903304820483000ca03000238422000cb03384240423800cc0330484a493000cd03384042413800ce03304822493000d0033c52525c2000d10310344a3c0800d203067804020400d303120a7c020400d4030d7009040800d5031824ff241800d603384828483800d70348302221d800da031c2221a14200db031824a4a44200dc037e1212020200dd0300fc24240400de033e2010087c00df030c0ac9281800e003700c621c7000e10301092516f800e2039ea0bea07e00e30398a0b8a07800e4030c1214107e00e503001028207800e603be9088887000e70348544e443800e803245252524c00e903285454544800ea0364524c526400eb03086458640800ec03385454542200ed03306848682400ee03184a7e4a1800ef031848ff0a0800f003483020205800f10378a4a4a49800f203304848485000f303006080847d00f4033c4a4a4a3c00f5030030585848000004007c555644000104007c55544500020401013f8579000304007c0605040004043c4a4a422400050400244a522400060400427e420000070400457c45000008042040423e020009047c027e4830000a047e087e4830000b0402027e0a72000c04007c102a45000d047c2112087c000e040c5152523d000f043f20e0203f00100478141214780011047e4a4a4a300012047e4a4a4a34001304007e020202001404c07c427ec0001504007e4a4a4200160476087e087600170424424a4a34001804007e08047e001904007d120a7d001a04007e081462001b04403c02027e001c047e0418047e001d04007e08087e001e043c4242423c001f047e0202027e002004007e12120c002104003c42422400220402027e02020023040e5050503e00240418247e241800250442241824420026043f2020bf600027040e1010107e0028047e407e407e0029043f203fa07f002a04027e484830002b047e4848307e002c04007e484830002d0424424a4a3c002e047e183c423c002f04006c12127e0030043048487840003104003c4a4a3100320400786850200033040078080808003404c0704878c000350430686850000036044830783048003704004058683000380478402010780039047942221279003a040078203048003b044030080878003c047810201078003d047810101078003e043048484830003f047808080878004004fc24242418004104304848485000420408087808080043041ca0a0a07c0044041824ff241800450400483030480046043c2020bc60004704182020207800480478407840780049043c203ca07c004a040878505020004b047850502078004c040078505020004d044858683000004e047830304830004f0450282878000050040030696a500051040032686a50005204023f0a887000530400780a09080054040030685848005504005058682800560400487a4000005704004a784200005804004080847d0059047008785020005a047810785020005b04047e141060005c040078223148005d047841221078005e0418a1a2a279005f043c20e0203c006204027f4a4830006304087e5850200070040e107e100e00710418207820180072043c4a4a4a3c0073043068586830007404001e70180c0075040018603010009004007e020203009104007808080c009204087e0a0a0200930420782808080096043b043f043be0970424183c1824c09a04003f040a31c09b04003c101824c0ae04060870080600af040c10e0100c00b004161870181600b1042c30e0302c00b20421120c1221c0b3040024181824c0ba047e0808087000bb04007e08087000d804003452523c00d904002868583000e20400457d450000e304004a7a420000e8043c4a4a4a3c00e904003058583000ee04003d41413d00ef04003a42427a00d005681020285000d105484848784000d205004830600000d305080808780800d405680808087800d505000008780000d605080818680800d705087808087800d805784050487800d905000008180000da0504040404fc00db05484848483800dc050e4848281800dd05087848487800de05582010487000df05000004fc0000e005004040487800e105000878483800e205487840281800e305041c0404fc00e405485848483800e50504f820140800e605485060685000e705f40424241c00e805080808087000e905785058403800ea05487808087800f005087800087800f105081800087800f205081800081800f305000010080000f405100800100800021e7c5455542800031e007e484930000a1e007c454438000b1e003049487e001e1e007c151404001f1e001079140800401e7e0419047e00411e780832087000561e007c15140800571e00fc25241800601e004854552400611e0050586a28006a1e04047d0404006b1e00083d482000801e7c2112207c00811e384132403800821e7c2012217c00831e384032413800841e7c2110217c00851e384230423800f21e040972080400f31e00b84142f800a3207e0a7a120a00a420a8fcaa828400a720087e2a1c0800ab200098a4a6bf02ac20183c5a5a4200af20627f224438009021103854101000912108047e0408009221101054381000932110207e201000942110381010381095212844fe442800") -const _hex73561 = pxsim.BufferMethods.createBufferFromHex("20000000000000000000000000000000000000000000000000002100000000000006fc0000000000000000000000000000000000220000001c00000000001c0000000000000000000000000000002300a000f807a000f807a00000000000000000000000000000002400000018022404460c8803000000000000000000000000000025003802c4017800200390040803000000000000000000000000260080037804a4041803800340040000000000000000000000002700000000001c00000000000000000000000000000000000000280000000000f8010606010800000000000000000000000000002900000001080606f801000000000000000000000000000000002a00040014000e001400040000000000000000000000000000002b0040004000f8034000400000000000000000000000000000002c000000000000090006000000000000000000000000000000002d000000800080008000000000000000000000000000000000002e000000000000060000000000000000000000000000000000002f00000c800360001c000300000000000000000000000000000030000000f80304040404f80300000000000000000000000000003100000004040404fc07000400040000000000000000000000003200000008060405c4043804000000000000000000000000000033000000080244044404b803000000000000000000000000000034000000800170010801fc070001000000000000000000000000350000023c0424042404c403000000000000000000000000000036000000f0034804440488030000000000000000000000000000370000000400c40734000c00000000000000000000000000000038000000b80344044404b803000000000000000000000000000039000000780284048802f00100000000000000000000000000003a000000000030060000000000000000000000000000000000003b000000000018090006000000000000000000000000000000003c004000a000a000a000100100000000000000000000000000003d002001200120012001200100000000000000000000000000003e0000001001a000a000a00040000000000000000000000000003f000000080084066400180000000000000000000000000000004000f0030c04c20822092409f80900000000000000000000000041000007f8008400f8000007000000000000000000000000000042000000fc0744044404b803000000000000000000000000000043000000f001080204040404080200000000000000000000000044000000fc0704040802f001000000000000000000000000000045000000fc07440444044404000000000000000000000000000046000000fc07440044004400000000000000000000000000000047000000f00108024404c803000000000000000000000000000048000000fc0740004000fc070000000000000000000000000000490000000404fc070404040400000000000000000000000000004a000000000200040004fc0300000000000000000000000000004b000000fc074000f0000c0304040000000000000000000000004c000000fc0700040004000400000000000000000000000000004d000000fc0738007000fc0700000000000000000000000000004e000000fc073800c003fc0700000000000000000000000000004f000000f80304040404f803000000000000000000000000000050000000fc07840084004400780000000000000000000000000051000000fc0102020206fc09000000000000000000000000000052000000fc074400c4013806000000000000000000000000000053000000180224044404880300000000000000000000000000005400000004000400fc070400040000000000000000000000000055000000fc0300040004fc03000000000000000000000000000056000c00f0030004f0030c00000000000000000000000000000057007c008007e001f0010007fc0000000000000000000000000058000404b8034000b80304040000000000000000000000000000590004003800c00730000c0000000000000000000000000000005a0004040407e4041c04040400000000000000000000000000005b0000000000ff0f0108010800000000000000000000000000005c0003001c0060008003000c00000000000000000000000000005d00000001080108ff0f000000000000000000000000000000005e004000380004003800400000000000000000000000000000005f00000800080008000800080000000000000000000000000000600000000000020004000000000000000000000000000000000061000000200390049004e007000000000000000000000000000062000000fc0710041004e003000000000000000000000000000063000000c001200210043004000200000000000000000000000064000000e00310041004fc07000000000000000000000000000065000000e00390049004e0040000000000000000000000000000660000001000f80714001400000000000000000000000000000067000000b806440944093c09040600000000000000000000000068000000fc0710001000e0070000000000000000000000000000690000000000f4070000000000000000000000000000000000006a00000800080008fd07000000000000000000000000000000006b000000fe078000e001100610040000000000000000000000006c0000000000fc030004000400000000000000000000000000006d00f00710001000e0071000e0070000000000000000000000006e000000f00710001000e00700000000000000000000000000006f000000e00310041004e003000000000000000000000000000070000000fc0f04010401f800000000000000000000000000000071000000f80004010401fc0f000000000000000000000000000072000000f00720001000100000000000000000000000000000007300000060029004900420030000000000000000000000000000740000001000fc0310041004000000000000000000000000000075000000f00300040004f007000000000000000000000000000076003000c0030004c003300000000000000000000000000000007700f0000007e003c0010007f000000000000000000000000000780010046003800060031004000000000000000000000000000079000c0870088007f0000c0000000000000000000000000000007a000000000410079004700410040000000000000000000000007b0000004000be070108010800000000000000000000000000007c0000000000ff0f0000000000000000000000000000000000007d00000001080108be07400000000000000000000000000000007e00800040004000800080004000000000000000000000000000") -const _hex75032 = pxsim.BufferMethods.createBufferFromHex("20000000000000002100001700000000220000030003000023000a1f0a1f0a0024000a17151d0a00250013090412190026000a15150a100027000003000000002800000e11000000290000110e0000002a00000a040a00002b0000040e0400002c000010080000002d000004040400002e000008000000002f0010080402010030000e11110e0000310000121f100000320019151512000033000911150b000034000c0a091f080035001715151509003600081416150800370011090503010038000a1515150a00390002150d0502003a00000a000000003b0000100a0000003c0000040a1100003d00000a0a0a00003e0000110a0400003f0002011505020040000e1115090e0041001e05051e000042001f15150a000043000e111111000044001f11110e000045001f151511000046001f050501000047000e1111150c0048001f04041f00004900111f110000004a000911110f01004b001f040a1100004c001f10101000004d001f0204021f004e001f0204081f004f000e11110e000050001f0505020000510006091916000052001f05050a10005300121515090000540001011f01010055000f10100f0000560007081008070057001f0804081f0058001b04041b0000590001021c0201005a001915131100005b00001f111100005c000102040810005d000011111f00005e000002010200005f00101010101000600000010200000061000c12121e100062001f141408000063000c121212000064000814141f000065000e15151200006600041e0501000067000215150f000068001f04041800006900001d000000006a000010100d00006b001f040a1000006c00000f101000006d001e0204021e006e001e02021c00006f000c12120c000070001e0a0a0400007100040a0a1e000072001c0202020000730010140a0200007400000f1414100075000e10101e1000760006081008060077001e1008101e007800120c0c12000079001214080402007a00121a161200007b0000041f1100007c00001f000000007d00111f040000007e00000404080800d3000c1213130c00f3000c12130d000004010e05051e100005010609191f080006010c121313120007010c121313000018010f0b1b19000019010e151d1a000041011f14121000004201100f1412000043011f0205081f0044011e03031c00005a0110140b0302005b0110140b0300007901121a171300007a01121a171300007b01121b171200007c01121b17120000") -const _hex69402 = pxsim.BufferMethods.createBufferFromHex("000000ffffffff2121ff93c4ff8135fff609249ca378dc52003fad87f2ff8e2ec4a4839f5c406ce5cdc491463d000000") -const _hex69910 = pxsim.BufferMethods.createBufferFromHex("8704240024000000001111111111111111111111111111111100000010313333333333333333333333333333130100001113111111111111111111111111111131110000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000111311111111111111111111111111113111000010313333333333333333333333333333130100000011111111111111111111111111111111000000") -const _hex69912 = pxsim.BufferMethods.createBufferFromHex("8704240024000000002222222222222222222222222222222200000020323333333333333333333333333333230200002223222222222222222222222222222232220000322211111111111111111111111111112223000032121111111111111111111111111111212300003212111111111111111111111111111121230000321211111111111111111111111111112123000032121111111111111111111111111111212300003212111111111111111111111111111121230000321211111111111111111111111111112123000032121111111111111111111111111111212300003212111111111111111111111111111121230000321211111111111111111111111111112123000032121111111111111111111111111111212300003212111111111111111111111111111121230000321211111111111111111111111111112123000032121111111111111111111111111111212300003212111111111111111111111111111121230000321211111111111111111111111111112123000032121111111111111111111111111111212300003212111111111111111111111111111121230000321211111111111111111111111111112123000032121111111111111111111111111111212300003212111111111111111111111111111121230000321211111111111111111111111111112123000032121111111111111111111111111111212300003212111111111111111111111111111121230000321211111111111111111111111111112123000032121111111111111111111111111111212300003212111111111111111111111111111121230000321211111111111111111111111111112123000032121111111111111111111111111111212300003222111111111111111111111111111122230000222322222222222222222222222222223222000020323333333333333333333333333333230200000022222222222222222222222222222222000000") -const _hex69914 = pxsim.BufferMethods.createBufferFromHex("8704240024000000004444444444444444444444444444444400000040343333333333333333333333333333430400004443444444444444444444444444444434440000344411111111111111111111111111114443000034141111111111111111111111111111414300003414111111111111111111111111111141430000341411111111111111111111111111114143000034141111111111111111111111111111414300003414111111111111111111111111111141430000341411111111111111111111111111114143000034141111111111111111111111111111414300003414111111111111111111111111111141430000341411111111111111111111111111114143000034141111111111111111111111111111414300003414111111111111111111111111111141430000341411111111111111111111111111114143000034141111111111111111111111111111414300003414111111111111111111111111111141430000341411111111111111111111111111114143000034141111111111111111111111111111414300003414111111111111111111111111111141430000341411111111111111111111111111114143000034141111111111111111111111111111414300003414111111111111111111111111111141430000341411111111111111111111111111114143000034141111111111111111111111111111414300003414111111111111111111111111111141430000341411111111111111111111111111114143000034141111111111111111111111111111414300003414111111111111111111111111111141430000341411111111111111111111111111114143000034141111111111111111111111111111414300003444111111111111111111111111111144430000444344444444444444444444444444443444000040343333333333333333333333333333430400000044444444444444444444444444444444000000") -const _hex69916 = pxsim.BufferMethods.createBufferFromHex("870420002000000000000000000000000000000000000000000000000000c0fcff0f000000000000000000000000bcddddfb000000000000000000000000dcbbbbfd000000000000000000000000ccbbbbfc0000000000000000000000c0bcd1bdfb0f00000000000000000000c01b11ddbb0f00000000000000000000c0bcbbbbcb0f00000000000000000000bc11d1ddddcb000000000000000000c01d11ddddddd10c0000000000000000bcd1cbbcfbcf1dcb00000000000000001ccdccddbdffdfc100000000000000001cccccdbcbffcfc10000000000000000dbcbccccfcffbfcd0000000000000000bbbdccccffcfdbbb0000000000000000b0dbbdbbbbdbbd0b000000000000000000b0cbccccbc0b000000000000000000000000000000000000000000000000000000d007700d00000000000000000000000070666607000000000000000000000000006776000000000000000000000000660700007066000000000000000000006766777766760000000000000000000060666666660600000000000000000066006766667600660000000000000000667600000000676600000000000000006766767777676676000000000000000060666666666666060000000000000000006766666666760000000000000000000000676666760000000000000000000000000000000000000000000000000000000000000000000000000000") -const _hex69918 = pxsim.BufferMethods.createBufferFromHex("8704200020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b0bb000000000000000000000000b000404500b0000000000000000000005b0b000400540b0000000000000000b0550400000054b5000000000000000000440040bb0040040000000000000000000040d4ddbb0000000000000000000000004055ddbd000000000000000000004b005455d5dd0b400b000000000000005b045411d5dd0b540b000000000000004b005411d5dd0b400b0000000000000000004055ddbd00000000000000000000000040d4ddbb0000000000000000000000440040bb0040040000000000000000b0550400000054b50000000000000000005b04000400540b000000000000000000b000404500b0000000000000000000000000b0bb0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000") -const _hex69920 = pxsim.BufferMethods.createBufferFromHex("87042000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020020000000000002002000000000000202200000000000022020000000000000022020000000020220000000000000000202200000000220200000000000000000022020000202200000000000000000000202200002202000000000000000000000022022022000000000000000000000000202222020000000000000000000000000022220000000000000000000000000000222200000000000000000000000000202222020000000000000000000000002202202200000000000000000000002022000022020000000000000000000022020000202200000000000000000020220000000022020000000000000000220200000000202200000000000000202200000000000022020000000000002002000000000000200200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000") -const _hex69922 = pxsim.BufferMethods.createBufferFromHex("8704200020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c0fcff0f000000000000000000000000bcddddfb000000000000000000000000dcbbbbfd000000000000000000000000ccbbbbfc0000000000000000000000c0bcd1bdfb0f00000000000000000000c01b11ddbb0f00000000000000000000c0bcbbbbcb0f00000000000000000000bc11d1ddddcb000000000000000000c01d11ddddddd10c0000000000000000bcd1cbbcfbcf1dcb00000000000000001ccdccddbdffdfc100000000000000001cccccdbcbffcfc10000000000000000dbcbccccfcffbfcd0000000000000000bbbdccccffcfdbbb0000000000000000b0dbbdbbbbdbbd0b000000000000000000b0cbccccbc0b000000000000000000000000000000000000000000000000000000d007700d0000000000000000000000007066660700000000000000000000000000677600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000") -const _hex69924 = pxsim.BufferMethods.createBufferFromHex("870420002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b0cbcc0c0000000000000000000000b0db55d5cd0c00000000000000000000db555555ddcd000000000000000000b055555555d59d0b0000000000000000db55555555d59db900000000000000005b55555555d5ddb900000000000000b05db5cccc5bdddd990b000000000000b055ccccccccdddd9d0b000000000000b0b5ccccccccdbdd9d0b000000000000b0c5ccccccccdcdd9d0b000000000000b0c5ccdccbccdcdd9d0c000000000000b0cdcc5b55ccdcdd9d0c00000000000000ccdc55b5ccdcddc90000000000000000cccc5b55ccdbddc90000000000000000c0ccdccbccdd9d0c000000000000000000ccccccdbddcd00000000000000000000c0dcddddcd0c0000000000000000000000c0cccc0c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000") -const _hex69926 = pxsim.BufferMethods.createBufferFromHex("870420002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000cc00000000000000b0bbbbbbbbcb00c0cd000000000000001bddddddddbd0c1ccd000000000000b011cbccccccbc0c1ccd000000000000b01d6c666666bc0cbccd000000000000b01d6c616661bc0c1ccd000000000000b01d6c161666bccc1bcd000000000000b01d6c666166bcccbbcd000000000000b01d6c666666bccc1bcd000000000000b01d6c666661bccc1bcd000000000000b01d6c666661bcccbbcd000000000000b01d6c666661bccc1bcd000000000000b01d6c666666bc0c1ccd000000000000b01dcbccccccbc0cbccd000000000000c0b1bbbbbbbbbb0cdccb000000000000c0bbbbbbbbbbcb00dc0c00000000000000cccccccccc0c00cc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000") -const _hex69928 = pxsim.BufferMethods.createBufferFromHex("87042000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004004000000000000000000000000000054450000000000000000000000440b00bbbb00b0440000000000000040550b00000000b0550400000000000040b5000044bb00005b04000000000000b00b0044ddddbb00b00b0000000000000000405d55d5dd0b00000000000000000000d4555555ddbd0000000000000000000054555555d5bd0000000000000000b44055555555d5dd0b4b000000000040b54055555555d5dd0b5b040000000040b54055555555d5dd0b5b040000000000b44055115555d5dd0b4b000000000000000054115555d5bd00000000000000000000d4555555ddbd00000000000000000000405d55d5dd0b0000000000000000b00b0044ddddbb00b00b00000000000040b5000044bb00005b0400000000000040550b00000000b0550400000000000000440b00bbbb00b0440000000000000000000000544500000000000000000000000000004004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000") -const _hex69930 = pxsim.BufferMethods.createBufferFromHex("870420002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000bbbb00000000000000000000000000b055bb00bbbbbb000000000000000000b0b5bdbcbbbbddcb0000000000000000b0dbcb5b5555bbdd0c00000000000000b0cbdcbdbb5b55dbcd0000000000000000c0dddb11d15bb5bd0c00000000000000bbbd111111b155bb0c00000000000000db1b111111115bb5cb00000000000000db1bb11d1199b9d5cb00000000000000db1b11bb9199b955cb000000000000005b1b11b19b99995bcb000000000000005b1d1111bb99995ccb00000000000000b0b511bbbb99995ccb00000000000000b0d51d919999d95b0b00000000000000005bdb919999c9d50b0000000000000000b0d51b99d9bcb5000000000000000000005bd5bbbc550b00000000000000000000b05b5555bd000000000000000000000000b0bbbb00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000") +const _hex89443 = pxsim.BufferMethods.createBufferFromHex("2000000000000000210000005e0000002200000e000e0000230028fe28fe280024004c92ff926400250002651248a64026006c92926ca000270000000e000000280000007c82000029000000827c00002a005438103854002b0010107c1010002c000000907000002d001010101010002e000000606000002f000060100806003000003c42423c00310000447e4000003200004462524c00330000424a4e320034003028247e20003500004e4a4a32003600003c4a4a30003700000262120e00380000344a4a34003900000c52523c003a0000006c6c00003b000000967600003c001028284444003d002828282828003e004444282810003f0000025909060040003c425a560800410078141214780042007e4a4a4a34004300003c424224004400007e42423c004500007e4a4a42004600007e0a0a02004700003c425234004800007e08087e00490000427e4200004a002040423e02004b00007e081462004c00007e404040004d007e0418047e004e00007e04087e004f003c4242423c005000007e12120c005100003c5262bc005200007e12126c00530000244a522400540002027e0202005500003e40403e005600001e70701e0057007e2018207e00580042241824420059000608700806005a000062524a46005b00007e424200005c000006081060005d000042427e00005e000804020408005f00808080808000600000000204000061000030484878006200007e4848300063000030484848006400003048487e006500003068585000660000107c12040067000018a4a478006800007e08087000690000487a4000006a000040847d00006b00007e102840006c0000427e4000006d007808300870006e000078080870006f00003048483000700000fc24241800710000182424fc0072000078100810007300005058682800740000083e48200075000038404078007600001860601800770038403040380078000048303048007900005ca0a07c007a000048685848007b000008364100007c000000fe0000007d000041360800007e00000804080400a000000000000000a10000007a000000a200003048fc4800a30090fc92928400a400542844285400a5002a2c782c2a00a6000000ee000000a7000094aaaa5200a800000200020000a9003e414955413eaa0000242a2e0000ab00102854284400ac00001010107000ad00001010101000ae003e415d45413eaf00000202020200b000000814140800b1008888be888800b2000024322c0000b30000222a140000b400000004020000b50000f840207800b6000c1e7e027e00b700000010000000b800000080400000b90000243e200000ba0000242a240000bb00442854281000bc00025f70f84000bd00021f90c8b000be0011557af84000bf000030484d2000c000601916186000c100601816196000c200601a151a6000c300601a151a6100c400601914196000c500601a151a6000c6007c0a7e4a4200c700001ea1611200c800007c55564400c900007c56554400ca00007c56554600cb00007c55544500cc0000457e440000cd0000447e450000ce0000467d460000cf0000457c450000d000087e4a423c00d100007e09127d00d200003845463800d300003846453800d400003846453a00d500003a45463900d600003845443900d700442810284400d80000fc724e3f00d900003c41423c00da00003c42413c00db00003c42413e00dc00003c41403d00dd00040872090400de00007e24241800df00007c025a2400e0000030494a7800e10000304a497800e20000304a497a00e3000032494a7900e40000304a487a00e50000304a4d7a00e600304878685000e7000018a4642400e8000030695a5000e90000306a595000ea0000306a595200eb0000306a585200ec0000497a400000ed0000487a410000ee00004a79420000ef00004a78420000f00000304a4b3d00f100007a090a7100f2000030494a3000f30000304a493000f40000304a493200f5000032494a3100f60000304a483200f700101054101000f800007068583800f900003841427800fa00003842417800fb00003842417a00fc00003842407a00fd0000b84241f800fe0000ff24241800ff00005ca1a07d000001601915196000010100304a4a7a000201611a16196000030100314a4a790004013c0a094abc00050100182464bc000601003846452800070100304a4948000801003846452a00090100304a494a000a010038444528000b010030484a48000c010038454629000d010030494a49000e01007c454639000f0100314a497e001001087e4a423c00110130484c7e04001201007d55554500130100326a5a52001401007d56564500150100316a5a51001601007c55544400170100306a5850001801003f65a521001901001874ac28001a01007c555645001b010030695a51001c010038465536001d0100304a49f2001e010039465635001f0100314a4af100200100384455340021010018a4a578002201001ea1691a0023010018a6a578002401007812117a0025017e080a7102002601047e147e04002701047e0c08700028010002457e450029010002497a41002a0100457d4500002b01004a7a4200002c0100014a7a49002d0100014a7a41002e0100217fa100002f0100247da00000300100447d440000310100487840000032017e0022423e0033013d0040847d0034012040463d0600350100800af90200360100bf440a3100370100bf4814200038010078102848003901007c404241003a0100467d4000003b01003fa06020003c0100a17f2000003d01007c414241003e0100457e4100003f01007e40484000400100427e4008004101107e48404000420100527e4800004301007c0a117c00440100780a097000450100bf42043f00460100bc440438004701007c09127d00480100790a09700049010a06780870004a01003f02847f004b01003c048478004c013945454539004d0100324a4a32004e013946464639004f0100314a4a310050013a4544463900510132494832010052013c427e4a420053013048306850005401007c163548005501007812091000560100bf49093600570100bc480408005801007d1635480059010079120910005a010048565524005b0100505a6928005c010048565526005d0100505a692a005e010012a56912005f010028ac741400600100485556250061010050596a290062010101bf410100630100049f641000640104057e050400650100083d4a2100660102127e120200670100183e5820006801003a414239006901003a414279006a01003d41413d006b01003a42427a006c010039424239006d010039424279006e01003a45453a006f01003a45457a0070013a41403a010071013a41407a01007201001f60a01f007301001c60a03c00740178221122780075013842314238007601081261120800770100b84241fa00780104097009040079010064564d44007a0100486a5948007b010064544d44007c010048685a48007d010064554e45007e010048695a49007f0100087c0204008f01003452523c00920100887e090200a0013c42423c0806a101003048483008af01003e403e0806b001003840781008b501006a5a4a4e00b601005878585800d101003845463900d2010030494a3100e601003845563500e7010030494af100fa0100742a750000fb0100304c4a7d00fc0178147e554400fd0130487a695000fe010078744e3d00ff0100706a59380018020012a569120019020028ac7414001a020101bf4101001b0200049f641000bb0200000c0a0000bc0200000a060000bd020000060a0000c602000201020000c702000102010000c902000202020000d802000102020100d902000002000000da02000205020000db02000040800000dc02000201020100dd02020100020100740300000201000075030000804000007a030000c08000007e03000096760000840300000300000085030200030002008603037c12127c008703000010000000880303007e4a4200890303007e087e008a030300427e42008c03033c42423c008e0303000e700e008f03035c62625c00900302003b400200910378141214780092037e4a4a4a34009303007e0202020094036058465860009503007e4a4a420096030062524a46009703007e08087e0098033c4a4a4a3c00990300427e4200009a03007e081462009b036018061860009c037e0418047e009d03007e04087e009e0300424a4a42009f033c4242423c00a003007e02027e00a103007e12120c00a30300665a424200a40302027e020200a503060870080600a60318247e241800a703422418244200a8030e107e100e00a9035c6202625c00aa0300457c450000ab03040970090400ac030030484a7900ad030030685a5100ae0378100a09f000af03003a41200000b0033a4043403a00b103003048487800b20300fe25251a00b3030c30c0300c00b403344a4a4a3000b503003068585000b603021aa6a24200b7033c080404f800b803003c4a4a3c00b903003840200000ba03007820504800bb03641212227c00bc03fc2020103c00bd03182040201800be03112d2ba94100bf03003048483000c003087808780800c103f82424241800c2031824a4a44800c303304848582800c403000838482800c503384040403800c6031c20f8241800c703c4281028c400c8031c20fc201c00c903304820483000ca03000238422000cb03384240423800cc0330484a493000cd03384042413800ce03304822493000d0033c52525c2000d10310344a3c0800d203067804020400d303120a7c020400d4030d7009040800d5031824ff241800d603384828483800d70348302221d800da031c2221a14200db031824a4a44200dc037e1212020200dd0300fc24240400de033e2010087c00df030c0ac9281800e003700c621c7000e10301092516f800e2039ea0bea07e00e30398a0b8a07800e4030c1214107e00e503001028207800e603be9088887000e70348544e443800e803245252524c00e903285454544800ea0364524c526400eb03086458640800ec03385454542200ed03306848682400ee03184a7e4a1800ef031848ff0a0800f003483020205800f10378a4a4a49800f203304848485000f303006080847d00f4033c4a4a4a3c00f5030030585848000004007c555644000104007c55544500020401013f8579000304007c0605040004043c4a4a422400050400244a522400060400427e420000070400457c45000008042040423e020009047c027e4830000a047e087e4830000b0402027e0a72000c04007c102a45000d047c2112087c000e040c5152523d000f043f20e0203f00100478141214780011047e4a4a4a300012047e4a4a4a34001304007e020202001404c07c427ec0001504007e4a4a4200160476087e087600170424424a4a34001804007e08047e001904007d120a7d001a04007e081462001b04403c02027e001c047e0418047e001d04007e08087e001e043c4242423c001f047e0202027e002004007e12120c002104003c42422400220402027e02020023040e5050503e00240418247e241800250442241824420026043f2020bf600027040e1010107e0028047e407e407e0029043f203fa07f002a04027e484830002b047e4848307e002c04007e484830002d0424424a4a3c002e047e183c423c002f04006c12127e0030043048487840003104003c4a4a3100320400786850200033040078080808003404c0704878c000350430686850000036044830783048003704004058683000380478402010780039047942221279003a040078203048003b044030080878003c047810201078003d047810101078003e043048484830003f047808080878004004fc24242418004104304848485000420408087808080043041ca0a0a07c0044041824ff241800450400483030480046043c2020bc60004704182020207800480478407840780049043c203ca07c004a040878505020004b047850502078004c040078505020004d044858683000004e047830304830004f0450282878000050040030696a500051040032686a50005204023f0a887000530400780a09080054040030685848005504005058682800560400487a4000005704004a784200005804004080847d0059047008785020005a047810785020005b04047e141060005c040078223148005d047841221078005e0418a1a2a279005f043c20e0203c006204027f4a4830006304087e5850200070040e107e100e00710418207820180072043c4a4a4a3c0073043068586830007404001e70180c0075040018603010009004007e020203009104007808080c009204087e0a0a0200930420782808080096043b043f043be0970424183c1824c09a04003f040a31c09b04003c101824c0ae04060870080600af040c10e0100c00b004161870181600b1042c30e0302c00b20421120c1221c0b3040024181824c0ba047e0808087000bb04007e08087000d804003452523c00d904002868583000e20400457d450000e304004a7a420000e8043c4a4a4a3c00e904003058583000ee04003d41413d00ef04003a42427a00d005681020285000d105484848784000d205004830600000d305080808780800d405680808087800d505000008780000d605080818680800d705087808087800d805784050487800d905000008180000da0504040404fc00db05484848483800dc050e4848281800dd05087848487800de05582010487000df05000004fc0000e005004040487800e105000878483800e205487840281800e305041c0404fc00e405485848483800e50504f820140800e605485060685000e705f40424241c00e805080808087000e905785058403800ea05487808087800f005087800087800f105081800087800f205081800081800f305000010080000f405100800100800021e7c5455542800031e007e484930000a1e007c454438000b1e003049487e001e1e007c151404001f1e001079140800401e7e0419047e00411e780832087000561e007c15140800571e00fc25241800601e004854552400611e0050586a28006a1e04047d0404006b1e00083d482000801e7c2112207c00811e384132403800821e7c2012217c00831e384032413800841e7c2110217c00851e384230423800f21e040972080400f31e00b84142f800a3207e0a7a120a00a420a8fcaa828400a720087e2a1c0800ab200098a4a6bf02ac20183c5a5a4200af20627f224438009021103854101000912108047e0408009221101054381000932110207e201000942110381010381095212844fe442800") +const _hex89445 = pxsim.BufferMethods.createBufferFromHex("20000000000000000000000000000000000000000000000000002100000000000006fc0000000000000000000000000000000000220000001c00000000001c0000000000000000000000000000002300a000f807a000f807a00000000000000000000000000000002400000018022404460c8803000000000000000000000000000025003802c4017800200390040803000000000000000000000000260080037804a4041803800340040000000000000000000000002700000000001c00000000000000000000000000000000000000280000000000f8010606010800000000000000000000000000002900000001080606f801000000000000000000000000000000002a00040014000e001400040000000000000000000000000000002b0040004000f8034000400000000000000000000000000000002c000000000000090006000000000000000000000000000000002d000000800080008000000000000000000000000000000000002e000000000000060000000000000000000000000000000000002f00000c800360001c000300000000000000000000000000000030000000f80304040404f80300000000000000000000000000003100000004040404fc07000400040000000000000000000000003200000008060405c4043804000000000000000000000000000033000000080244044404b803000000000000000000000000000034000000800170010801fc070001000000000000000000000000350000023c0424042404c403000000000000000000000000000036000000f0034804440488030000000000000000000000000000370000000400c40734000c00000000000000000000000000000038000000b80344044404b803000000000000000000000000000039000000780284048802f00100000000000000000000000000003a000000000030060000000000000000000000000000000000003b000000000018090006000000000000000000000000000000003c004000a000a000a000100100000000000000000000000000003d002001200120012001200100000000000000000000000000003e0000001001a000a000a00040000000000000000000000000003f000000080084066400180000000000000000000000000000004000f0030c04c20822092409f80900000000000000000000000041000007f8008400f8000007000000000000000000000000000042000000fc0744044404b803000000000000000000000000000043000000f001080204040404080200000000000000000000000044000000fc0704040802f001000000000000000000000000000045000000fc07440444044404000000000000000000000000000046000000fc07440044004400000000000000000000000000000047000000f00108024404c803000000000000000000000000000048000000fc0740004000fc070000000000000000000000000000490000000404fc070404040400000000000000000000000000004a000000000200040004fc0300000000000000000000000000004b000000fc074000f0000c0304040000000000000000000000004c000000fc0700040004000400000000000000000000000000004d000000fc0738007000fc0700000000000000000000000000004e000000fc073800c003fc0700000000000000000000000000004f000000f80304040404f803000000000000000000000000000050000000fc07840084004400780000000000000000000000000051000000fc0102020206fc09000000000000000000000000000052000000fc074400c4013806000000000000000000000000000053000000180224044404880300000000000000000000000000005400000004000400fc070400040000000000000000000000000055000000fc0300040004fc03000000000000000000000000000056000c00f0030004f0030c00000000000000000000000000000057007c008007e001f0010007fc0000000000000000000000000058000404b8034000b80304040000000000000000000000000000590004003800c00730000c0000000000000000000000000000005a0004040407e4041c04040400000000000000000000000000005b0000000000ff0f0108010800000000000000000000000000005c0003001c0060008003000c00000000000000000000000000005d00000001080108ff0f000000000000000000000000000000005e004000380004003800400000000000000000000000000000005f00000800080008000800080000000000000000000000000000600000000000020004000000000000000000000000000000000061000000200390049004e007000000000000000000000000000062000000fc0710041004e003000000000000000000000000000063000000c001200210043004000200000000000000000000000064000000e00310041004fc07000000000000000000000000000065000000e00390049004e0040000000000000000000000000000660000001000f80714001400000000000000000000000000000067000000b806440944093c09040600000000000000000000000068000000fc0710001000e0070000000000000000000000000000690000000000f4070000000000000000000000000000000000006a00000800080008fd07000000000000000000000000000000006b000000fe078000e001100610040000000000000000000000006c0000000000fc030004000400000000000000000000000000006d00f00710001000e0071000e0070000000000000000000000006e000000f00710001000e00700000000000000000000000000006f000000e00310041004e003000000000000000000000000000070000000fc0f04010401f800000000000000000000000000000071000000f80004010401fc0f000000000000000000000000000072000000f00720001000100000000000000000000000000000007300000060029004900420030000000000000000000000000000740000001000fc0310041004000000000000000000000000000075000000f00300040004f007000000000000000000000000000076003000c0030004c003300000000000000000000000000000007700f0000007e003c0010007f000000000000000000000000000780010046003800060031004000000000000000000000000000079000c0870088007f0000c0000000000000000000000000000007a000000000410079004700410040000000000000000000000007b0000004000be070108010800000000000000000000000000007c0000000000ff0f0000000000000000000000000000000000007d00000001080108be07400000000000000000000000000000007e00800040004000800080004000000000000000000000000000") +const _hex90916 = pxsim.BufferMethods.createBufferFromHex("20000000000000002100001700000000220000030003000023000a1f0a1f0a0024000a17151d0a00250013090412190026000a15150a100027000003000000002800000e11000000290000110e0000002a00000a040a00002b0000040e0400002c000010080000002d000004040400002e000008000000002f0010080402010030000e11110e0000310000121f100000320019151512000033000911150b000034000c0a091f080035001715151509003600081416150800370011090503010038000a1515150a00390002150d0502003a00000a000000003b0000100a0000003c0000040a1100003d00000a0a0a00003e0000110a0400003f0002011505020040000e1115090e0041001e05051e000042001f15150a000043000e111111000044001f11110e000045001f151511000046001f050501000047000e1111150c0048001f04041f00004900111f110000004a000911110f01004b001f040a1100004c001f10101000004d001f0204021f004e001f0204081f004f000e11110e000050001f0505020000510006091916000052001f05050a10005300121515090000540001011f01010055000f10100f0000560007081008070057001f0804081f0058001b04041b0000590001021c0201005a001915131100005b00001f111100005c000102040810005d000011111f00005e000002010200005f00101010101000600000010200000061000c12121e100062001f141408000063000c121212000064000814141f000065000e15151200006600041e0501000067000215150f000068001f04041800006900001d000000006a000010100d00006b001f040a1000006c00000f101000006d001e0204021e006e001e02021c00006f000c12120c000070001e0a0a0400007100040a0a1e000072001c0202020000730010140a0200007400000f1414100075000e10101e1000760006081008060077001e1008101e007800120c0c12000079001214080402007a00121a161200007b0000041f1100007c00001f000000007d00111f040000007e00000404080800d3000c1213130c00f3000c12130d000004010e05051e100005010609191f080006010c121313120007010c121313000018010f0b1b19000019010e151d1a000041011f14121000004201100f1412000043011f0205081f0044011e03031c00005a0110140b0302005b0110140b0300007901121a171300007a01121a171300007b01121b171200007c01121b17120000") +const _hex85286 = pxsim.BufferMethods.createBufferFromHex("000000ffffffff2121ff93c4ff8135fff609249ca378dc52003fad87f2ff8e2ec4a4839f5c406ce5cdc491463d000000") +const _hex85794 = pxsim.BufferMethods.createBufferFromHex("8704240024000000001111111111111111111111111111111100000010313333333333333333333333333333130100001113111111111111111111111111111131110000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000311111111111111111111111111111111113000031111111111111111111111111111111111300003111111111111111111111111111111111130000111311111111111111111111111111113111000010313333333333333333333333333333130100000011111111111111111111111111111111000000") +const _hex85796 = pxsim.BufferMethods.createBufferFromHex("8704240024000000002222222222222222222222222222222200000020323333333333333333333333333333230200002223222222222222222222222222222232220000322211111111111111111111111111112223000032121111111111111111111111111111212300003212111111111111111111111111111121230000321211111111111111111111111111112123000032121111111111111111111111111111212300003212111111111111111111111111111121230000321211111111111111111111111111112123000032121111111111111111111111111111212300003212111111111111111111111111111121230000321211111111111111111111111111112123000032121111111111111111111111111111212300003212111111111111111111111111111121230000321211111111111111111111111111112123000032121111111111111111111111111111212300003212111111111111111111111111111121230000321211111111111111111111111111112123000032121111111111111111111111111111212300003212111111111111111111111111111121230000321211111111111111111111111111112123000032121111111111111111111111111111212300003212111111111111111111111111111121230000321211111111111111111111111111112123000032121111111111111111111111111111212300003212111111111111111111111111111121230000321211111111111111111111111111112123000032121111111111111111111111111111212300003212111111111111111111111111111121230000321211111111111111111111111111112123000032121111111111111111111111111111212300003222111111111111111111111111111122230000222322222222222222222222222222223222000020323333333333333333333333333333230200000022222222222222222222222222222222000000") +const _hex85798 = pxsim.BufferMethods.createBufferFromHex("8704240024000000004444444444444444444444444444444400000040343333333333333333333333333333430400004443444444444444444444444444444434440000344411111111111111111111111111114443000034141111111111111111111111111111414300003414111111111111111111111111111141430000341411111111111111111111111111114143000034141111111111111111111111111111414300003414111111111111111111111111111141430000341411111111111111111111111111114143000034141111111111111111111111111111414300003414111111111111111111111111111141430000341411111111111111111111111111114143000034141111111111111111111111111111414300003414111111111111111111111111111141430000341411111111111111111111111111114143000034141111111111111111111111111111414300003414111111111111111111111111111141430000341411111111111111111111111111114143000034141111111111111111111111111111414300003414111111111111111111111111111141430000341411111111111111111111111111114143000034141111111111111111111111111111414300003414111111111111111111111111111141430000341411111111111111111111111111114143000034141111111111111111111111111111414300003414111111111111111111111111111141430000341411111111111111111111111111114143000034141111111111111111111111111111414300003414111111111111111111111111111141430000341411111111111111111111111111114143000034141111111111111111111111111111414300003444111111111111111111111111111144430000444344444444444444444444444444443444000040343333333333333333333333333333430400000044444444444444444444444444444444000000") +const _hex85800 = pxsim.BufferMethods.createBufferFromHex("870420002000000000000000000000000000000000000000000000000000c0fcff0f000000000000000000000000bcddddfb000000000000000000000000dcbbbbfd000000000000000000000000ccbbbbfc0000000000000000000000c0bcd1bdfb0f00000000000000000000c01b11ddbb0f00000000000000000000c0bcbbbbcb0f00000000000000000000bc11d1ddddcb000000000000000000c01d11ddddddd10c0000000000000000bcd1cbbcfbcf1dcb00000000000000001ccdccddbdffdfc100000000000000001cccccdbcbffcfc10000000000000000dbcbccccfcffbfcd0000000000000000bbbdccccffcfdbbb0000000000000000b0dbbdbbbbdbbd0b000000000000000000b0cbccccbc0b000000000000000000000000000000000000000000000000000000d007700d00000000000000000000000070666607000000000000000000000000006776000000000000000000000000660700007066000000000000000000006766777766760000000000000000000060666666660600000000000000000066006766667600660000000000000000667600000000676600000000000000006766767777676676000000000000000060666666666666060000000000000000006766666666760000000000000000000000676666760000000000000000000000000000000000000000000000000000000000000000000000000000") +const _hex85802 = pxsim.BufferMethods.createBufferFromHex("8704200020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b0bb000000000000000000000000b000404500b0000000000000000000005b0b000400540b0000000000000000b0550400000054b5000000000000000000440040bb0040040000000000000000000040d4ddbb0000000000000000000000004055ddbd000000000000000000004b005455d5dd0b400b000000000000005b045411d5dd0b540b000000000000004b005411d5dd0b400b0000000000000000004055ddbd00000000000000000000000040d4ddbb0000000000000000000000440040bb0040040000000000000000b0550400000054b50000000000000000005b04000400540b000000000000000000b000404500b0000000000000000000000000b0bb0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000") +const _hex85804 = pxsim.BufferMethods.createBufferFromHex("87042000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020020000000000002002000000000000202200000000000022020000000000000022020000000020220000000000000000202200000000220200000000000000000022020000202200000000000000000000202200002202000000000000000000000022022022000000000000000000000000202222020000000000000000000000000022220000000000000000000000000000222200000000000000000000000000202222020000000000000000000000002202202200000000000000000000002022000022020000000000000000000022020000202200000000000000000020220000000022020000000000000000220200000000202200000000000000202200000000000022020000000000002002000000000000200200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000") +const _hex85806 = pxsim.BufferMethods.createBufferFromHex("8704200020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c0fcff0f000000000000000000000000bcddddfb000000000000000000000000dcbbbbfd000000000000000000000000ccbbbbfc0000000000000000000000c0bcd1bdfb0f00000000000000000000c01b11ddbb0f00000000000000000000c0bcbbbbcb0f00000000000000000000bc11d1ddddcb000000000000000000c01d11ddddddd10c0000000000000000bcd1cbbcfbcf1dcb00000000000000001ccdccddbdffdfc100000000000000001cccccdbcbffcfc10000000000000000dbcbccccfcffbfcd0000000000000000bbbdccccffcfdbbb0000000000000000b0dbbdbbbbdbbd0b000000000000000000b0cbccccbc0b000000000000000000000000000000000000000000000000000000d007700d0000000000000000000000007066660700000000000000000000000000677600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000") +const _hex85808 = pxsim.BufferMethods.createBufferFromHex("870420002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000b0cbcc0c0000000000000000000000b0db55d5cd0c00000000000000000000db555555ddcd000000000000000000b055555555d59d0b0000000000000000db55555555d59db900000000000000005b55555555d5ddb900000000000000b05db5cccc5bdddd990b000000000000b055ccccccccdddd9d0b000000000000b0b5ccccccccdbdd9d0b000000000000b0c5ccccccccdcdd9d0b000000000000b0c5ccdccbccdcdd9d0c000000000000b0cdcc5b55ccdcdd9d0c00000000000000ccdc55b5ccdcddc90000000000000000cccc5b55ccdbddc90000000000000000c0ccdccbccdd9d0c000000000000000000ccccccdbddcd00000000000000000000c0dcddddcd0c0000000000000000000000c0cccc0c00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000") +const _hex85810 = pxsim.BufferMethods.createBufferFromHex("870420002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000cc00000000000000b0bbbbbbbbcb00c0cd000000000000001bddddddddbd0c1ccd000000000000b011cbccccccbc0c1ccd000000000000b01d6c666666bc0cbccd000000000000b01d6c616661bc0c1ccd000000000000b01d6c161666bccc1bcd000000000000b01d6c666166bcccbbcd000000000000b01d6c666666bccc1bcd000000000000b01d6c666661bccc1bcd000000000000b01d6c666661bcccbbcd000000000000b01d6c666661bccc1bcd000000000000b01d6c666666bc0c1ccd000000000000b01dcbccccccbc0cbccd000000000000c0b1bbbbbbbbbb0cdccb000000000000c0bbbbbbbbbbcb00dc0c00000000000000cccccccccc0c00cc000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000") +const _hex85812 = pxsim.BufferMethods.createBufferFromHex("87042000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004004000000000000000000000000000054450000000000000000000000440b00bbbb00b0440000000000000040550b00000000b0550400000000000040b5000044bb00005b04000000000000b00b0044ddddbb00b00b0000000000000000405d55d5dd0b00000000000000000000d4555555ddbd0000000000000000000054555555d5bd0000000000000000b44055555555d5dd0b4b000000000040b54055555555d5dd0b5b040000000040b54055555555d5dd0b5b040000000000b44055115555d5dd0b4b000000000000000054115555d5bd00000000000000000000d4555555ddbd00000000000000000000405d55d5dd0b0000000000000000b00b0044ddddbb00b00b00000000000040b5000044bb00005b0400000000000040550b00000000b0550400000000000000440b00bbbb00b0440000000000000000000000544500000000000000000000000000004004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000") +const _hex85814 = pxsim.BufferMethods.createBufferFromHex("870420002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000bbbb00000000000000000000000000b055bb00bbbbbb000000000000000000b0b5bdbcbbbbddcb0000000000000000b0dbcb5b5555bbdd0c00000000000000b0cbdcbdbb5b55dbcd0000000000000000c0dddb11d15bb5bd0c00000000000000bbbd111111b155bb0c00000000000000db1b111111115bb5cb00000000000000db1bb11d1199b9d5cb00000000000000db1b11bb9199b955cb000000000000005b1b11b19b99995bcb000000000000005b1d1111bb99995ccb00000000000000b0b511bbbb99995ccb00000000000000b0d51d919999d95b0b00000000000000005bdb919999c9d50b0000000000000000b0d51b99d9bcb5000000000000000000005bd5bbbc550b00000000000000000000b05b5555bd000000000000000000000000b0bbbb00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000") -function inline__P69391(s) { +function inline__P85275(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -810,23 +810,23 @@ switch (step) { case 1: r0 = pxsim_numops_toBoolDecr(true); if (!r0) { step = 4; continue; } - globals.__updated___69388 = (false); - s.tmp_0 = pause__P66162_mk(s); + globals.__updated___85272 = (false); + s.tmp_0 = pause__P82046_mk(s); s.tmp_0.arg0 = 200; s.callLocIdx = 2; s.pc = 5; return s.tmp_0; case 5: r0 = s.retval; - r0 = pxsim_numops_toBoolDecr(globals.__updated___69388); + r0 = pxsim_numops_toBoolDecr(globals.__updated___85272); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 2; continue; } - s.tmp_2 = control___screen_update__P67523_mk(s); + s.tmp_2 = control___screen_update__P83407_mk(s); s.callLocIdx = 3; s.pc = 6; return s.tmp_2; case 6: r0 = s.retval; - globals.__updated___69388 = (true); + globals.__updated___85272 = (true); case 2: case 3: { step = 1; continue; } @@ -835,12 +835,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P69391.info = {"start":396,"length":211,"line":17,"column":26,"endLine":26,"endColumn":5,"fileName":"pxt_modules/screen/frame.ts","functionName":"inline","argumentNames":[]} +inline__P85275.info = {"start":396,"length":211,"line":17,"column":26,"endLine":26,"endColumn":5,"fileName":"pxt_modules/screen/frame.ts","functionName":"inline","argumentNames":[]} -function inline__P69391_mk(s) { +function inline__P85275_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P69391, depth: s.depth + 1, + parent: s, fn: inline__P85275, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -851,7 +851,7 @@ function inline__P69391_mk(s) { -function inline__P69409(s) { +function inline__P85293(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -861,17 +861,17 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = pxsim_pxtcore.updateScreen(globals.screen___67562); + r0 = pxsim_pxtcore.updateScreen(globals.screen___83446); r0 = undefined; return leave(s, r0) default: oops() } } } -inline__P69409.info = {"start":753,"length":26,"line":22,"column":33,"endLine":22,"endColumn":59,"fileName":"pxt_modules/screen/targetoverrides.ts","functionName":"inline","argumentNames":[]} +inline__P85293.info = {"start":753,"length":26,"line":22,"column":33,"endLine":22,"endColumn":59,"fileName":"pxt_modules/screen/targetoverrides.ts","functionName":"inline","argumentNames":[]} -function inline__P69409_mk(s) { +function inline__P85293_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P69409, depth: s.depth + 1, + parent: s, fn: inline__P85293, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, } } @@ -879,7 +879,7 @@ function inline__P69409_mk(s) { -function inline__P69414(s) { +function inline__P85298(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -898,12 +898,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P69414.info = {"start":816,"length":56,"line":23,"column":35,"endLine":25,"endColumn":5,"fileName":"pxt_modules/screen/targetoverrides.ts","functionName":"inline","argumentNames":["msg"]} +inline__P85298.info = {"start":816,"length":56,"line":23,"column":35,"endLine":25,"endColumn":5,"fileName":"pxt_modules/screen/targetoverrides.ts","functionName":"inline","argumentNames":["msg"]} -function inline__P69414_mk(s) { +function inline__P85298_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P69414, depth: s.depth + 1, + parent: s, fn: inline__P85298, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -912,7 +912,7 @@ function inline__P69414_mk(s) { -function inline__P69523(s) { +function inline__P85407(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -926,36 +926,36 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - r0 = pxsim_numops_toBoolDecr(globals.infoState___69519); + r0 = pxsim_numops_toBoolDecr(globals.infoState___85403); if (!r0) { step = 3; continue; } - r0 = pxsim_numops_toBoolDecr(globals.infoStateStack___69521); + r0 = pxsim_numops_toBoolDecr(globals.infoStateStack___85405); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } r0 = pxsim_Array__mk(); - globals.infoStateStack___69521 = (r0); + globals.infoStateStack___85405 = (r0); case 1: case 2: r0 = pxsim_pxtrt.mkMap(); s.tmp_0 = r0; - r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "state", globals.infoState___69519); + r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "state", globals.infoState___85403); r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "scene", s.arg0); - r0 = pxsim_Array__push(globals.infoStateStack___69521, s.tmp_0); - globals.infoState___69519 = (undefined); + r0 = pxsim_Array__push(globals.infoStateStack___85405, s.tmp_0); + globals.infoState___85403 = (undefined); case 3: case 4: r0 = undefined; return leave(s, r0) default: oops() } } } -inline__P69523.info = {"start":1920,"length":259,"line":73,"column":29,"endLine":82,"endColumn":5,"fileName":"pxt_modules/game/info.ts","functionName":"inline","argumentNames":["oldScene"]} +inline__P85407.info = {"start":1920,"length":259,"line":73,"column":29,"endLine":82,"endColumn":5,"fileName":"pxt_modules/game/info.ts","functionName":"inline","argumentNames":["oldScene"]} -function inline__P69523_mk(s) { +function inline__P85407_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P69523, depth: s.depth + 1, + parent: s, fn: inline__P85407, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -966,7 +966,7 @@ function inline__P69523_mk(s) { -function inline__P69538(s) { +function inline__P85422(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -976,30 +976,30 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.scene___69539 = undefined; - s.nextState___69548 = undefined; - s.tmp_0 = game_currentScene__P68290_mk(s); + s.scene___85423 = undefined; + s.nextState___85432 = undefined; + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 20; s.pc = 7; return s.tmp_0; case 7: r0 = s.retval; - s.scene___69539 = (r0); - globals.infoState___69519 = (undefined); - s.tmp_0 = r0 = globals.infoStateStack___69521; + s.scene___85423 = (r0); + globals.infoState___85403 = (undefined); + s.tmp_0 = r0 = globals.infoStateStack___85405; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 1; continue; } r0 = s.tmp_0; { step = 2; continue; } case 1: - r0 = pxsim_Array__length(globals.infoStateStack___69521); + r0 = pxsim_Array__length(globals.infoStateStack___85405); case 2: // jmp value (already in r0) s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 5; continue; } - r0 = pxsim_Array_.pop(globals.infoStateStack___69521); - s.nextState___69548 = (r0); + r0 = pxsim_Array_.pop(globals.infoStateStack___85405); + s.nextState___85432 = (r0); s.tmp_2 = if_scene_1_mk(s); - s.tmp_2.arg0 = s.nextState___69548; + s.tmp_2.arg0 = s.nextState___85432; if (!s.tmp_2.arg0.vtable.iface) { s.retval = pxsim_pxtrt.mapGetByString(s.tmp_2.arg0, "scene"); } else { @@ -1011,12 +1011,12 @@ switch (step) { case 8: r0 = s.retval; s.tmp_1 = r0; - r0 = (s.tmp_1 == s.scene___69539); + r0 = (s.tmp_1 == s.scene___85423); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 3; continue; } s.tmp_3 = if_state_1_mk(s); - s.tmp_3.arg0 = s.nextState___69548; + s.tmp_3.arg0 = s.nextState___85432; if (!s.tmp_3.arg0.vtable.iface) { s.retval = pxsim_pxtrt.mapGetByString(s.tmp_3.arg0, "state"); } else { @@ -1027,10 +1027,10 @@ switch (step) { } case 9: r0 = s.retval; - globals.infoState___69519 = (r0); + globals.infoState___85403 = (r0); { step = 4; continue; } case 3: - r0 = pxsim_Array__push(globals.infoStateStack___69521, s.nextState___69548); + r0 = pxsim_Array__push(globals.infoStateStack___85405, s.nextState___85432); case 4: case 5: case 6: @@ -1038,26 +1038,26 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P69538.info = {"start":2211,"length":376,"line":84,"column":28,"endLine":95,"endColumn":5,"fileName":"pxt_modules/game/info.ts","functionName":"inline","argumentNames":[]} +inline__P85422.info = {"start":2211,"length":376,"line":84,"column":28,"endLine":95,"endColumn":5,"fileName":"pxt_modules/game/info.ts","functionName":"inline","argumentNames":[]} -function inline__P69538_mk(s) { +function inline__P85422_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P69538, depth: s.depth + 1, + parent: s, fn: inline__P85422, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, - scene___69539: undefined, - nextState___69548: undefined, + scene___85423: undefined, + nextState___85432: undefined, } } -function inline__P69973(s) { +function inline__P85857(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -1067,13 +1067,13 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.sz___69974 = undefined; - s.tmp_0 = control_ramSize__P66095_mk(s); + s.sz___85858 = undefined; + s.tmp_0 = control_ramSize__P81979_mk(s); s.callLocIdx = 29; s.pc = 6; return s.tmp_0; case 6: r0 = s.retval; - s.sz___69974 = (r0); - r0 = (s.sz___69974 <= 102400); + s.sz___85858 = (r0); + r0 = (s.sz___85858 <= 102400); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } @@ -1081,7 +1081,7 @@ switch (step) { { step = 5; continue; } { step = 4; continue; } case 1: - r0 = (s.sz___69974 <= 204800); + r0 = (s.sz___85858 <= 204800); s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 2; continue; } @@ -1098,23 +1098,23 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P69973.info = {"start":223,"length":217,"line":8,"column":25,"endLine":17,"endColumn":5,"fileName":"pxt_modules/game/particles.ts","functionName":"inline","argumentNames":[]} +inline__P85857.info = {"start":223,"length":217,"line":8,"column":25,"endLine":17,"endColumn":5,"fileName":"pxt_modules/game/particles.ts","functionName":"inline","argumentNames":[]} -function inline__P69973_mk(s) { +function inline__P85857_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P69973, depth: s.depth + 1, + parent: s, fn: inline__P85857, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, - sz___69974: undefined, + sz___85858: undefined, } } -function inline__P70065(s) { +function inline__P85949(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -1144,12 +1144,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P70065.info = {"start":860,"length":117,"line":31,"column":40,"endLine":34,"endColumn":5,"fileName":"pxt_modules/game/texteffects.ts","functionName":"inline","argumentNames":[]} +inline__P85949.info = {"start":860,"length":117,"line":31,"column":40,"endLine":34,"endColumn":5,"fileName":"pxt_modules/game/texteffects.ts","functionName":"inline","argumentNames":[]} -function inline__P70065_mk(s) { +function inline__P85949_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P70065, depth: s.depth + 1, + parent: s, fn: inline__P85949, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -1164,7 +1164,7 @@ function inline__P70065_mk(s) { -function inline__P70078(s) { +function inline__P85962(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -1193,7 +1193,7 @@ switch (step) { r0 = (s.tmp_4 * 2); s.tmp_3 = r0; r0 = pxsim_pxtrt.mapSetByString(s.tmp_2, "yOffset", s.tmp_3); - s.tmp_7 = Math_sign__P65884_mk(s); + s.tmp_7 = Math_sign__P81768_mk(s); r0 = pxsim.Math_.sin(s.arg0); s.tmp_7.arg0 = r0; s.callLocIdx = 49; s.pc = 7; return s.tmp_7; @@ -1258,7 +1258,7 @@ switch (step) { } case 9: r0 = s.retval; - s.tmp_2 = Math_abs__P65883_mk(s); + s.tmp_2 = Math_abs__P81767_mk(s); s.tmp_3 = if_yOffset_1_mk(s); s.tmp_3.arg0 = s.arg1; if (!s.tmp_3.arg0.vtable.iface) { @@ -1330,12 +1330,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P70078.info = {"start":1127,"length":417,"line":42,"column":39,"endLine":55,"endColumn":5,"fileName":"pxt_modules/game/texteffects.ts","functionName":"inline","argumentNames":["index","state"]} +inline__P85962.info = {"start":1127,"length":417,"line":42,"column":39,"endLine":55,"endColumn":5,"fileName":"pxt_modules/game/texteffects.ts","functionName":"inline","argumentNames":["index","state"]} -function inline__P70078_mk(s) { +function inline__P85962_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P70078, depth: s.depth + 1, + parent: s, fn: inline__P85962, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -1355,7 +1355,7 @@ function inline__P70078_mk(s) { -function inline__P71294(s) { +function inline__P87178(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -1365,12 +1365,12 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.frame___71295 = undefined; - s.frame___71295 = (globals.currentFrame___69228); - r0 = pxsim_numops_toBoolDecr(s.frame___71295); + s.frame___87179 = undefined; + s.frame___87179 = (globals.currentFrame___85112); + r0 = pxsim_numops_toBoolDecr(s.frame___87179); if (!r0) { step = 1; continue; } - s.tmp_0 = scene_setBackgroundImage__P68217_mk(s); - s.tmp_0.arg0 = s.frame___71295; + s.tmp_0 = scene_setBackgroundImage__P84101_mk(s); + s.tmp_0.arg0 = s.frame___87179; s.callLocIdx = 65; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; @@ -1380,22 +1380,22 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P71294.info = {"start":1005,"length":116,"line":38,"column":23,"endLine":43,"endColumn":1,"fileName":"main.ts","functionName":"inline","argumentNames":[]} +inline__P87178.info = {"start":1005,"length":116,"line":38,"column":23,"endLine":43,"endColumn":1,"fileName":"main.ts","functionName":"inline","argumentNames":[]} -function inline__P71294_mk(s) { +function inline__P87178_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P71294, depth: s.depth + 1, + parent: s, fn: inline__P87178, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, - frame___71295: undefined, + frame___87179: undefined, } } -function scene_setBackgroundImage__P68217(s) { +function scene_setBackgroundImage__P84101(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -1405,18 +1405,18 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.scene___71301 = undefined; + s.scene___87185 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = game_currentScene__P68290_mk(s); + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 810; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - s.scene___71301 = (r0); - s.tmp_0 = scene_Background_image__P68037_mk(s); - r0 = s.scene___71301.fields["background"]; + s.scene___87185 = (r0); + s.tmp_0 = scene_Background_image__P83921_mk(s); + r0 = s.scene___87185.fields["background"]; s.tmp_0.arg0 = r0; s.tmp_0.arg1 = s.arg0; s.callLocIdx = 811; s.pc = 2; return s.tmp_0; @@ -1426,15 +1426,15 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_setBackgroundImage__P68217.info = {"start":1938,"length":135,"line":78,"column":4,"endLine":81,"endColumn":5,"fileName":"pxt_modules/game/scenes.ts","functionName":"setBackgroundImage","argumentNames":["img"]} +scene_setBackgroundImage__P84101.info = {"start":1938,"length":135,"line":78,"column":4,"endLine":81,"endColumn":5,"fileName":"pxt_modules/game/scenes.ts","functionName":"setBackgroundImage","argumentNames":["img"]} -function scene_setBackgroundImage__P68217_mk(s) { +function scene_setBackgroundImage__P84101_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_setBackgroundImage__P68217, depth: s.depth + 1, + parent: s, fn: scene_setBackgroundImage__P84101, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, - scene___71301: undefined, + scene___87185: undefined, arg0: undefined, } } @@ -1442,7 +1442,7 @@ function scene_setBackgroundImage__P68217_mk(s) { -function scene_Background_image__P68037(s) { +function scene_Background_image__P83921(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -1458,18 +1458,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Background__C68030_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Background__C83914_VT)) failedCast(r0); r0 = (s.arg0).fields["_image"] = (s.arg1); r0 = undefined; return leave(s, r0) default: oops() } } } -scene_Background_image__P68037.info = {"start":1003,"length":68,"line":40,"column":8,"endLine":42,"endColumn":9,"fileName":"pxt_modules/game/background.ts","functionName":"image","argumentNames":["this","image"]} +scene_Background_image__P83921.info = {"start":1003,"length":68,"line":40,"column":8,"endLine":42,"endColumn":9,"fileName":"pxt_modules/game/background.ts","functionName":"image","argumentNames":["this","image"]} -function scene_Background_image__P68037_mk(s) { +function scene_Background_image__P83921_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Background_image__P68037, depth: s.depth + 1, + parent: s, fn: scene_Background_image__P83921, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -1479,7 +1479,7 @@ function scene_Background_image__P68037_mk(s) { -function scene_Background_image__P68036(s) { +function scene_Background_image__P83920(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -1494,7 +1494,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Background__C68030_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Background__C83914_VT)) failedCast(r0); r0 = s.arg0.fields["_image"]; s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); @@ -1504,9 +1504,9 @@ switch (step) { r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } s.tmp_3 = r0 = s.arg0; - r0 = pxsim_ImageMethods.width(globals.screen___67562); + r0 = pxsim_ImageMethods.width(globals.screen___83446); s.tmp_5 = r0; - r0 = pxsim_ImageMethods.height(globals.screen___67562); + r0 = pxsim_ImageMethods.height(globals.screen___83446); s.tmp_6 = r0; r0 = pxsim.image.create(s.tmp_5, s.tmp_6); s.tmp_4 = r0; @@ -1517,13 +1517,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -scene_Background_image__P68036.info = {"start":811,"length":174,"line":33,"column":8,"endLine":38,"endColumn":9,"fileName":"pxt_modules/game/background.ts","functionName":"image","argumentNames":["this"]} -scene_Background_image__P68036.isGetter = true; +scene_Background_image__P83920.info = {"start":811,"length":174,"line":33,"column":8,"endLine":38,"endColumn":9,"fileName":"pxt_modules/game/background.ts","functionName":"image","argumentNames":["this"]} +scene_Background_image__P83920.isGetter = true; -function scene_Background_image__P68036_mk(s) { +function scene_Background_image__P83920_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Background_image__P68036, depth: s.depth + 1, + parent: s, fn: scene_Background_image__P83920, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -1539,7 +1539,7 @@ function scene_Background_image__P68036_mk(s) { -function webcam_onFrameReceived__P69229(s) { +function webcam_onFrameReceived__P85113(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -1553,14 +1553,14 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = webcam_init__P71272_mk(s); + s.tmp_0 = webcam_init__P87156_mk(s); s.callLocIdx = 61; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - r0 = pxsim_pxtcore_mkAction(1, inline__P71276); + r0 = pxsim_pxtcore_mkAction(1, inline__P87160); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - s.tmp_1 = control_onEvent__P66140_mk(s); + s.tmp_1 = control_onEvent__P82024_mk(s); s.tmp_1.arg0 = 4567; s.tmp_1.arg1 = 1; s.tmp_1.arg2 = s.tmp_0; @@ -1572,12 +1572,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -webcam_onFrameReceived__P69229.info = {"start":417,"length":198,"line":17,"column":4,"endLine":23,"endColumn":5,"fileName":"main.ts","functionName":"onFrameReceived","argumentNames":["handler"]} +webcam_onFrameReceived__P85113.info = {"start":417,"length":198,"line":17,"column":4,"endLine":23,"endColumn":5,"fileName":"main.ts","functionName":"onFrameReceived","argumentNames":["handler"]} -function webcam_onFrameReceived__P69229_mk(s) { +function webcam_onFrameReceived__P85113_mk(s) { checkStack(s.depth); return { - parent: s, fn: webcam_onFrameReceived__P69229, depth: s.depth + 1, + parent: s, fn: webcam_onFrameReceived__P85113, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -1588,7 +1588,7 @@ function webcam_onFrameReceived__P69229_mk(s) { -function inline__P71276(s) { +function inline__P87160(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -1612,12 +1612,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P71276.info = {"start":534,"length":74,"line":19,"column":47,"endLine":22,"endColumn":9,"fileName":"main.ts","functionName":"inline","argumentNames":[]} +inline__P87160.info = {"start":534,"length":74,"line":19,"column":47,"endLine":22,"endColumn":9,"fileName":"main.ts","functionName":"inline","argumentNames":[]} -function inline__P71276_mk(s) { +function inline__P87160_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P71276, depth: s.depth + 1, + parent: s, fn: inline__P87160, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, } } @@ -1626,7 +1626,7 @@ function inline__P71276_mk(s) { -function control_onEvent__P66140(s) { +function control_onEvent__P82024(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -1636,7 +1636,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.ctx___71363 = undefined; + s.ctx___87247 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -1644,12 +1644,12 @@ switch (step) { s.arg3 = (s.lambdaArgs[3]); s.lambdaArgs = null; } - s.tmp_0 = control_eventContext__P66157_mk(s); + s.tmp_0 = control_eventContext__P82041_mk(s); s.callLocIdx = 39; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; - s.ctx___71363 = (r0); - r0 = pxsim_numops_toBoolDecr(s.ctx___71363); + s.ctx___87247 = (r0); + r0 = pxsim_numops_toBoolDecr(s.ctx___87247); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; @@ -1658,8 +1658,8 @@ switch (step) { r0 = pxsim.control.internalOnEvent(s.arg0, s.arg1, s.arg2, s.arg3); { step = 2; continue; } case 1: - s.tmp_0 = control_EventContext_registerHandler__P66154_mk(s); - s.tmp_0.arg0 = s.ctx___71363; + s.tmp_0 = control_EventContext_registerHandler__P82038_mk(s); + s.tmp_0.arg0 = s.ctx___87247; s.tmp_0.arg1 = s.arg0; s.tmp_0.arg2 = s.arg1; s.tmp_0.arg3 = s.arg2; @@ -1672,16 +1672,16 @@ switch (step) { return leave(s, r0) default: oops() } } } -control_onEvent__P66140.info = {"start":336,"length":325,"line":9,"column":4,"endLine":15,"endColumn":5,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"onEvent","argumentNames":["src","value","handler","flags"]} +control_onEvent__P82024.info = {"start":336,"length":325,"line":9,"column":4,"endLine":15,"endColumn":5,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"onEvent","argumentNames":["src","value","handler","flags"]} -function control_onEvent__P66140_mk(s) { +function control_onEvent__P82024_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_onEvent__P66140, depth: s.depth + 1, + parent: s, fn: control_onEvent__P82024, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, - ctx___71363: undefined, + ctx___87247: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -1692,7 +1692,7 @@ function control_onEvent__P66140_mk(s) { -function control_eventContext__P66157(s) { +function control_eventContext__P82041(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -1702,10 +1702,10 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = pxsim_numops_toBoolDecr(globals.eventContexts___69313); + r0 = pxsim_numops_toBoolDecr(globals.eventContexts___85197); if (!r0) { step = 1; continue; } - s.tmp_0 = r0 = globals.eventContexts___69313; - r0 = pxsim_Array__length(globals.eventContexts___69313); + s.tmp_0 = r0 = globals.eventContexts___85197; + r0 = pxsim_Array__length(globals.eventContexts___85197); s.tmp_2 = r0; r0 = (s.tmp_2 - 1); s.tmp_1 = r0; @@ -1720,12 +1720,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -control_eventContext__P66157.info = {"start":6907,"length":136,"line":209,"column":4,"endLine":211,"endColumn":5,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"eventContext","argumentNames":[]} +control_eventContext__P82041.info = {"start":6907,"length":136,"line":209,"column":4,"endLine":211,"endColumn":5,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"eventContext","argumentNames":[]} -function control_eventContext__P66157_mk(s) { +function control_eventContext__P82041_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_eventContext__P66157, depth: s.depth + 1, + parent: s, fn: control_eventContext__P82041, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -1737,7 +1737,7 @@ function control_eventContext__P66157_mk(s) { -function control_EventContext_registerHandler__P66154(s) { +function control_EventContext_registerHandler__P82038(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -1747,10 +1747,10 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.h___71386 = undefined; - s.unnamed374___U1 = undefined; - s.unnamed375___U2 = undefined; - s.hn___71409 = undefined; + s.h___87270 = undefined; + s.unnamed454___U1 = undefined; + s.unnamed455___U2 = undefined; + s.hn___87293 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -1760,20 +1760,20 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, control_EventContext__C66144_VT)) failedCast(r0); - s.h___71386 = (undefined); + if (!checkSubtype(r0, control_EventContext__C82028_VT)) failedCast(r0); + s.h___87270 = (undefined); r0 = s.arg0.fields["handlers"]; - s.unnamed374___U1 = (r0); - s.unnamed375___U2 = (0); + s.unnamed454___U1 = (r0); + s.unnamed455___U2 = (0); case 1: - s.tmp_0 = r0 = s.unnamed375___U2; - r0 = pxsim_Array__length(s.unnamed374___U1); + s.tmp_0 = r0 = s.unnamed455___U2; + r0 = pxsim_Array__length(s.unnamed454___U1); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 6; continue; } - r0 = pxsim_Array__getAt(s.unnamed374___U1, s.unnamed375___U2); - s.h___71386 = (r0); - r0 = s.h___71386.fields["src"]; + r0 = pxsim_Array__getAt(s.unnamed454___U1, s.unnamed455___U2); + s.h___87270 = (r0); + r0 = s.h___87270.fields["src"]; s.tmp_3 = r0; r0 = (s.tmp_3 == s.arg1); s.tmp_2 = r0; @@ -1782,7 +1782,7 @@ switch (step) { r0 = s.tmp_2; { step = 3; continue; } case 2: - r0 = s.h___71386.fields["value"]; + r0 = s.h___87270.fields["value"]; s.tmp_4 = r0; r0 = (s.tmp_4 == s.arg2); case 3: @@ -1790,19 +1790,19 @@ switch (step) { s.tmp_5 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_5); if (!r0) { step = 4; continue; } - r0 = (s.h___71386).fields["flags"] = (s.arg4); - r0 = (s.h___71386).fields["handler"] = (s.arg3); + r0 = (s.h___87270).fields["flags"] = (s.arg4); + r0 = (s.h___87270).fields["handler"] = (s.arg3); { step = 7; continue; } case 4: case 5: - r0 = (s.unnamed375___U2 + 1); - s.unnamed375___U2 = (r0); + r0 = (s.unnamed455___U2 + 1); + s.unnamed455___U2 = (r0); { step = 1; continue; } case 6: - s.unnamed374___U1 = (undefined); - r0 = pxsim_pxtcore_mkClassInstance(control_EventHandler__C69305_VT); + s.unnamed454___U1 = (undefined); + r0 = pxsim_pxtcore_mkClassInstance(control_EventHandler__C85189_VT); s.tmp_0 = r0; - s.tmp_1 = control_EventHandler_constructor__P69308_mk(s); + s.tmp_1 = control_EventHandler_constructor__P85192_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = s.arg1; s.tmp_1.arg2 = s.arg2; @@ -1811,12 +1811,12 @@ switch (step) { s.callLocIdx = 52; s.pc = 8; return s.tmp_1; case 8: r0 = s.retval; - s.hn___71409 = (s.tmp_0); + s.hn___87293 = (s.tmp_0); r0 = s.arg0.fields["handlers"]; s.tmp_0 = r0; - r0 = pxsim_Array__push(s.tmp_0, s.hn___71409); - s.tmp_0 = control_EventHandler_register__P69306_mk(s); - s.tmp_0.arg0 = s.hn___71409; + r0 = pxsim_Array__push(s.tmp_0, s.hn___87293); + s.tmp_0 = control_EventHandler_register__P85190_mk(s); + s.tmp_0.arg0 = s.hn___87293; s.callLocIdx = 53; s.pc = 9; return s.tmp_0; case 9: r0 = s.retval; @@ -1825,12 +1825,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -control_EventContext_registerHandler__P66154.info = {"start":5573,"length":525,"line":169,"column":8,"endLine":182,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"registerHandler","argumentNames":["this","src","value","handler","flags"]} +control_EventContext_registerHandler__P82038.info = {"start":5573,"length":525,"line":169,"column":8,"endLine":182,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"registerHandler","argumentNames":["this","src","value","handler","flags"]} -function control_EventContext_registerHandler__P66154_mk(s) { +function control_EventContext_registerHandler__P82038_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_EventContext_registerHandler__P66154, depth: s.depth + 1, + parent: s, fn: control_EventContext_registerHandler__P82038, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -1838,10 +1838,10 @@ function control_EventContext_registerHandler__P66154_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - h___71386: undefined, - unnamed374___U1: undefined, - unnamed375___U2: undefined, - hn___71409: undefined, + h___87270: undefined, + unnamed454___U1: undefined, + unnamed455___U2: undefined, + hn___87293: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -1853,7 +1853,7 @@ function control_EventContext_registerHandler__P66154_mk(s) { -function control_EventHandler_constructor__P69308(s) { +function control_EventHandler_constructor__P85192(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -1872,7 +1872,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, control_EventHandler__C69305_VT)) failedCast(r0); + if (!checkSubtype(r0, control_EventHandler__C85189_VT)) failedCast(r0); r0 = (s.arg0).fields["src"] = (s.arg1); r0 = (s.arg0).fields["value"] = (s.arg2); r0 = (s.arg0).fields["handler"] = (s.arg3); @@ -1881,12 +1881,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -control_EventHandler_constructor__P69308.info = {"start":786,"length":165,"line":23,"column":8,"endLine":28,"endColumn":13,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"inline","argumentNames":["this","src","value","handler","flags"]} +control_EventHandler_constructor__P85192.info = {"start":786,"length":165,"line":23,"column":8,"endLine":28,"endColumn":13,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"inline","argumentNames":["this","src","value","handler","flags"]} -function control_EventHandler_constructor__P69308_mk(s) { +function control_EventHandler_constructor__P85192_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_EventHandler_constructor__P69308, depth: s.depth + 1, + parent: s, fn: control_EventHandler_constructor__P85192, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -1899,7 +1899,7 @@ function control_EventHandler_constructor__P69308_mk(s) { -function control_EventHandler_register__P69306(s) { +function control_EventHandler_register__P85190(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -1914,8 +1914,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, control_EventHandler__C69305_VT)) failedCast(r0); - r0 = pxsim_pxtcore_mkAction(1, inline__P71430); + if (!checkSubtype(r0, control_EventHandler__C85189_VT)) failedCast(r0); + r0 = pxsim_pxtcore_mkAction(1, inline__P87314); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); r0 = s.arg0.fields["src"]; @@ -1929,12 +1929,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -control_EventHandler_register__P69306.info = {"start":961,"length":165,"line":30,"column":8,"endLine":34,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"register","argumentNames":["this"]} +control_EventHandler_register__P85190.info = {"start":961,"length":165,"line":30,"column":8,"endLine":34,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"register","argumentNames":["this"]} -function control_EventHandler_register__P69306_mk(s) { +function control_EventHandler_register__P85190_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_EventHandler_register__P69306, depth: s.depth + 1, + parent: s, fn: control_EventHandler_register__P85190, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -1947,7 +1947,7 @@ function control_EventHandler_register__P69306_mk(s) { -function inline__P71430(s) { +function inline__P87314(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -1980,12 +1980,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P71430.info = {"start":1032,"length":71,"line":31,"column":58,"endLine":33,"endColumn":13,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"inline","argumentNames":[]} +inline__P87314.info = {"start":1032,"length":71,"line":31,"column":58,"endLine":33,"endColumn":13,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"inline","argumentNames":[]} -function inline__P71430_mk(s) { +function inline__P87314_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P71430, depth: s.depth + 1, + parent: s, fn: inline__P87314, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -1995,7 +1995,7 @@ function inline__P71430_mk(s) { -function webcam_init__P71272(s) { +function webcam_init__P87156(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -2005,15 +2005,15 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = pxsim_numops_toBoolDecr(globals.initialized___71268); + r0 = pxsim_numops_toBoolDecr(globals.initialized___87152); if (!r0) { step = 1; continue; } { step = 3; continue; } case 1: case 2: - globals.initialized___71268 = (true); - s.tmp_0 = control_simmessages_onReceived__P66181_mk(s); - s.tmp_0.arg0 = globals.CHANNEL___71261; - s.tmp_0.arg1 = inline__P71283; + globals.initialized___87152 = (true); + s.tmp_0 = control_simmessages_onReceived__P82065_mk(s); + s.tmp_0.arg0 = globals.CHANNEL___87145; + s.tmp_0.arg1 = inline__P87167; s.callLocIdx = 64; s.pc = 4; return s.tmp_0; case 4: r0 = s.retval; @@ -2022,12 +2022,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -webcam_init__P71272.info = {"start":621,"length":321,"line":25,"column":4,"endLine":34,"endColumn":5,"fileName":"main.ts","functionName":"init","argumentNames":[]} +webcam_init__P87156.info = {"start":621,"length":321,"line":25,"column":4,"endLine":34,"endColumn":5,"fileName":"main.ts","functionName":"init","argumentNames":[]} -function webcam_init__P71272_mk(s) { +function webcam_init__P87156_mk(s) { checkStack(s.depth); return { - parent: s, fn: webcam_init__P71272, depth: s.depth + 1, + parent: s, fn: webcam_init__P87156, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, } } @@ -2036,7 +2036,7 @@ function webcam_init__P71272_mk(s) { -function inline__P71283(s) { +function inline__P87167(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -2051,18 +2051,18 @@ switch (step) { s.lambdaArgs = null; } r0 = pxsim.image.ofBuffer(s.arg0); - globals.currentFrame___69228 = (r0); + globals.currentFrame___85112 = (r0); r0 = pxsim.control.raiseEvent(4567, 1); r0 = undefined; return leave(s, r0) default: oops() } } } -inline__P71283.info = {"start":757,"length":178,"line":29,"column":48,"endLine":33,"endColumn":9,"fileName":"main.ts","functionName":"inline","argumentNames":["msg"]} +inline__P87167.info = {"start":757,"length":178,"line":29,"column":48,"endLine":33,"endColumn":9,"fileName":"main.ts","functionName":"inline","argumentNames":["msg"]} -function inline__P71283_mk(s) { +function inline__P87167_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P71283, depth: s.depth + 1, + parent: s, fn: inline__P87167, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -2071,7 +2071,7 @@ function inline__P71283_mk(s) { -function control_simmessages_onReceived__P66181(s) { +function control_simmessages_onReceived__P82065(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -2095,21 +2095,21 @@ switch (step) { { step = 5; continue; } case 1: case 2: - r0 = pxsim_numops_toBoolDecr(globals.handlers___69319); + r0 = pxsim_numops_toBoolDecr(globals.handlers___85203); s.tmp_3 = r0; r0 = pxsim_Boolean__bang(s.tmp_3); s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); if (!r0) { step = 3; continue; } r0 = pxsim_pxtrt.mkMap(); - globals.handlers___69319 = (r0); + globals.handlers___85203 = (r0); case 3: case 4: - r0 = pxsim_pxtrt.mapSetGeneric(globals.handlers___69319, s.arg0, s.arg1); - s.tmp_0 = control_onEvent__P66140_mk(s); + r0 = pxsim_pxtrt.mapSetGeneric(globals.handlers___85203, s.arg0, s.arg1); + s.tmp_0 = control_onEvent__P82024_mk(s); s.tmp_0.arg0 = 2999; s.tmp_0.arg1 = 1; - s.tmp_0.arg2 = control_simmessages_consumeMessages__P69320; + s.tmp_0.arg2 = control_simmessages_consumeMessages__P85204; s.tmp_0.arg3 = 16; s.callLocIdx = 60; s.pc = 6; return s.tmp_0; case 6: @@ -2119,12 +2119,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -control_simmessages_onReceived__P66181.info = {"start":1063,"length":293,"line":32,"column":4,"endLine":39,"endColumn":5,"fileName":"pxt_modules/base/controlmessage.ts","functionName":"onReceived","argumentNames":["channel","handler"]} +control_simmessages_onReceived__P82065.info = {"start":1063,"length":293,"line":32,"column":4,"endLine":39,"endColumn":5,"fileName":"pxt_modules/base/controlmessage.ts","functionName":"onReceived","argumentNames":["channel","handler"]} -function control_simmessages_onReceived__P66181_mk(s) { +function control_simmessages_onReceived__P82065_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_simmessages_onReceived__P66181, depth: s.depth + 1, + parent: s, fn: control_simmessages_onReceived__P82065, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -2138,7 +2138,7 @@ function control_simmessages_onReceived__P66181_mk(s) { -function control_simmessages_consumeMessages__P69320(s) { +function control_simmessages_consumeMessages__P85204(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -2148,15 +2148,15 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.channel___71343 = undefined; - s.msg___71348 = undefined; - s.handler___71351 = undefined; + s.channel___87227 = undefined; + s.msg___87232 = undefined; + s.handler___87235 = undefined; case 1: r0 = pxsim_numops_toBoolDecr(true); if (!r0) { step = 8; continue; } r0 = pxsim_pxtcore.peekMessageChannel(); - s.channel___71343 = (r0); - r0 = pxsim_numops_toBoolDecr(s.channel___71343); + s.channel___87227 = (r0); + r0 = pxsim_numops_toBoolDecr(s.channel___87227); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; @@ -2166,23 +2166,23 @@ switch (step) { case 2: case 3: r0 = pxsim_pxtcore.readMessageData(); - s.msg___71348 = (r0); - s.tmp_0 = r0 = globals.handlers___69319; + s.msg___87232 = (r0); + s.tmp_0 = r0 = globals.handlers___85203; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 4; continue; } r0 = s.tmp_0; { step = 5; continue; } case 4: - r0 = pxsim_pxtrt.mapGetGeneric(globals.handlers___69319, s.channel___71343); + r0 = pxsim_pxtrt.mapGetGeneric(globals.handlers___85203, s.channel___87227); case 5: // jmp value (already in r0) s.tmp_1 = r0; - s.handler___71351 = (s.tmp_1); - r0 = pxsim_numops_toBoolDecr(s.handler___71351); + s.handler___87235 = (s.tmp_1); + r0 = pxsim_numops_toBoolDecr(s.handler___87235); if (!r0) { step = 6; continue; } s.tmp_0 = lambda_2_mk(s); - s.tmp_0.argL = s.handler___71351; - s.tmp_0.arg0 = s.msg___71348; + s.tmp_0.argL = s.handler___87235; + s.tmp_0.arg0 = s.msg___87232; setupLambda(s.tmp_0, s.tmp_0.argL); s.callLocIdx = 59; s.pc = 9; return s.tmp_0; case 9: @@ -2195,25 +2195,25 @@ switch (step) { return leave(s, r0) default: oops() } } } -control_simmessages_consumeMessages__P69320.info = {"start":564,"length":414,"line":15,"column":4,"endLine":27,"endColumn":5,"fileName":"pxt_modules/base/controlmessage.ts","functionName":"consumeMessages","argumentNames":[]} +control_simmessages_consumeMessages__P85204.info = {"start":564,"length":414,"line":15,"column":4,"endLine":27,"endColumn":5,"fileName":"pxt_modules/base/controlmessage.ts","functionName":"consumeMessages","argumentNames":[]} -function control_simmessages_consumeMessages__P69320_mk(s) { +function control_simmessages_consumeMessages__P85204_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_simmessages_consumeMessages__P69320, depth: s.depth + 1, + parent: s, fn: control_simmessages_consumeMessages__P85204, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, - channel___71343: undefined, - msg___71348: undefined, - handler___71351: undefined, + channel___87227: undefined, + msg___87232: undefined, + handler___87235: undefined, } } -function game_eventContext__P68293(s) { +function game_eventContext__P84177(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -2223,21 +2223,21 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = game_init__P69644_mk(s); + s.tmp_0 = game_init__P85528_mk(s); s.tmp_0.arg0 = undefined; s.callLocIdx = 813; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - r0 = globals._scene___69636.fields["eventContext"]; + r0 = globals._scene___85520.fields["eventContext"]; return leave(s, r0) default: oops() } } } -game_eventContext__P68293.info = {"start":1084,"length":112,"line":40,"column":4,"endLine":43,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"eventContext","argumentNames":[]} +game_eventContext__P84177.info = {"start":1084,"length":112,"line":40,"column":4,"endLine":43,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"eventContext","argumentNames":[]} -function game_eventContext__P68293_mk(s) { +function game_eventContext__P84177_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_eventContext__P68293, depth: s.depth + 1, + parent: s, fn: game_eventContext__P84177, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, } } @@ -2246,7 +2246,7 @@ function game_eventContext__P68293_mk(s) { -function game_init__P69644(s) { +function game_init__P85528(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -2260,7 +2260,7 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - r0 = pxsim_numops_toBoolDecr(globals._scene___69636); + r0 = pxsim_numops_toBoolDecr(globals._scene___85520); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; @@ -2275,73 +2275,73 @@ switch (step) { s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); if (!r0) { step = 3; continue; } - r0 = pxsim_pxtcore_mkClassInstance(scene_Scene__C68177_VT); + r0 = pxsim_pxtcore_mkClassInstance(scene_Scene__C84061_VT); s.tmp_3 = r0; - s.tmp_4 = scene_Scene_constructor__P68198_mk(s); + s.tmp_4 = scene_Scene_constructor__P84082_mk(s); s.tmp_4.arg0 = s.tmp_3; - s.tmp_5 = control_pushEventContext__P66158_mk(s); + s.tmp_5 = control_pushEventContext__P82042_mk(s); s.callLocIdx = 814; s.pc = 14; return s.tmp_5; case 14: r0 = s.retval; s.tmp_4.arg1 = r0; - s.tmp_4.arg2 = globals._scene___69636; + s.tmp_4.arg2 = globals._scene___85520; s.callLocIdx = 815; s.pc = 13; return s.tmp_4; case 13: r0 = s.retval; - globals._scene___69636 = (s.tmp_3); + globals._scene___85520 = (s.tmp_3); case 3: case 4: - s.tmp_0 = scene_Scene_init__P68199_mk(s); - s.tmp_0.arg0 = globals._scene___69636; + s.tmp_0 = scene_Scene_init__P84083_mk(s); + s.tmp_0.arg0 = globals._scene___85520; s.callLocIdx = 816; s.pc = 15; return s.tmp_0; case 15: r0 = s.retval; - r0 = pxsim_numops_toBoolDecr(globals.winEffect___68288); + r0 = pxsim_numops_toBoolDecr(globals.winEffect___84172); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 5; continue; } - globals.winEffect___68288 = (globals.confetti___68559); + globals.winEffect___84172 = (globals.confetti___84443); case 5: case 6: - r0 = pxsim_numops_toBoolDecr(globals.loseEffect___68289); + r0 = pxsim_numops_toBoolDecr(globals.loseEffect___84173); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 7; continue; } - globals.loseEffect___68289 = (globals.melt___68580); + globals.loseEffect___84173 = (globals.melt___84464); case 7: case 8: - r0 = pxsim_numops_toBoolDecr(globals.winSound___69635); + r0 = pxsim_numops_toBoolDecr(globals.winSound___85519); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 9; continue; } - globals.winSound___69635 = (globals.powerUp___67378); + globals.winSound___85519 = (globals.powerUp___83262); case 9: case 10: - r0 = pxsim_numops_toBoolDecr(globals.loseSound___69633); + r0 = pxsim_numops_toBoolDecr(globals.loseSound___85517); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 11; continue; } - globals.loseSound___69633 = (globals.wawawawaa___67375); + globals.loseSound___85517 = (globals.wawawawaa___83259); case 11: case 12: r0 = undefined; return leave(s, r0) default: oops() } } } -game_init__P69644.info = {"start":1202,"length":452,"line":45,"column":4,"endLine":60,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"init","argumentNames":["forceNewScene"]} +game_init__P85528.info = {"start":1202,"length":452,"line":45,"column":4,"endLine":60,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"init","argumentNames":["forceNewScene"]} -function game_init__P69644_mk(s) { +function game_init__P85528_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_init__P69644, depth: s.depth + 1, + parent: s, fn: game_init__P85528, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -2356,7 +2356,7 @@ function game_init__P69644_mk(s) { -function inline__P71483(s) { +function inline__P87367(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -2366,11 +2366,11 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.rounds___71486 = undefined; - s.j___71494 = undefined; - s.x___71499 = undefined; - s.y___71505 = undefined; - s.c___71511 = undefined; + s.rounds___87370 = undefined; + s.j___87378 = undefined; + s.x___87383 = undefined; + s.y___87389 = undefined; + s.c___87395 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -2383,14 +2383,14 @@ switch (step) { r0 = (s.tmp_1 * s.tmp_2); s.tmp_0 = r0; r0 = (s.tmp_0 >> 5); - s.rounds___71486 = (r0); - s.j___71494 = (0); + s.rounds___87370 = (r0); + s.j___87378 = (0); case 1: - r0 = (s.j___71494 < s.rounds___71486); + r0 = (s.j___87378 < s.rounds___87370); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 2; continue; } - s.tmp_1 = Math_FastRandom_randomRange__P68348_mk(s); + s.tmp_1 = Math_FastRandom_randomRange__P84232_mk(s); s.tmp_1.arg0 = s.arg1; s.tmp_1.arg1 = 0; r0 = pxsim_ImageMethods.width(s.arg0); @@ -2400,8 +2400,8 @@ switch (step) { s.callLocIdx = 45; s.pc = 3; return s.tmp_1; case 3: r0 = s.retval; - s.x___71499 = (r0); - s.tmp_0 = Math_FastRandom_randomRange__P68348_mk(s); + s.x___87383 = (r0); + s.tmp_0 = Math_FastRandom_randomRange__P84232_mk(s); s.tmp_0.arg0 = s.arg1; s.tmp_0.arg1 = 0; r0 = pxsim_ImageMethods.height(s.arg0); @@ -2411,42 +2411,42 @@ switch (step) { s.callLocIdx = 46; s.pc = 4; return s.tmp_0; case 4: r0 = s.retval; - s.y___71505 = (r0); - r0 = pxsim_ImageMethods.getPixel(s.arg0, s.x___71499, s.y___71505); - s.c___71511 = (r0); + s.y___87389 = (r0); + r0 = pxsim_ImageMethods.getPixel(s.arg0, s.x___87383, s.y___87389); + s.c___87395 = (r0); s.tmp_0 = r0 = s.arg0; - s.tmp_1 = r0 = s.x___71499; - r0 = (s.y___71505 + 1); + s.tmp_1 = r0 = s.x___87383; + r0 = (s.y___87389 + 1); s.tmp_2 = r0; - r0 = pxsim_ImageMethods.setPixel(s.tmp_0, s.tmp_1, s.tmp_2, s.c___71511); + r0 = pxsim_ImageMethods.setPixel(s.tmp_0, s.tmp_1, s.tmp_2, s.c___87395); s.tmp_0 = r0 = s.arg0; - s.tmp_1 = r0 = s.x___71499; - r0 = (s.y___71505 + 2); + s.tmp_1 = r0 = s.x___87383; + r0 = (s.y___87389 + 2); s.tmp_2 = r0; - r0 = pxsim_ImageMethods.setPixel(s.tmp_0, s.tmp_1, s.tmp_2, s.c___71511); - r0 = (s.j___71494 + 1); - s.j___71494 = (r0); + r0 = pxsim_ImageMethods.setPixel(s.tmp_0, s.tmp_1, s.tmp_2, s.c___87395); + r0 = (s.j___87378 + 1); + s.j___87378 = (r0); { step = 1; continue; } case 2: r0 = undefined; return leave(s, r0) default: oops() } } } -inline__P71483.info = {"start":2652,"length":386,"line":72,"column":45,"endLine":81,"endColumn":5,"fileName":"pxt_modules/game/effects.ts","functionName":"inline","argumentNames":["input","r"]} +inline__P87367.info = {"start":2652,"length":386,"line":72,"column":45,"endLine":81,"endColumn":5,"fileName":"pxt_modules/game/effects.ts","functionName":"inline","argumentNames":["input","r"]} -function inline__P71483_mk(s) { +function inline__P87367_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P71483, depth: s.depth + 1, + parent: s, fn: inline__P87367, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - rounds___71486: undefined, - j___71494: undefined, - x___71499: undefined, - y___71505: undefined, - c___71511: undefined, + rounds___87370: undefined, + j___87378: undefined, + x___87383: undefined, + y___87389: undefined, + c___87395: undefined, arg0: undefined, arg1: undefined, } } @@ -2455,7 +2455,7 @@ function inline__P71483_mk(s) { -function Math_FastRandom_randomRange__P68348(s) { +function Math_FastRandom_randomRange__P84232(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -2472,12 +2472,12 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Math_FastRandom__C68344_VT)) failedCast(r0); + if (!checkSubtype(r0, Math_FastRandom__C84228_VT)) failedCast(r0); r0 = (s.arg2 > s.arg1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - s.tmp_2 = Math_FastRandom_next__P68347_mk(s); + s.tmp_2 = Math_FastRandom_next__P84231_mk(s); s.tmp_2.arg0 = s.arg0; s.callLocIdx = 840; s.pc = 3; return s.tmp_2; case 3: @@ -2498,12 +2498,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Math_FastRandom_randomRange__P68348.info = {"start":2079,"length":131,"line":62,"column":8,"endLine":64,"endColumn":9,"fileName":"pxt_modules/game/mathUtil.ts","functionName":"randomRange","argumentNames":["this","min","max"]} +Math_FastRandom_randomRange__P84232.info = {"start":2079,"length":131,"line":62,"column":8,"endLine":64,"endColumn":9,"fileName":"pxt_modules/game/mathUtil.ts","functionName":"randomRange","argumentNames":["this","min","max"]} -function Math_FastRandom_randomRange__P68348_mk(s) { +function Math_FastRandom_randomRange__P84232_mk(s) { checkStack(s.depth); return { - parent: s, fn: Math_FastRandom_randomRange__P68348, depth: s.depth + 1, + parent: s, fn: Math_FastRandom_randomRange__P84232, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -2520,7 +2520,7 @@ function Math_FastRandom_randomRange__P68348_mk(s) { -function Math_FastRandom_next__P68347(s) { +function Math_FastRandom_next__P84231(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -2535,7 +2535,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Math_FastRandom__C68344_VT)) failedCast(r0); + if (!checkSubtype(r0, Math_FastRandom__C84228_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; r0 = s.arg0.fields["lfsr"]; s.tmp_3 = r0; @@ -2556,12 +2556,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Math_FastRandom_next__P68347.info = {"start":1713,"length":107,"line":53,"column":8,"endLine":55,"endColumn":9,"fileName":"pxt_modules/game/mathUtil.ts","functionName":"next","argumentNames":["this"]} +Math_FastRandom_next__P84231.info = {"start":1713,"length":107,"line":53,"column":8,"endLine":55,"endColumn":9,"fileName":"pxt_modules/game/mathUtil.ts","functionName":"next","argumentNames":["this"]} -function Math_FastRandom_next__P68347_mk(s) { +function Math_FastRandom_next__P84231_mk(s) { checkStack(s.depth); return { - parent: s, fn: Math_FastRandom_next__P68347, depth: s.depth + 1, + parent: s, fn: Math_FastRandom_next__P84231, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -2578,7 +2578,7 @@ function Math_FastRandom_next__P68347_mk(s) { -function effects_ImageEffect_constructor__P68575(s) { +function effects_ImageEffect_constructor__P84459(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -2595,11 +2595,11 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, effects_ImageEffect__C68574_VT)) failedCast(r0); + if (!checkSubtype(r0, effects_ImageEffect__C84458_VT)) failedCast(r0); r0 = (s.arg0).fields["effect"] = (s.arg2); - r0 = pxsim_pxtcore_mkClassInstance(Math_FastRandom__C68344_VT); + r0 = pxsim_pxtcore_mkClassInstance(Math_FastRandom__C84228_VT); s.tmp_0 = r0; - s.tmp_1 = Math_FastRandom_constructor__P68346_mk(s); + s.tmp_1 = Math_FastRandom_constructor__P84230_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = undefined; s.callLocIdx = 1133; s.pc = 1; return s.tmp_1; @@ -2612,12 +2612,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -effects_ImageEffect_constructor__P68575.info = {"start":410,"length":290,"line":10,"column":8,"endLine":15,"endColumn":9,"fileName":"pxt_modules/game/effects.ts","functionName":"inline","argumentNames":["this","defaultRate","effectFactory"]} +effects_ImageEffect_constructor__P84459.info = {"start":410,"length":290,"line":10,"column":8,"endLine":15,"endColumn":9,"fileName":"pxt_modules/game/effects.ts","functionName":"inline","argumentNames":["this","defaultRate","effectFactory"]} -function effects_ImageEffect_constructor__P68575_mk(s) { +function effects_ImageEffect_constructor__P84459_mk(s) { checkStack(s.depth); return { - parent: s, fn: effects_ImageEffect_constructor__P68575, depth: s.depth + 1, + parent: s, fn: effects_ImageEffect_constructor__P84459, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -2630,7 +2630,7 @@ function effects_ImageEffect_constructor__P68575_mk(s) { -function inline__P71591(s) { +function inline__P87475(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -2640,13 +2640,13 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.factory___71594 = undefined; + s.factory___87478 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } - r0 = pxsim_pxtcore_mkClassInstance(particles_ConfettiFactory__C68503_VT); + r0 = pxsim_pxtcore_mkClassInstance(particles_ConfettiFactory__C84387_VT); s.tmp_0 = r0; s.tmp_2 = if_width_1_mk(s); s.tmp_2.arg0 = s.arg0; @@ -2681,27 +2681,27 @@ switch (step) { case 2: // jmp value (already in r0) s.tmp_4 = r0; - s.tmp_5 = particles_ConfettiFactory_constructor__P68504_mk(s); + s.tmp_5 = particles_ConfettiFactory_constructor__P84388_mk(s); s.tmp_5.arg0 = s.tmp_0; s.tmp_5.arg1 = s.tmp_4; s.tmp_5.arg2 = 16; s.callLocIdx = 35; s.pc = 5; return s.tmp_5; case 5: r0 = s.retval; - s.factory___71594 = (s.tmp_0); - s.tmp_0 = particles_SprayFactory_setSpeed__P68480_mk(s); - s.tmp_0.arg0 = s.factory___71594; + s.factory___87478 = (s.tmp_0); + s.tmp_0 = particles_SprayFactory_setSpeed__P84364_mk(s); + s.tmp_0.arg0 = s.factory___87478; s.tmp_0.arg1 = 30; s.callLocIdx = 36; s.pc = 6; return s.tmp_0; case 6: r0 = s.retval; - r0 = pxsim_pxtcore_mkClassInstance(particles_ParticleSource__C68436_VT); + r0 = pxsim_pxtcore_mkClassInstance(particles_ParticleSource__C84320_VT); s.tmp_0 = r0; - s.tmp_1 = particles_ParticleSource_constructor__P68441_mk(s); + s.tmp_1 = particles_ParticleSource_constructor__P84325_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = s.arg0; s.tmp_1.arg2 = s.arg1; - s.tmp_1.arg3 = s.factory___71594; + s.tmp_1.arg3 = s.factory___87478; s.callLocIdx = 37; s.pc = 7; return s.tmp_1; case 7: r0 = s.retval; @@ -2709,12 +2709,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P71591.info = {"start":7534,"length":284,"line":191,"column":59,"endLine":195,"endColumn":5,"fileName":"pxt_modules/game/particleeffects.ts","functionName":"inline","argumentNames":["anchor","particlesPerSecond"]} +inline__P87475.info = {"start":7534,"length":284,"line":191,"column":59,"endLine":195,"endColumn":5,"fileName":"pxt_modules/game/particleeffects.ts","functionName":"inline","argumentNames":["anchor","particlesPerSecond"]} -function inline__P71591_mk(s) { +function inline__P87475_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P71591, depth: s.depth + 1, + parent: s, fn: inline__P87475, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -2722,7 +2722,7 @@ function inline__P71591_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - factory___71594: undefined, + factory___87478: undefined, arg0: undefined, arg1: undefined, } } @@ -2731,7 +2731,7 @@ function inline__P71591_mk(s) { -function particles_ParticleSource_constructor__P68441(s) { +function particles_ParticleSource_constructor__P84325(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -2741,8 +2741,8 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.sources___71615 = undefined; - s.removedSource___71624 = undefined; + s.sources___87499 = undefined; + s.removedSource___87508 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -2751,62 +2751,62 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ParticleSource__C68436_VT)) failedCast(r0); - s.tmp_0 = sprites_BaseSprite_constructor__P67620_mk(s); + if (!checkSubtype(r0, particles_ParticleSource__C84320_VT)) failedCast(r0); + s.tmp_0 = sprites_BaseSprite_constructor__P83504_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = 0; s.callLocIdx = 1009; s.pc = 5; return s.tmp_0; case 5: r0 = s.retval; - s.tmp_0 = particles_init__P69994_mk(s); + s.tmp_0 = particles_init__P85878_mk(s); s.callLocIdx = 1010; s.pc = 6; return s.tmp_0; case 6: r0 = s.retval; - s.tmp_0 = particles_particleSources__P70000_mk(s); + s.tmp_0 = particles_particleSources__P85884_mk(s); s.callLocIdx = 1011; s.pc = 7; return s.tmp_0; case 7: r0 = s.retval; - s.sources___71615 = (r0); - r0 = pxsim_Array__length(s.sources___71615); + s.sources___87499 = (r0); + r0 = pxsim_Array__length(s.sources___87499); s.tmp_1 = r0; - r0 = (s.tmp_1 >= globals.MAX_SOURCES___69971); + r0 = (s.tmp_1 >= globals.MAX_SOURCES___85855); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - s.tmp_2 = particles_sortSources__P69997_mk(s); - s.tmp_2.arg0 = s.sources___71615; + s.tmp_2 = particles_sortSources__P85881_mk(s); + s.tmp_2.arg0 = s.sources___87499; s.callLocIdx = 1012; s.pc = 8; return s.tmp_2; case 8: r0 = s.retval; - r0 = pxsim_Array_.removeAt(s.sources___71615, 0); - s.removedSource___71624 = (r0); - s.tmp_0 = particles_ParticleSource_clear__P68451_mk(s); - s.tmp_0.arg0 = s.removedSource___71624; + r0 = pxsim_Array_.removeAt(s.sources___87499, 0); + s.removedSource___87508 = (r0); + s.tmp_0 = particles_ParticleSource_clear__P84335_mk(s); + s.tmp_0.arg0 = s.removedSource___87508; s.callLocIdx = 1014; s.pc = 9; return s.tmp_0; case 9: r0 = s.retval; - s.tmp_0 = particles_ParticleSource_destroy__P68450_mk(s); - s.tmp_0.arg0 = s.removedSource___71624; + s.tmp_0 = particles_ParticleSource_destroy__P84334_mk(s); + s.tmp_0.arg0 = s.removedSource___87508; s.callLocIdx = 1015; s.pc = 10; return s.tmp_0; case 10: r0 = s.retval; case 1: case 2: r0 = (s.arg0).fields["pFlags"] = (0); - s.tmp_0 = particles_ParticleSource_setRate__P68453_mk(s); + s.tmp_0 = particles_ParticleSource_setRate__P84337_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg2; s.callLocIdx = 1016; s.pc = 11; return s.tmp_0; case 11: r0 = s.retval; - s.tmp_0 = particles_ParticleSource_setAcceleration__P68445_mk(s); + s.tmp_0 = particles_ParticleSource_setAcceleration__P84329_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = 0; s.tmp_0.arg2 = 0; s.callLocIdx = 1017; s.pc = 12; return s.tmp_0; case 12: r0 = s.retval; - s.tmp_0 = particles_ParticleSource_setAnchor__P68452_mk(s); + s.tmp_0 = particles_ParticleSource_setAnchor__P84336_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; s.callLocIdx = 1018; s.pc = 13; return s.tmp_0; @@ -2821,18 +2821,18 @@ switch (step) { r0 = s.tmp_0; { step = 4; continue; } case 3: - r0 = globals.defaultFactory___68456; + r0 = globals.defaultFactory___84340; case 4: // jmp value (already in r0) s.tmp_1 = r0; - s.tmp_2 = particles_ParticleSource_setFactory__P68455_mk(s); + s.tmp_2 = particles_ParticleSource_setFactory__P84339_mk(s); s.tmp_2.arg0 = s.arg0; s.tmp_2.arg1 = s.tmp_1; s.callLocIdx = 1019; s.pc = 14; return s.tmp_2; case 14: r0 = s.retval; - r0 = pxsim_Array__push(s.sources___71615, s.arg0); - s.tmp_0 = particles_ParticleSource_enabled__P68449_mk(s); + r0 = pxsim_Array__push(s.sources___87499, s.arg0); + s.tmp_0 = particles_ParticleSource_enabled__P84333_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = true; s.callLocIdx = 1020; s.pc = 15; return s.tmp_0; @@ -2842,18 +2842,18 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_ParticleSource_constructor__P68441.info = {"start":2290,"length":899,"line":86,"column":8,"endLine":109,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"inline","argumentNames":["this","anchor","particlesPerSecond","factory"]} +particles_ParticleSource_constructor__P84325.info = {"start":2290,"length":899,"line":86,"column":8,"endLine":109,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"inline","argumentNames":["this","anchor","particlesPerSecond","factory"]} -function particles_ParticleSource_constructor__P68441_mk(s) { +function particles_ParticleSource_constructor__P84325_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ParticleSource_constructor__P68441, depth: s.depth + 1, + parent: s, fn: particles_ParticleSource_constructor__P84325, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - sources___71615: undefined, - removedSource___71624: undefined, + sources___87499: undefined, + removedSource___87508: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -2864,7 +2864,7 @@ function particles_ParticleSource_constructor__P68441_mk(s) { -function particles_particleSources__P70000(s) { +function particles_particleSources__P85884(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -2874,33 +2874,33 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.sources___72052 = undefined; - s.tmp_0 = game_currentScene__P68290_mk(s); + s.sources___87936 = undefined; + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 1071; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; r0 = r0.fields["particleSources"]; - s.sources___72052 = (r0); - r0 = s.sources___72052; + s.sources___87936 = (r0); + r0 = s.sources___87936; return leave(s, r0) default: oops() } } } -particles_particleSources__P70000.info = {"start":12831,"length":119,"line":420,"column":4,"endLine":423,"endColumn":5,"fileName":"pxt_modules/game/particles.ts","functionName":"particleSources","argumentNames":[]} +particles_particleSources__P85884.info = {"start":12831,"length":119,"line":420,"column":4,"endLine":423,"endColumn":5,"fileName":"pxt_modules/game/particles.ts","functionName":"particleSources","argumentNames":[]} -function particles_particleSources__P70000_mk(s) { +function particles_particleSources__P85884_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_particleSources__P70000, depth: s.depth + 1, + parent: s, fn: particles_particleSources__P85884, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, - sources___72052: undefined, + sources___87936: undefined, } } -function particles_sortSources__P69997(s) { +function particles_sortSources__P85881(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -2914,9 +2914,9 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = helpers_arraySort__P65861_mk(s); + s.tmp_0 = helpers_arraySort__P81745_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_0.arg1 = inline__P71922; + s.tmp_0.arg1 = inline__P87806; s.callLocIdx = 1058; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; @@ -2924,12 +2924,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_sortSources__P69997.info = {"start":10009,"length":129,"line":331,"column":4,"endLine":333,"endColumn":5,"fileName":"pxt_modules/game/particles.ts","functionName":"sortSources","argumentNames":["sources"]} +particles_sortSources__P85881.info = {"start":10009,"length":129,"line":331,"column":4,"endLine":333,"endColumn":5,"fileName":"pxt_modules/game/particles.ts","functionName":"sortSources","argumentNames":["sources"]} -function particles_sortSources__P69997_mk(s) { +function particles_sortSources__P85881_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_sortSources__P69997, depth: s.depth + 1, + parent: s, fn: particles_sortSources__P85881, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -2939,7 +2939,7 @@ function particles_sortSources__P69997_mk(s) { -function inline__P71922(s) { +function inline__P87806(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -2977,12 +2977,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P71922.info = {"start":10080,"length":50,"line":332,"column":21,"endLine":332,"endColumn":71,"fileName":"pxt_modules/game/particles.ts","functionName":"inline","argumentNames":["a","b"]} +inline__P87806.info = {"start":10080,"length":50,"line":332,"column":21,"endLine":332,"endColumn":71,"fileName":"pxt_modules/game/particles.ts","functionName":"inline","argumentNames":["a","b"]} -function inline__P71922_mk(s) { +function inline__P87806_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P71922, depth: s.depth + 1, + parent: s, fn: inline__P87806, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -2998,7 +2998,7 @@ function inline__P71922_mk(s) { -function helpers_arraySort__P65861(s) { +function helpers_arraySort__P81745(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -3030,10 +3030,10 @@ switch (step) { s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 3; continue; } - s.arg1 = (inline__P71945); + s.arg1 = (inline__P87829); case 3: case 4: - s.tmp_0 = helpers_sortHelper__P69238_mk(s); + s.tmp_0 = helpers_sortHelper__P85122_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; s.callLocIdx = 2; s.pc = 5; return s.tmp_0; @@ -3042,12 +3042,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -helpers_arraySort__P65861.info = {"start":5663,"length":859,"line":207,"column":4,"endLine":227,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arraySort","argumentNames":["arr","callbackfn"]} +helpers_arraySort__P81745.info = {"start":5663,"length":859,"line":207,"column":4,"endLine":227,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arraySort","argumentNames":["arr","callbackfn"]} -function helpers_arraySort__P65861_mk(s) { +function helpers_arraySort__P81745_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_arraySort__P65861, depth: s.depth + 1, + parent: s, fn: helpers_arraySort__P81745, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -3061,7 +3061,7 @@ function helpers_arraySort__P65861_mk(s) { -function inline__P71945(s) { +function inline__P87829(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -3071,26 +3071,26 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.aIsUndef___71948 = undefined; - s.bIsUndef___71952 = undefined; - s.aIsNull___71963 = undefined; - s.bIsNull___71967 = undefined; + s.aIsUndef___87832 = undefined; + s.bIsUndef___87836 = undefined; + s.aIsNull___87847 = undefined; + s.bIsNull___87851 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = (s.arg0 === undefined); - s.aIsUndef___71948 = (r0); + s.aIsUndef___87832 = (r0); r0 = (s.arg1 === undefined); - s.bIsUndef___71952 = (r0); - s.tmp_0 = r0 = s.aIsUndef___71948; + s.bIsUndef___87836 = (r0); + s.tmp_0 = r0 = s.aIsUndef___87832; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 1; continue; } r0 = s.tmp_0; { step = 2; continue; } case 1: - r0 = s.bIsUndef___71952; + r0 = s.bIsUndef___87836; case 2: // jmp value (already in r0) s.tmp_1 = r0; @@ -3100,13 +3100,13 @@ switch (step) { { step = 17; continue; } { step = 8; continue; } case 3: - r0 = pxsim_numops_toBoolDecr(s.aIsUndef___71948); + r0 = pxsim_numops_toBoolDecr(s.aIsUndef___87832); if (!r0) { step = 4; continue; } r0 = 1; { step = 17; continue; } { step = 7; continue; } case 4: - r0 = pxsim_numops_toBoolDecr(s.bIsUndef___71952); + r0 = pxsim_numops_toBoolDecr(s.bIsUndef___87836); if (!r0) { step = 5; continue; } r0 = -1; { step = 17; continue; } @@ -3115,16 +3115,16 @@ switch (step) { case 7: case 8: r0 = (s.arg0 === null); - s.aIsNull___71963 = (r0); + s.aIsNull___87847 = (r0); r0 = (s.arg1 === null); - s.bIsNull___71967 = (r0); - s.tmp_0 = r0 = s.aIsNull___71963; + s.bIsNull___87851 = (r0); + s.tmp_0 = r0 = s.aIsNull___87847; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 9; continue; } r0 = s.tmp_0; { step = 10; continue; } case 9: - r0 = s.bIsNull___71967; + r0 = s.bIsNull___87851; case 10: // jmp value (already in r0) s.tmp_1 = r0; @@ -3134,13 +3134,13 @@ switch (step) { { step = 17; continue; } { step = 16; continue; } case 11: - r0 = pxsim_numops_toBoolDecr(s.aIsNull___71963); + r0 = pxsim_numops_toBoolDecr(s.aIsNull___87847); if (!r0) { step = 12; continue; } r0 = 1; { step = 17; continue; } { step = 15; continue; } case 12: - r0 = pxsim_numops_toBoolDecr(s.bIsNull___71967); + r0 = pxsim_numops_toBoolDecr(s.bIsNull___87851); if (!r0) { step = 13; continue; } r0 = -1; { step = 17; continue; } @@ -3179,12 +3179,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P71945.info = {"start":5826,"length":636,"line":209,"column":25,"endLine":224,"endColumn":13,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"inline","argumentNames":["a","b"]} +inline__P87829.info = {"start":5826,"length":636,"line":209,"column":25,"endLine":224,"endColumn":13,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"inline","argumentNames":["a","b"]} -function inline__P71945_mk(s) { +function inline__P87829_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P71945, depth: s.depth + 1, + parent: s, fn: inline__P87829, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -3194,10 +3194,10 @@ function inline__P71945_mk(s) { tmp_5: undefined, tmp_6: undefined, tmp_7: undefined, - aIsUndef___71948: undefined, - bIsUndef___71952: undefined, - aIsNull___71963: undefined, - bIsNull___71967: undefined, + aIsUndef___87832: undefined, + bIsUndef___87836: undefined, + aIsNull___87847: undefined, + bIsNull___87851: undefined, arg0: undefined, arg1: undefined, } } @@ -3206,7 +3206,7 @@ function inline__P71945_mk(s) { -function helpers_sortHelper__P69238(s) { +function helpers_sortHelper__P85122(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -3216,9 +3216,9 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.len___72002 = undefined; - s.i___72005 = undefined; - s.j___72011 = undefined; + s.len___87886 = undefined; + s.i___87889 = undefined; + s.j___87895 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -3246,28 +3246,28 @@ switch (step) { case 3: case 4: r0 = pxsim_Array__length(s.arg0); - s.len___72002 = (r0); - s.i___72005 = (0); + s.len___87886 = (r0); + s.i___87889 = (0); case 5: - s.tmp_1 = r0 = s.i___72005; - r0 = (s.len___72002 - 1); + s.tmp_1 = r0 = s.i___87889; + r0 = (s.len___87886 - 1); s.tmp_2 = r0; r0 = (s.tmp_1 < s.tmp_2); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 10; continue; } - r0 = (s.i___72005 + 1); - s.j___72011 = (r0); + r0 = (s.i___87889 + 1); + s.j___87895 = (r0); case 6: - r0 = (s.j___72011 < s.len___72002); + r0 = (s.j___87895 < s.len___87886); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 9; continue; } s.tmp_3 = lambda_3_mk(s); s.tmp_3.argL = s.arg1; - r0 = pxsim_Array__getAt(s.arg0, s.i___72005); + r0 = pxsim_Array__getAt(s.arg0, s.i___87889); s.tmp_3.arg0 = r0; - r0 = pxsim_Array__getAt(s.arg0, s.j___72011); + r0 = pxsim_Array__getAt(s.arg0, s.j___87895); s.tmp_3.arg1 = r0; setupLambda(s.tmp_3, s.tmp_3.argL); s.callLocIdx = 0; s.pc = 12; return s.tmp_3; @@ -3278,21 +3278,21 @@ switch (step) { s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 7; continue; } - s.tmp_4 = helpers_swap__P69237_mk(s); + s.tmp_4 = helpers_swap__P85121_mk(s); s.tmp_4.arg0 = s.arg0; - s.tmp_4.arg1 = s.i___72005; - s.tmp_4.arg2 = s.j___72011; + s.tmp_4.arg1 = s.i___87889; + s.tmp_4.arg2 = s.j___87895; s.callLocIdx = 1; s.pc = 13; return s.tmp_4; case 13: r0 = s.retval; case 7: case 8: - r0 = (s.j___72011 + 1); - s.j___72011 = (r0); + r0 = (s.j___87895 + 1); + s.j___87895 = (r0); { step = 6; continue; } case 9: - r0 = (s.i___72005 + 1); - s.i___72005 = (r0); + r0 = (s.i___87889 + 1); + s.i___87889 = (r0); { step = 5; continue; } case 10: r0 = s.arg0; @@ -3300,21 +3300,21 @@ switch (step) { return leave(s, r0) default: oops() } } } -helpers_sortHelper__P69238.info = {"start":5176,"length":481,"line":191,"column":4,"endLine":205,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"sortHelper","argumentNames":["arr","callbackfn"]} +helpers_sortHelper__P85122.info = {"start":5176,"length":481,"line":191,"column":4,"endLine":205,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"sortHelper","argumentNames":["arr","callbackfn"]} -function helpers_sortHelper__P69238_mk(s) { +function helpers_sortHelper__P85122_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_sortHelper__P69238, depth: s.depth + 1, + parent: s, fn: helpers_sortHelper__P85122, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, tmp_4: undefined, - len___72002: undefined, - i___72005: undefined, - j___72011: undefined, + len___87886: undefined, + i___87889: undefined, + j___87895: undefined, arg0: undefined, arg1: undefined, } } @@ -3323,7 +3323,7 @@ function helpers_sortHelper__P69238_mk(s) { -function helpers_swap__P69237(s) { +function helpers_swap__P85121(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -3333,7 +3333,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.temp___72040 = undefined; + s.temp___87924 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -3341,28 +3341,28 @@ switch (step) { s.lambdaArgs = null; } r0 = pxsim_Array__getAt(s.arg0, s.arg1); - s.temp___72040 = (r0); + s.temp___87924 = (r0); s.tmp_0 = r0 = s.arg0; s.tmp_1 = r0 = s.arg1; r0 = pxsim_Array__getAt(s.arg0, s.arg2); s.tmp_2 = r0; r0 = pxsim_Array_.setAt(s.tmp_0, s.tmp_1, s.tmp_2); - r0 = pxsim_Array_.setAt(s.arg0, s.arg2, s.temp___72040); + r0 = pxsim_Array_.setAt(s.arg0, s.arg2, s.temp___87924); r0 = undefined; return leave(s, r0) default: oops() } } } -helpers_swap__P69237.info = {"start":5030,"length":140,"line":185,"column":4,"endLine":189,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"swap","argumentNames":["arr","i","j"]} +helpers_swap__P85121.info = {"start":5030,"length":140,"line":185,"column":4,"endLine":189,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"swap","argumentNames":["arr","i","j"]} -function helpers_swap__P69237_mk(s) { +function helpers_swap__P85121_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_swap__P69237, depth: s.depth + 1, + parent: s, fn: helpers_swap__P85121, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - temp___72040: undefined, + temp___87924: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -3372,7 +3372,7 @@ function helpers_swap__P69237_mk(s) { -function particles_init__P69994(s) { +function particles_init__P85878(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -3382,33 +3382,33 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.scene___72057 = undefined; - s.tmp_0 = game_currentScene__P68290_mk(s); + s.scene___87941 = undefined; + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 1048; s.pc = 4; return s.tmp_0; case 4: r0 = s.retval; - s.scene___72057 = (r0); - r0 = s.scene___72057.fields["particleSources"]; + s.scene___87941 = (r0); + r0 = s.scene___87941.fields["particleSources"]; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } { step = 3; continue; } case 1: case 2: - s.tmp_1 = r0 = s.scene___72057; + s.tmp_1 = r0 = s.scene___87941; r0 = pxsim_Array__mk(); s.tmp_2 = r0; r0 = (s.tmp_1).fields["particleSources"] = (s.tmp_2); r0 = pxsim.control.millis(); - globals.lastUpdate___69989 = (r0); - s.tmp_0 = game_onUpdate__P68301_mk(s); - s.tmp_0.arg0 = particles_updateParticles__P69995; + globals.lastUpdate___85873 = (r0); + s.tmp_0 = game_onUpdate__P84185_mk(s); + s.tmp_0.arg0 = particles_updateParticles__P85879; s.callLocIdx = 1049; s.pc = 5; return s.tmp_0; case 5: r0 = s.retval; - s.tmp_0 = game_onUpdateInterval__P68302_mk(s); + s.tmp_0 = game_onUpdateInterval__P84186_mk(s); s.tmp_0.arg0 = 250; - s.tmp_0.arg1 = particles_pruneParticles__P69996; + s.tmp_0.arg1 = particles_pruneParticles__P85880; s.callLocIdx = 1050; s.pc = 6; return s.tmp_0; case 6: r0 = s.retval; @@ -3417,24 +3417,24 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_init__P69994.info = {"start":9219,"length":276,"line":303,"column":4,"endLine":310,"endColumn":5,"fileName":"pxt_modules/game/particles.ts","functionName":"init","argumentNames":[]} +particles_init__P85878.info = {"start":9219,"length":276,"line":303,"column":4,"endLine":310,"endColumn":5,"fileName":"pxt_modules/game/particles.ts","functionName":"init","argumentNames":[]} -function particles_init__P69994_mk(s) { +function particles_init__P85878_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_init__P69994, depth: s.depth + 1, + parent: s, fn: particles_init__P85878, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - scene___72057: undefined, + scene___87941: undefined, } } -function particles_pruneParticles__P69996(s) { +function particles_pruneParticles__P85880(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -3444,25 +3444,25 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.sources___72072 = undefined; - s.tmp_0 = particles_particleSources__P70000_mk(s); + s.sources___87956 = undefined; + s.tmp_0 = particles_particleSources__P85884_mk(s); s.callLocIdx = 1054; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; - s.sources___72072 = (r0); - r0 = pxsim_numops_toBoolDecr(s.sources___72072); + s.sources___87956 = (r0); + r0 = pxsim_numops_toBoolDecr(s.sources___87956); if (!r0) { step = 1; continue; } - s.tmp_0 = helpers_arrayForEach__P65865_mk(s); - s.tmp_1 = helpers_arraySlice__P65871_mk(s); - s.tmp_1.arg0 = s.sources___72072; + s.tmp_0 = helpers_arrayForEach__P81749_mk(s); + s.tmp_1 = helpers_arraySlice__P81755_mk(s); + s.tmp_1.arg0 = s.sources___87956; s.tmp_1.arg1 = 0; - r0 = pxsim_Array__length(s.sources___72072); + r0 = pxsim_Array__length(s.sources___87956); s.tmp_1.arg2 = r0; s.callLocIdx = 1055; s.pc = 5; return s.tmp_1; case 5: r0 = s.retval; s.tmp_0.arg0 = r0; - s.tmp_0.arg1 = inline__P72081; + s.tmp_0.arg1 = inline__P87965; s.callLocIdx = 1057; s.pc = 4; return s.tmp_0; case 4: r0 = s.retval; @@ -3472,23 +3472,23 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_pruneParticles__P69996.info = {"start":9847,"length":156,"line":326,"column":4,"endLine":329,"endColumn":5,"fileName":"pxt_modules/game/particles.ts","functionName":"pruneParticles","argumentNames":[]} +particles_pruneParticles__P85880.info = {"start":9847,"length":156,"line":326,"column":4,"endLine":329,"endColumn":5,"fileName":"pxt_modules/game/particles.ts","functionName":"pruneParticles","argumentNames":[]} -function particles_pruneParticles__P69996_mk(s) { +function particles_pruneParticles__P85880_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_pruneParticles__P69996, depth: s.depth + 1, + parent: s, fn: particles_pruneParticles__P85880, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, - sources___72072: undefined, + sources___87956: undefined, } } -function inline__P72081(s) { +function inline__P87965(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -3502,7 +3502,7 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = particles_ParticleSource__prune__P68444_mk(s); + s.tmp_0 = particles_ParticleSource__prune__P84328_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 1056; s.pc = 1; return s.tmp_0; case 1: @@ -3511,12 +3511,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P72081.info = {"start":9980,"length":15,"line":328,"column":62,"endLine":328,"endColumn":77,"fileName":"pxt_modules/game/particles.ts","functionName":"inline","argumentNames":["s"]} +inline__P87965.info = {"start":9980,"length":15,"line":328,"column":62,"endLine":328,"endColumn":77,"fileName":"pxt_modules/game/particles.ts","functionName":"inline","argumentNames":["s"]} -function inline__P72081_mk(s) { +function inline__P87965_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P72081, depth: s.depth + 1, + parent: s, fn: inline__P87965, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -3526,7 +3526,7 @@ function inline__P72081_mk(s) { -function particles_ParticleSource__prune__P68444(s) { +function particles_ParticleSource__prune__P84328(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -3536,15 +3536,15 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.scene___71869 = undefined; - s.sources___71877 = undefined; - s.current___71891 = undefined; + s.scene___87753 = undefined; + s.sources___87761 = undefined; + s.current___87775 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ParticleSource__C68436_VT)) failedCast(r0); + if (!checkSubtype(r0, particles_ParticleSource__C84320_VT)) failedCast(r0); case 1: r0 = s.arg0.fields["head"]; s.tmp_0 = r0; @@ -3587,36 +3587,36 @@ switch (step) { s.tmp_4 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_4); if (!r0) { step = 13; continue; } - s.tmp_5 = game_currentScene__P68290_mk(s); + s.tmp_5 = game_currentScene__P84174_mk(s); s.callLocIdx = 1029; s.pc = 21; return s.tmp_5; case 21: r0 = s.retval; - s.scene___71869 = (r0); - r0 = pxsim_numops_toBoolDecr(s.scene___71869); + s.scene___87753 = (r0); + r0 = pxsim_numops_toBoolDecr(s.scene___87753); if (!r0) { step = 7; continue; } - r0 = s.scene___71869.fields["allSprites"]; + r0 = s.scene___87753.fields["allSprites"]; s.tmp_0 = r0; r0 = pxsim_Array_.removeElement(s.tmp_0, s.arg0); case 7: case 8: - s.tmp_0 = particles_particleSources__P70000_mk(s); + s.tmp_0 = particles_particleSources__P85884_mk(s); s.callLocIdx = 1030; s.pc = 22; return s.tmp_0; case 22: r0 = s.retval; - s.sources___71877 = (r0); - s.tmp_0 = r0 = s.sources___71877; + s.sources___87761 = (r0); + s.tmp_0 = r0 = s.sources___87761; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 9; continue; } r0 = s.tmp_0; { step = 10; continue; } case 9: - r0 = pxsim_Array__length(s.sources___71877); + r0 = pxsim_Array__length(s.sources___87761); case 10: // jmp value (already in r0) s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 11; continue; } - r0 = pxsim_Array_.removeElement(s.sources___71877, s.arg0); + r0 = pxsim_Array_.removeElement(s.sources___87761, s.arg0); case 11: case 12: r0 = s.arg0.fields["anchor"]; @@ -3625,35 +3625,35 @@ switch (step) { case 13: case 14: r0 = s.arg0.fields["head"]; - s.current___71891 = (r0); + s.current___87775 = (r0); case 15: - s.tmp_0 = r0 = s.current___71891; + s.tmp_0 = r0 = s.current___87775; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 16; continue; } r0 = s.tmp_0; { step = 17; continue; } case 16: - r0 = s.current___71891.fields["next"]; + r0 = s.current___87775.fields["next"]; case 17: // jmp value (already in r0) s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 20; continue; } - r0 = s.current___71891.fields["next"]; + r0 = s.current___87775.fields["next"]; r0 = r0.fields["lifespan"]; s.tmp_3 = r0; r0 = (s.tmp_3 <= 0); s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); if (!r0) { step = 18; continue; } - r0 = s.current___71891.fields["next"]; + r0 = s.current___87775.fields["next"]; r0 = r0.fields["next"]; s.tmp_4 = r0; - r0 = (s.current___71891).fields["next"] = (s.tmp_4); + r0 = (s.current___87775).fields["next"] = (s.tmp_4); { step = 19; continue; } case 18: - r0 = s.current___71891.fields["next"]; - s.current___71891 = (r0); + r0 = s.current___87775.fields["next"]; + s.current___87775 = (r0); case 19: { step = 15; continue; } case 20: @@ -3661,12 +3661,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_ParticleSource__prune__P68444.info = {"start":5087,"length":830,"line":165,"column":8,"endLine":188,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"_prune","argumentNames":["this"]} +particles_ParticleSource__prune__P84328.info = {"start":5087,"length":830,"line":165,"column":8,"endLine":188,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"_prune","argumentNames":["this"]} -function particles_ParticleSource__prune__P68444_mk(s) { +function particles_ParticleSource__prune__P84328_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ParticleSource__prune__P68444, depth: s.depth + 1, + parent: s, fn: particles_ParticleSource__prune__P84328, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -3674,9 +3674,9 @@ function particles_ParticleSource__prune__P68444_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - scene___71869: undefined, - sources___71877: undefined, - current___71891: undefined, + scene___87753: undefined, + sources___87761: undefined, + current___87775: undefined, arg0: undefined, } } @@ -3684,7 +3684,7 @@ function particles_ParticleSource__prune__P68444_mk(s) { -function helpers_arraySlice__P65871(s) { +function helpers_arraySlice__P81755(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -3694,9 +3694,9 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.res___72088 = undefined; - s.len___72090 = undefined; - s.i___72124 = undefined; + s.res___87972 = undefined; + s.len___87974 = undefined; + s.i___88008 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -3704,9 +3704,9 @@ switch (step) { s.lambdaArgs = null; } r0 = pxsim_Array__mk(); - s.res___72088 = (r0); + s.res___87972 = (r0); r0 = pxsim_Array__length(s.arg0); - s.len___72090 = (r0); + s.len___87974 = (r0); r0 = (s.arg1 === undefined); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); @@ -3718,8 +3718,8 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 2; continue; } - s.tmp_1 = Math_max__P65885_mk(s); - r0 = (s.len___72090 + s.arg1); + s.tmp_1 = Math_max__P81769_mk(s); + r0 = (s.len___87974 + s.arg1); s.tmp_1.arg0 = r0; s.tmp_1.arg1 = 0; s.callLocIdx = 8; s.pc = 16; return s.tmp_1; @@ -3729,11 +3729,11 @@ switch (step) { case 2: case 3: case 4: - r0 = (s.arg1 > s.len___72090); + r0 = (s.arg1 > s.len___87974); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 5; continue; } - r0 = s.res___72088; + r0 = s.res___87972; { step = 15; continue; } case 5: case 6: @@ -3741,57 +3741,57 @@ switch (step) { s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 7; continue; } - s.arg2 = (s.len___72090); + s.arg2 = (s.len___87974); { step = 10; continue; } case 7: r0 = (s.arg2 < 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 8; continue; } - r0 = (s.len___72090 + s.arg2); + r0 = (s.len___87974 + s.arg2); s.arg2 = (r0); case 8: case 9: case 10: - r0 = (s.arg2 > s.len___72090); + r0 = (s.arg2 > s.len___87974); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 11; continue; } - s.arg2 = (s.len___72090); + s.arg2 = (s.len___87974); case 11: case 12: - s.i___72124 = (s.arg1); + s.i___88008 = (s.arg1); case 13: - r0 = (s.i___72124 < s.arg2); + r0 = (s.i___88008 < s.arg2); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 14; continue; } - s.tmp_1 = r0 = s.res___72088; - r0 = pxsim_Array__getAt(s.arg0, s.i___72124); + s.tmp_1 = r0 = s.res___87972; + r0 = pxsim_Array__getAt(s.arg0, s.i___88008); s.tmp_2 = r0; r0 = pxsim_Array__push(s.tmp_1, s.tmp_2); - r0 = (s.i___72124 + 1); - s.i___72124 = (r0); + r0 = (s.i___88008 + 1); + s.i___88008 = (r0); { step = 13; continue; } case 14: - r0 = s.res___72088; + r0 = s.res___87972; case 15: return leave(s, r0) default: oops() } } } -helpers_arraySlice__P65871.info = {"start":9027,"length":690,"line":303,"column":4,"endLine":328,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arraySlice","argumentNames":["arr","start","end"]} +helpers_arraySlice__P81755.info = {"start":9027,"length":690,"line":303,"column":4,"endLine":328,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arraySlice","argumentNames":["arr","start","end"]} -function helpers_arraySlice__P65871_mk(s) { +function helpers_arraySlice__P81755_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_arraySlice__P65871, depth: s.depth + 1, + parent: s, fn: helpers_arraySlice__P81755, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - res___72088: undefined, - len___72090: undefined, - i___72124: undefined, + res___87972: undefined, + len___87974: undefined, + i___88008: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -3801,7 +3801,7 @@ function helpers_arraySlice__P65871_mk(s) { -function Math_max__P65885(s) { +function Math_max__P81769(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -3829,12 +3829,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Math_max__P65885.info = {"start":16099,"length":105,"line":542,"column":4,"endLine":545,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"max","argumentNames":["a","b"]} +Math_max__P81769.info = {"start":16099,"length":105,"line":542,"column":4,"endLine":545,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"max","argumentNames":["a","b"]} -function Math_max__P65885_mk(s) { +function Math_max__P81769_mk(s) { checkStack(s.depth); return { - parent: s, fn: Math_max__P65885, depth: s.depth + 1, + parent: s, fn: Math_max__P81769, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -3845,7 +3845,7 @@ function Math_max__P65885_mk(s) { -function helpers_arrayForEach__P65865(s) { +function helpers_arrayForEach__P81749(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -3855,49 +3855,49 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.len___72148 = undefined; - s.i___72151 = undefined; + s.len___88032 = undefined; + s.i___88035 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = pxsim_Array__length(s.arg0); - s.len___72148 = (r0); - s.i___72151 = (0); + s.len___88032 = (r0); + s.i___88035 = (0); case 1: - r0 = (s.i___72151 < s.len___72148); + r0 = (s.i___88035 < s.len___88032); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 2; continue; } s.tmp_1 = lambda_3_mk(s); s.tmp_1.argL = s.arg1; - r0 = pxsim_Array__getAt(s.arg0, s.i___72151); + r0 = pxsim_Array__getAt(s.arg0, s.i___88035); s.tmp_1.arg0 = r0; - s.tmp_1.arg1 = s.i___72151; + s.tmp_1.arg1 = s.i___88035; setupLambda(s.tmp_1, s.tmp_1.argL); s.callLocIdx = 5; s.pc = 3; return s.tmp_1; case 3: r0 = s.retval; - r0 = (s.i___72151 + 1); - s.i___72151 = (r0); + r0 = (s.i___88035 + 1); + s.i___88035 = (r0); { step = 1; continue; } case 2: r0 = undefined; return leave(s, r0) default: oops() } } } -helpers_arrayForEach__P65865.info = {"start":7439,"length":250,"line":254,"column":4,"endLine":259,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arrayForEach","argumentNames":["arr","callbackfn"]} +helpers_arrayForEach__P81749.info = {"start":7439,"length":250,"line":254,"column":4,"endLine":259,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arrayForEach","argumentNames":["arr","callbackfn"]} -function helpers_arrayForEach__P65865_mk(s) { +function helpers_arrayForEach__P81749_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_arrayForEach__P65865, depth: s.depth + 1, + parent: s, fn: helpers_arrayForEach__P81749, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, - len___72148: undefined, - i___72151: undefined, + len___88032: undefined, + i___88035: undefined, arg0: undefined, arg1: undefined, } } @@ -3906,7 +3906,7 @@ function helpers_arrayForEach__P65865_mk(s) { -function particles_updateParticles__P69995(s) { +function particles_updateParticles__P85879(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -3916,16 +3916,16 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.sources___72550 = undefined; - s.time___72557 = undefined; - s.dt___72560 = undefined; - s.i___72566 = undefined; - s.tmp_0 = particles_particleSources__P70000_mk(s); + s.sources___88434 = undefined; + s.time___88441 = undefined; + s.dt___88444 = undefined; + s.i___88450 = undefined; + s.tmp_0 = particles_particleSources__P85884_mk(s); s.callLocIdx = 1051; s.pc = 6; return s.tmp_0; case 6: r0 = s.retval; - s.sources___72550 = (r0); - r0 = pxsim_numops_toBoolDecr(s.sources___72550); + s.sources___88434 = (r0); + r0 = pxsim_numops_toBoolDecr(s.sources___88434); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; @@ -3934,34 +3934,34 @@ switch (step) { { step = 5; continue; } case 1: case 2: - s.tmp_2 = particles_sortSources__P69997_mk(s); - s.tmp_2.arg0 = s.sources___72550; + s.tmp_2 = particles_sortSources__P85881_mk(s); + s.tmp_2.arg0 = s.sources___88434; s.callLocIdx = 1052; s.pc = 7; return s.tmp_2; case 7: r0 = s.retval; r0 = pxsim.control.millis(); - s.time___72557 = (r0); - r0 = (s.time___72557 - globals.lastUpdate___69989); - s.dt___72560 = (r0); - globals.lastUpdate___69989 = (s.time___72557); - s.i___72566 = (0); + s.time___88441 = (r0); + r0 = (s.time___88441 - globals.lastUpdate___85873); + s.dt___88444 = (r0); + globals.lastUpdate___85873 = (s.time___88441); + s.i___88450 = (0); case 3: - s.tmp_1 = r0 = s.i___72566; - r0 = pxsim_Array__length(s.sources___72550); + s.tmp_1 = r0 = s.i___88450; + r0 = pxsim_Array__length(s.sources___88434); s.tmp_2 = r0; r0 = (s.tmp_1 < s.tmp_2); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 4; continue; } - s.tmp_3 = particles_ParticleSource__update__P68443_mk(s); - r0 = pxsim_Array__getAt(s.sources___72550, s.i___72566); + s.tmp_3 = particles_ParticleSource__update__P84327_mk(s); + r0 = pxsim_Array__getAt(s.sources___88434, s.i___88450); s.tmp_3.arg0 = r0; - s.tmp_3.arg1 = s.dt___72560; + s.tmp_3.arg1 = s.dt___88444; s.callLocIdx = 1053; s.pc = 8; return s.tmp_3; case 8: r0 = s.retval; - r0 = (s.i___72566 + 1); - s.i___72566 = (r0); + r0 = (s.i___88450 + 1); + s.i___88450 = (r0); { step = 3; continue; } case 4: case 5: @@ -3969,28 +3969,28 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_updateParticles__P69995.info = {"start":9501,"length":340,"line":312,"column":4,"endLine":324,"endColumn":5,"fileName":"pxt_modules/game/particles.ts","functionName":"updateParticles","argumentNames":[]} +particles_updateParticles__P85879.info = {"start":9501,"length":340,"line":312,"column":4,"endLine":324,"endColumn":5,"fileName":"pxt_modules/game/particles.ts","functionName":"updateParticles","argumentNames":[]} -function particles_updateParticles__P69995_mk(s) { +function particles_updateParticles__P85879_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_updateParticles__P69995, depth: s.depth + 1, + parent: s, fn: particles_updateParticles__P85879, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, - sources___72550: undefined, - time___72557: undefined, - dt___72560: undefined, - i___72566: undefined, + sources___88434: undefined, + time___88441: undefined, + dt___88444: undefined, + i___88450: undefined, } } -function particles_ParticleSource__update__P68443(s) { +function particles_ParticleSource__update__P84327(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -4000,16 +4000,16 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.p___72629 = undefined; - s.current___72648 = undefined; - s.fixedDt___72656 = undefined; + s.p___88513 = undefined; + s.current___88532 = undefined; + s.fixedDt___88540 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ParticleSource__C68436_VT)) failedCast(r0); + if (!checkSubtype(r0, particles_ParticleSource__C84320_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; r0 = s.tmp_0.fields["timer"]; s.tmp_2 = r0; @@ -4035,7 +4035,7 @@ switch (step) { r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } r0 = (s.arg0).fields["lifespan"] = (undefined); - s.tmp_0 = particles_ParticleSource_destroy__P68450_mk(s); + s.tmp_0 = particles_ParticleSource_destroy__P84334_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 1024; s.pc = 28; return s.tmp_0; case 28: @@ -4108,7 +4108,7 @@ switch (step) { r0 = s.tmp_0; { step = 13; continue; } case 12: - s.tmp_2 = particles_ParticleSource_enabled__P68448_mk(s); + s.tmp_2 = particles_ParticleSource_enabled__P84332_mk(s); s.tmp_2.arg0 = s.arg0; s.callLocIdx = 1027; s.pc = 31; return s.tmp_2; case 31: @@ -4126,18 +4126,18 @@ switch (step) { r0 = (s.tmp_6 + s.tmp_7); s.tmp_5 = r0; r0 = (s.tmp_4).fields["timer"] = (s.tmp_5); - s.tmp_0 = particles_ParticleFactory__C68472_v0_2_mk(s); + s.tmp_0 = particles_ParticleFactory__C84356_v0_2_mk(s); r0 = s.arg0.fields["_factory"]; s.tmp_0.arg0 = r0; r0 = s.arg0.fields["anchor"]; s.tmp_0.arg1 = r0; - if (!checkSubtype(s.tmp_0.arg0, particles_ParticleFactory__C68472_VT)) failedCast(s.tmp_0.arg0); + if (!checkSubtype(s.tmp_0.arg0, particles_ParticleFactory__C84356_VT)) failedCast(s.tmp_0.arg0); s.tmp_0.fn = s.tmp_0.arg0.vtable.methods.createParticle; s.pc = 32; return s.tmp_0; case 32: r0 = s.retval; - s.p___72629 = (r0); - r0 = pxsim_numops_toBoolDecr(s.p___72629); + s.p___88513 = (r0); + r0 = pxsim_numops_toBoolDecr(s.p___88513); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; @@ -4148,8 +4148,8 @@ switch (step) { case 15: r0 = s.arg0.fields["head"]; s.tmp_2 = r0; - r0 = (s.p___72629).fields["next"] = (s.tmp_2); - r0 = (s.arg0).fields["head"] = (s.p___72629); + r0 = (s.p___88513).fields["next"] = (s.tmp_2); + r0 = (s.arg0).fields["head"] = (s.p___88513); { step = 11; continue; } case 16: r0 = s.arg0.fields["head"]; @@ -4164,7 +4164,7 @@ switch (step) { case 17: case 18: r0 = s.arg0.fields["head"]; - s.current___72648 = (r0); + s.current___88532 = (r0); s.tmp_0 = r0 = s.arg0; r0 = s.tmp_0.fields["_dt"]; s.tmp_2 = r0; @@ -4176,36 +4176,36 @@ switch (step) { r0 = (s.tmp_0 * 256); s.tmp_1 = r0; r0 = (s.tmp_1 | 0); - s.fixedDt___72656 = (r0); - r0 = pxsim_numops_toBoolDecr(s.fixedDt___72656); + s.fixedDt___88540 = (r0); + r0 = pxsim_numops_toBoolDecr(s.fixedDt___88540); if (!r0) { step = 23; continue; } case 19: - r0 = s.current___72648.fields["lifespan"]; + r0 = s.current___88532.fields["lifespan"]; s.tmp_1 = r0; r0 = (s.tmp_1 > 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 20; continue; } - s.tmp_2 = r0 = s.current___72648; + s.tmp_2 = r0 = s.current___88532; r0 = s.tmp_2.fields["lifespan"]; s.tmp_4 = r0; r0 = (s.tmp_4 - s.arg1); s.tmp_3 = r0; r0 = (s.tmp_2).fields["lifespan"] = (s.tmp_3); - s.tmp_0 = particles_ParticleSource__C68436_v4_3_mk(s); + s.tmp_0 = particles_ParticleSource__C84320_v4_3_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_0.arg1 = s.current___72648; - s.tmp_0.arg2 = s.fixedDt___72656; - if (!checkSubtype(s.tmp_0.arg0, particles_ParticleSource__C68436_VT)) failedCast(s.tmp_0.arg0); + s.tmp_0.arg1 = s.current___88532; + s.tmp_0.arg2 = s.fixedDt___88540; + if (!checkSubtype(s.tmp_0.arg0, particles_ParticleSource__C84320_VT)) failedCast(s.tmp_0.arg0); s.tmp_0.fn = s.tmp_0.arg0.vtable.methods.updateParticle; s.pc = 33; return s.tmp_0; case 33: r0 = s.retval; case 20: case 21: - r0 = s.current___72648.fields["next"]; + r0 = s.current___88532.fields["next"]; s.tmp_0 = r0; - s.current___72648 = (r0); + s.current___88532 = (r0); r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 22; continue; } { step = 19; continue; } @@ -4214,15 +4214,15 @@ switch (step) { { step = 26; continue; } case 23: case 24: - s.tmp_0 = r0 = s.current___72648; + s.tmp_0 = r0 = s.current___88532; r0 = s.tmp_0.fields["lifespan"]; s.tmp_2 = r0; r0 = (s.tmp_2 - s.arg1); s.tmp_1 = r0; r0 = (s.tmp_0).fields["lifespan"] = (s.tmp_1); - r0 = s.current___72648.fields["next"]; + r0 = s.current___88532.fields["next"]; s.tmp_0 = r0; - s.current___72648 = (r0); + s.current___88532 = (r0); r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 25; continue; } { step = 24; continue; } @@ -4233,12 +4233,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_ParticleSource__update__P68443.info = {"start":3677,"length":1400,"line":123,"column":8,"endLine":163,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"_update","argumentNames":["this","dt"]} +particles_ParticleSource__update__P84327.info = {"start":3677,"length":1400,"line":123,"column":8,"endLine":163,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"_update","argumentNames":["this","dt"]} -function particles_ParticleSource__update__P68443_mk(s) { +function particles_ParticleSource__update__P84327_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ParticleSource__update__P68443, depth: s.depth + 1, + parent: s, fn: particles_ParticleSource__update__P84327, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -4248,9 +4248,9 @@ function particles_ParticleSource__update__P68443_mk(s) { tmp_5: undefined, tmp_6: undefined, tmp_7: undefined, - p___72629: undefined, - current___72648: undefined, - fixedDt___72656: undefined, + p___88513: undefined, + current___88532: undefined, + fixedDt___88540: undefined, arg0: undefined, arg1: undefined, } } @@ -4259,7 +4259,7 @@ function particles_ParticleSource__update__P68443_mk(s) { -function particles_ParticleSource_updateParticle__P69991(s) { +function particles_ParticleSource_updateParticle__P85875(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -4276,7 +4276,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ParticleSource__C68436_VT)) failedCast(r0); + if (!checkSubtype(r0, particles_ParticleSource__C84320_VT)) failedCast(r0); r0 = (s.arg2 >> 10); s.arg2 = (r0); s.tmp_0 = r0 = s.arg1; @@ -4331,12 +4331,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_ParticleSource_updateParticle__P69991.info = {"start":8231,"length":357,"line":276,"column":8,"endLine":284,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"updateParticle","argumentNames":["this","p","fixedDt"]} +particles_ParticleSource_updateParticle__P85875.info = {"start":8231,"length":357,"line":276,"column":8,"endLine":284,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"updateParticle","argumentNames":["this","p","fixedDt"]} -function particles_ParticleSource_updateParticle__P69991_mk(s) { +function particles_ParticleSource_updateParticle__P85875_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ParticleSource_updateParticle__P69991, depth: s.depth + 1, + parent: s, fn: particles_ParticleSource_updateParticle__P85875, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -4353,7 +4353,7 @@ function particles_ParticleSource_updateParticle__P69991_mk(s) { -function Fx_rightShift__P65924(s) { +function Fx_rightShift__P81808(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -4372,12 +4372,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Fx_rightShift__P65924.info = {"start":2031,"length":108,"line":65,"column":4,"endLine":67,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"rightShift","argumentNames":["a","n"]} +Fx_rightShift__P81808.info = {"start":2031,"length":108,"line":65,"column":4,"endLine":67,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"rightShift","argumentNames":["a","n"]} -function Fx_rightShift__P65924_mk(s) { +function Fx_rightShift__P81808_mk(s) { checkStack(s.depth); return { - parent: s, fn: Fx_rightShift__P65924, depth: s.depth + 1, + parent: s, fn: Fx_rightShift__P81808, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -4387,7 +4387,7 @@ function Fx_rightShift__P65924_mk(s) { -function Fx_mul__P65915(s) { +function Fx_mul__P81799(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -4408,12 +4408,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Fx_mul__P65915.info = {"start":872,"length":133,"line":29,"column":4,"endLine":31,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"mul","argumentNames":["a","b"]} +Fx_mul__P81799.info = {"start":872,"length":133,"line":29,"column":4,"endLine":31,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"mul","argumentNames":["a","b"]} -function Fx_mul__P65915_mk(s) { +function Fx_mul__P81799_mk(s) { checkStack(s.depth); return { - parent: s, fn: Fx_mul__P65915, depth: s.depth + 1, + parent: s, fn: Fx_mul__P81799, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -4424,7 +4424,7 @@ function Fx_mul__P65915_mk(s) { -function Fx_add__P65912(s) { +function Fx_add__P81796(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -4443,12 +4443,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Fx_add__P65912.info = {"start":511,"length":118,"line":20,"column":4,"endLine":22,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"add","argumentNames":["a","b"]} +Fx_add__P81796.info = {"start":511,"length":118,"line":20,"column":4,"endLine":22,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"add","argumentNames":["a","b"]} -function Fx_add__P65912_mk(s) { +function Fx_add__P81796_mk(s) { checkStack(s.depth); return { - parent: s, fn: Fx_add__P65912, depth: s.depth + 1, + parent: s, fn: Fx_add__P81796, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -4458,7 +4458,7 @@ function Fx_add__P65912_mk(s) { -function particles_ParticleFactory_createParticle__P68474(s) { +function particles_ParticleFactory_createParticle__P84358(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -4468,17 +4468,17 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.p___72753 = undefined; + s.p___88637 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ParticleFactory__C68472_VT)) failedCast(r0); - r0 = pxsim_pxtcore_mkClassInstance(particles_Particle__C68417_VT); - s.p___72753 = (r0); - s.tmp_0 = r0 = s.p___72753; + if (!checkSubtype(r0, particles_ParticleFactory__C84356_VT)) failedCast(r0); + r0 = pxsim_pxtcore_mkClassInstance(particles_Particle__C84301_VT); + s.p___88637 = (r0); + s.tmp_0 = r0 = s.p___88637; s.tmp_3 = if_x_1_mk(s); s.tmp_3.arg0 = s.arg1; if (!s.tmp_3.arg0.vtable.iface) { @@ -4497,7 +4497,7 @@ switch (step) { r0 = (s.tmp_4 | 0); s.tmp_1 = r0; r0 = (s.tmp_0).fields["_x"] = (s.tmp_1); - s.tmp_0 = r0 = s.p___72753; + s.tmp_0 = r0 = s.p___88637; s.tmp_3 = if_y_1_mk(s); s.tmp_3.arg0 = s.arg1; if (!s.tmp_3.arg0.vtable.iface) { @@ -4516,26 +4516,26 @@ switch (step) { r0 = (s.tmp_4 | 0); s.tmp_1 = r0; r0 = (s.tmp_0).fields["_y"] = (s.tmp_1); - r0 = (s.p___72753).fields["vx"] = (0); - r0 = (s.p___72753).fields["vy"] = (0); - r0 = (s.p___72753).fields["lifespan"] = (500); - r0 = s.p___72753; + r0 = (s.p___88637).fields["vx"] = (0); + r0 = (s.p___88637).fields["vy"] = (0); + r0 = (s.p___88637).fields["lifespan"] = (500); + r0 = s.p___88637; return leave(s, r0) default: oops() } } } -particles_ParticleFactory_createParticle__P68474.info = {"start":1822,"length":282,"line":67,"column":8,"endLine":77,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"createParticle","argumentNames":["this","anchor"]} +particles_ParticleFactory_createParticle__P84358.info = {"start":1822,"length":282,"line":67,"column":8,"endLine":77,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"createParticle","argumentNames":["this","anchor"]} -function particles_ParticleFactory_createParticle__P68474_mk(s) { +function particles_ParticleFactory_createParticle__P84358_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ParticleFactory_createParticle__P68474, depth: s.depth + 1, + parent: s, fn: particles_ParticleFactory_createParticle__P84358, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, tmp_4: undefined, - p___72753: undefined, + p___88637: undefined, arg0: undefined, arg1: undefined, } } @@ -4544,7 +4544,7 @@ function particles_ParticleFactory_createParticle__P68474_mk(s) { -function game_onUpdateInterval__P68302(s) { +function game_onUpdateInterval__P84186(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -4554,13 +4554,13 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.timer___72172 = undefined; + s.timer___88056 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } - s.tmp_0 = game_init__P69644_mk(s); + s.tmp_0 = game_init__P85528_mk(s); s.tmp_0.arg0 = undefined; s.callLocIdx = 832; s.pc = 6; return s.tmp_0; case 6: @@ -4584,15 +4584,15 @@ switch (step) { case 3: case 4: r0 = pxsim_pxtrt.mklocRef(); - s.timer___72172 = (r0); - r0 = pxsim_pxtrt_stlocRef(s.timer___72172, 0); - r0 = pxsim_pxtcore_mkAction(3, inline__P72176); + s.timer___88056 = (r0); + r0 = pxsim_pxtrt_stlocRef(s.timer___88056, 0); + r0 = pxsim_pxtcore_mkAction(3, inline__P88060); s.tmp_0 = r0; - r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.timer___72172); + r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.timer___88056); r0 = pxsim_pxtrt_stclo(s.tmp_0, 1, s.arg0); r0 = pxsim_pxtrt_stclo(s.tmp_0, 2, s.arg1); - s.tmp_1 = control_EventContext_registerFrameHandler__P66152_mk(s); - s.tmp_2 = game_eventContext__P68293_mk(s); + s.tmp_1 = control_EventContext_registerFrameHandler__P82036_mk(s); + s.tmp_2 = game_eventContext__P84177_mk(s); s.callLocIdx = 833; s.pc = 8; return s.tmp_2; case 8: r0 = s.retval; @@ -4607,17 +4607,17 @@ switch (step) { return leave(s, r0) default: oops() } } } -game_onUpdateInterval__P68302.info = {"start":7929,"length":417,"line":256,"column":4,"endLine":267,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"onUpdateInterval","argumentNames":["period","a"]} +game_onUpdateInterval__P84186.info = {"start":7929,"length":417,"line":256,"column":4,"endLine":267,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"onUpdateInterval","argumentNames":["period","a"]} -function game_onUpdateInterval__P68302_mk(s) { +function game_onUpdateInterval__P84186_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_onUpdateInterval__P68302, depth: s.depth + 1, + parent: s, fn: game_onUpdateInterval__P84186, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - timer___72172: undefined, + timer___88056: undefined, arg0: undefined, arg1: undefined, } } @@ -4626,7 +4626,7 @@ function game_onUpdateInterval__P68302_mk(s) { -function inline__P72176(s) { +function inline__P88060(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -4636,22 +4636,22 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.time___72177 = undefined; - s.tmp_1 = game_currentScene__P68290_mk(s); + s.time___88061 = undefined; + s.tmp_1 = game_currentScene__P84174_mk(s); s.callLocIdx = 834; s.pc = 3; return s.tmp_1; case 3: r0 = s.retval; s.tmp_0 = r0; r0 = s.tmp_0.fields["_millis"]; - s.time___72177 = (r0); + s.time___88061 = (r0); r0 = pxsim_pxtrt_ldlocRef(s.caps[0]); s.tmp_1 = r0; - r0 = (s.tmp_1 <= s.time___72177); + r0 = (s.tmp_1 <= s.time___88061); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } s.tmp_2 = r0 = s.caps[0]; - r0 = (s.time___72177 + s.caps[1]); + r0 = (s.time___88061 + s.caps[1]); s.tmp_3 = r0; r0 = pxsim_pxtrt_stlocRef(s.tmp_2, s.tmp_3); s.tmp_0 = lambda_1_mk(s); @@ -4666,25 +4666,25 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P72176.info = {"start":8159,"length":179,"line":260,"column":81,"endLine":266,"endColumn":9,"fileName":"pxt_modules/game/game.ts","functionName":"inline","argumentNames":[]} +inline__P88060.info = {"start":8159,"length":179,"line":260,"column":81,"endLine":266,"endColumn":9,"fileName":"pxt_modules/game/game.ts","functionName":"inline","argumentNames":[]} -function inline__P72176_mk(s) { +function inline__P88060_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P72176, depth: s.depth + 1, + parent: s, fn: inline__P88060, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, - time___72177: undefined, + time___88061: undefined, } } -function scene_Scene_millis__P68201(s) { +function scene_Scene_millis__P84085(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -4699,17 +4699,17 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Scene__C68177_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Scene__C84061_VT)) failedCast(r0); r0 = s.arg0.fields["_millis"]; return leave(s, r0) default: oops() } } } -scene_Scene_millis__P68201.info = {"start":6788,"length":61,"line":189,"column":8,"endLine":191,"endColumn":9,"fileName":"pxt_modules/game/scene.ts","functionName":"millis","argumentNames":["this"]} +scene_Scene_millis__P84085.info = {"start":6788,"length":61,"line":189,"column":8,"endLine":191,"endColumn":9,"fileName":"pxt_modules/game/scene.ts","functionName":"millis","argumentNames":["this"]} -function scene_Scene_millis__P68201_mk(s) { +function scene_Scene_millis__P84085_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Scene_millis__P68201, depth: s.depth + 1, + parent: s, fn: scene_Scene_millis__P84085, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -4718,7 +4718,7 @@ function scene_Scene_millis__P68201_mk(s) { -function control_EventContext_registerFrameHandler__P66152(s) { +function control_EventContext_registerFrameHandler__P82036(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -4728,8 +4728,8 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.fn___72204 = undefined; - s.i___72213 = undefined; + s.fn___88088 = undefined; + s.i___88097 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -4737,7 +4737,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, control_EventContext__C66144_VT)) failedCast(r0); + if (!checkSubtype(r0, control_EventContext__C82028_VT)) failedCast(r0); r0 = s.arg0.fields["frameCallbacks"]; s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); @@ -4750,20 +4750,20 @@ switch (step) { r0 = pxsim_Array__mk(); s.tmp_4 = r0; r0 = (s.tmp_3).fields["frameCallbacks"] = (s.tmp_4); - s.tmp_0 = control_EventContext_registerFrameCallbacks__P69311_mk(s); + s.tmp_0 = control_EventContext_registerFrameCallbacks__P85195_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 51; s.pc = 8; return s.tmp_0; case 8: r0 = s.retval; case 1: case 2: - r0 = pxsim_pxtcore_mkClassInstance(control_FrameCallback__C66141_VT); - s.fn___72204 = (r0); - r0 = (s.fn___72204).fields["order"] = (s.arg1); - r0 = (s.fn___72204).fields["handler"] = (s.arg2); - s.i___72213 = (0); + r0 = pxsim_pxtcore_mkClassInstance(control_FrameCallback__C82025_VT); + s.fn___88088 = (r0); + r0 = (s.fn___88088).fields["order"] = (s.arg1); + r0 = (s.fn___88088).fields["handler"] = (s.arg2); + s.i___88097 = (0); case 3: - s.tmp_1 = r0 = s.i___72213; + s.tmp_1 = r0 = s.i___88097; r0 = s.arg0.fields["frameCallbacks"]; s.tmp_3 = r0; r0 = pxsim_Array__length(s.tmp_3); @@ -4774,7 +4774,7 @@ switch (step) { if (!r0) { step = 6; continue; } r0 = s.arg0.fields["frameCallbacks"]; s.tmp_6 = r0; - r0 = pxsim_Array__getAt(s.tmp_6, s.i___72213); + r0 = pxsim_Array__getAt(s.tmp_6, s.i___88097); r0 = r0.fields["order"]; s.tmp_5 = r0; r0 = (s.tmp_5 > s.arg1); @@ -4783,29 +4783,29 @@ switch (step) { if (!r0) { step = 4; continue; } r0 = s.arg0.fields["frameCallbacks"]; s.tmp_7 = r0; - r0 = pxsim_Array_.insertAt(s.tmp_7, s.i___72213, s.fn___72204); - r0 = s.fn___72204; + r0 = pxsim_Array_.insertAt(s.tmp_7, s.i___88097, s.fn___88088); + r0 = s.fn___88088; { step = 7; continue; } case 4: case 5: - r0 = (s.i___72213 + 1); - s.i___72213 = (r0); + r0 = (s.i___88097 + 1); + s.i___88097 = (r0); { step = 3; continue; } case 6: r0 = s.arg0.fields["frameCallbacks"]; s.tmp_0 = r0; - r0 = pxsim_Array__push(s.tmp_0, s.fn___72204); - r0 = s.fn___72204; + r0 = pxsim_Array__push(s.tmp_0, s.fn___88088); + r0 = s.fn___88088; case 7: return leave(s, r0) default: oops() } } } -control_EventContext_registerFrameHandler__P66152.info = {"start":4675,"length":643,"line":143,"column":8,"endLine":160,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"registerFrameHandler","argumentNames":["this","order","handler"]} +control_EventContext_registerFrameHandler__P82036.info = {"start":4675,"length":643,"line":143,"column":8,"endLine":160,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"registerFrameHandler","argumentNames":["this","order","handler"]} -function control_EventContext_registerFrameHandler__P66152_mk(s) { +function control_EventContext_registerFrameHandler__P82036_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_EventContext_registerFrameHandler__P66152, depth: s.depth + 1, + parent: s, fn: control_EventContext_registerFrameHandler__P82036, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -4815,8 +4815,8 @@ function control_EventContext_registerFrameHandler__P66152_mk(s) { tmp_5: undefined, tmp_6: undefined, tmp_7: undefined, - fn___72204: undefined, - i___72213: undefined, + fn___88088: undefined, + i___88097: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -4826,7 +4826,7 @@ function control_EventContext_registerFrameHandler__P66152_mk(s) { -function control_EventContext_registerFrameCallbacks__P69311(s) { +function control_EventContext_registerFrameCallbacks__P85195(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -4836,13 +4836,13 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.worker___72247 = undefined; + s.worker___88131 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, control_EventContext__C66144_VT)) failedCast(r0); + if (!checkSubtype(r0, control_EventContext__C82028_VT)) failedCast(r0); r0 = s.arg0.fields["frameCallbacks"]; s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); @@ -4855,28 +4855,28 @@ switch (step) { case 1: case 2: r0 = s.arg0.fields["frameWorker"]; - s.worker___72247 = (r0); - r0 = pxsim_pxtcore_mkAction(2, inline__P72253); + s.worker___88131 = (r0); + r0 = pxsim_pxtcore_mkAction(2, inline__P88137); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - r0 = pxsim_pxtrt_stclo(s.tmp_0, 1, s.worker___72247); + r0 = pxsim_pxtrt_stclo(s.tmp_0, 1, s.worker___88131); r0 = pxsim.control.runInParallel(s.tmp_0); case 3: r0 = undefined; return leave(s, r0) default: oops() } } } -control_EventContext_registerFrameCallbacks__P69311.info = {"start":3481,"length":895,"line":105,"column":8,"endLine":129,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"registerFrameCallbacks","argumentNames":["this"]} +control_EventContext_registerFrameCallbacks__P85195.info = {"start":3481,"length":895,"line":105,"column":8,"endLine":129,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"registerFrameCallbacks","argumentNames":["this"]} -function control_EventContext_registerFrameCallbacks__P69311_mk(s) { +function control_EventContext_registerFrameCallbacks__P85195_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_EventContext_registerFrameCallbacks__P69311, depth: s.depth + 1, + parent: s, fn: control_EventContext_registerFrameCallbacks__P85195, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - worker___72247: undefined, + worker___88131: undefined, arg0: undefined, } } @@ -4884,7 +4884,7 @@ function control_EventContext_registerFrameCallbacks__P69311_mk(s) { -function inline__P72253(s) { +function inline__P88137(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -4894,15 +4894,15 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.delay___72283 = undefined; + s.delay___88167 = undefined; r0 = s.caps[0].fields["runningCallbacks"]; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - r0 = pxsim_pxtcore_mkAction(1, inline__P72259); + r0 = pxsim_pxtcore_mkAction(1, inline__P88143); s.tmp_1 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_1, 0, s.caps[0]); - s.tmp_2 = pauseUntil__P66116_mk(s); + s.tmp_2 = pauseUntil__P82000_mk(s); s.tmp_2.arg0 = s.tmp_1; s.tmp_2.arg1 = undefined; s.callLocIdx = 45; s.pc = 5; return s.tmp_2; @@ -4925,14 +4925,14 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 4; continue; } - s.tmp_2 = control_EventContext_runCallbacks__P69310_mk(s); + s.tmp_2 = control_EventContext_runCallbacks__P85194_mk(s); s.tmp_2.arg0 = s.caps[0]; s.callLocIdx = 46; s.pc = 6; return s.tmp_2; case 6: r0 = s.retval; - s.delay___72283 = (r0); - s.tmp_0 = pause__P66162_mk(s); - s.tmp_0.arg0 = s.delay___72283; + s.delay___88167 = (r0); + s.tmp_0 = pause__P82046_mk(s); + s.tmp_0.arg0 = s.delay___88167; s.callLocIdx = 47; s.pc = 7; return s.tmp_0; case 7: r0 = s.retval; @@ -4943,24 +4943,24 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P72253.info = {"start":3642,"length":723,"line":109,"column":34,"endLine":128,"endColumn":13,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"inline","argumentNames":[]} +inline__P88137.info = {"start":3642,"length":723,"line":109,"column":34,"endLine":128,"endColumn":13,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"inline","argumentNames":[]} -function inline__P72253_mk(s) { +function inline__P88137_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P72253, depth: s.depth + 1, + parent: s, fn: inline__P88137, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - delay___72283: undefined, + delay___88167: undefined, } } -function inline__P72259(s) { +function inline__P88143(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -4978,12 +4978,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P72259.info = {"start":3873,"length":28,"line":113,"column":31,"endLine":113,"endColumn":59,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"inline","argumentNames":[]} +inline__P88143.info = {"start":3873,"length":28,"line":113,"column":31,"endLine":113,"endColumn":59,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"inline","argumentNames":[]} -function inline__P72259_mk(s) { +function inline__P88143_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P72259, depth: s.depth + 1, + parent: s, fn: inline__P88143, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -4993,7 +4993,7 @@ function inline__P72259_mk(s) { -function control_EventContext_runCallbacks__P69310(s) { +function control_EventContext_runCallbacks__P85194(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -5003,42 +5003,42 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.loopStart___72292 = undefined; - s.f___72305 = undefined; - s.unnamed368___U2 = undefined; - s.unnamed369___U3 = undefined; - s.runtime___72310 = undefined; - s.fps___72330 = undefined; - s.delay___72392 = undefined; + s.loopStart___88176 = undefined; + s.f___88189 = undefined; + s.unnamed448___U2 = undefined; + s.unnamed449___U3 = undefined; + s.runtime___88194 = undefined; + s.fps___88214 = undefined; + s.delay___88276 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, control_EventContext__C66144_VT)) failedCast(r0); + if (!checkSubtype(r0, control_EventContext__C82028_VT)) failedCast(r0); r0 = pxsim.control.millis(); - s.loopStart___72292 = (r0); + s.loopStart___88176 = (r0); s.tmp_0 = r0 = s.arg0; r0 = s.arg0.fields["prevTimeMillis"]; s.tmp_2 = r0; - r0 = (s.loopStart___72292 - s.tmp_2); + r0 = (s.loopStart___88176 - s.tmp_2); s.tmp_1 = r0; r0 = (s.tmp_0).fields["deltaTimeMillis"] = (s.tmp_1); - r0 = (s.arg0).fields["prevTimeMillis"] = (s.loopStart___72292); - s.f___72305 = (undefined); + r0 = (s.arg0).fields["prevTimeMillis"] = (s.loopStart___88176); + s.f___88189 = (undefined); r0 = s.arg0.fields["frameCallbacks"]; - s.unnamed368___U2 = (r0); - s.unnamed369___U3 = (0); + s.unnamed448___U2 = (r0); + s.unnamed449___U3 = (0); case 1: - s.tmp_0 = r0 = s.unnamed369___U3; - r0 = pxsim_Array__length(s.unnamed368___U2); + s.tmp_0 = r0 = s.unnamed449___U3; + r0 = pxsim_Array__length(s.unnamed448___U2); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 2; continue; } - r0 = pxsim_Array__getAt(s.unnamed368___U2, s.unnamed369___U3); - s.f___72305 = (r0); + r0 = pxsim_Array__getAt(s.unnamed448___U2, s.unnamed449___U3); + s.f___88189 = (r0); s.tmp_2 = if_handler_1_mk(s); - s.tmp_2.arg0 = s.f___72305; + s.tmp_2.arg0 = s.f___88189; if (!s.tmp_2.arg0.vtable.iface) { setupLambda(s.tmp_2, pxsim_pxtrt.mapGetByString(s.tmp_2.arg0, "handler"), 1); s.callLocIdx = 42; s.pc = 13; return s.tmp_2; @@ -5050,19 +5050,19 @@ switch (step) { } case 13: r0 = s.retval; - r0 = (s.unnamed369___U3 + 1); - s.unnamed369___U3 = (r0); + r0 = (s.unnamed449___U3 + 1); + s.unnamed449___U3 = (r0); { step = 1; continue; } case 2: - s.unnamed368___U2 = (undefined); + s.unnamed448___U2 = (undefined); r0 = pxsim.control.millis(); s.tmp_0 = r0; - r0 = (s.tmp_0 - s.loopStart___72292); - s.runtime___72310 = (r0); + r0 = (s.tmp_0 - s.loopStart___88176); + s.runtime___88194 = (r0); s.tmp_0 = r0 = s.arg0; r0 = s.tmp_0.fields["timeInSample"]; s.tmp_2 = r0; - r0 = (s.tmp_2 + s.runtime___72310); + r0 = (s.tmp_2 + s.runtime___88194); s.tmp_1 = r0; r0 = (s.tmp_0).fields["timeInSample"] = (s.tmp_1); s.tmp_0 = r0 = s.arg0; @@ -5095,8 +5095,8 @@ switch (step) { r0 = (s.tmp_6 / 1000); s.tmp_5 = r0; r0 = (s.tmp_4 / s.tmp_5); - s.fps___72330 = (r0); - r0 = pxsim.Math_.round(s.fps___72330); + s.fps___88214 = (r0); + r0 = pxsim.Math_.round(s.fps___88214); s.tmp_1 = r0; if ((s.tmp_1) && (s.tmp_1).vtable) { setupResume(s, 14); @@ -5108,21 +5108,21 @@ switch (step) { r0 = s.retval; s.tmp_0 = r0; r0 = pxsim_String__concat("fps:", s.tmp_0); - globals.control_EventContext_lastStats___66146 = (r0); - r0 = (s.fps___72330 < 99); + globals.control_EventContext_lastStats___82030 = (r0); + r0 = (s.fps___88214 < 99); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 5; continue; } - if ((globals.control_EventContext_lastStats___66146) && (globals.control_EventContext_lastStats___66146).vtable) { + if ((globals.control_EventContext_lastStats___82030) && (globals.control_EventContext_lastStats___82030).vtable) { setupResume(s, 15); - pxsim_String__stringConv(globals.control_EventContext_lastStats___66146); + pxsim_String__stringConv(globals.control_EventContext_lastStats___82030); checkResumeConsumed(); return; - } else { s.retval = (globals.control_EventContext_lastStats___66146) + ""; } + } else { s.retval = (globals.control_EventContext_lastStats___82030) + ""; } case 15: r0 = s.retval; s.tmp_1 = r0; - r0 = (s.fps___72330 * 10); + r0 = (s.fps___88214 * 10); s.tmp_7 = r0; r0 = pxsim.Math_.round(s.tmp_7); s.tmp_6 = r0; @@ -5149,10 +5149,10 @@ switch (step) { r0 = s.retval; s.tmp_2 = r0; r0 = pxsim_String__concat(s.tmp_1, s.tmp_2); - globals.control_EventContext_lastStats___66146 = (r0); + globals.control_EventContext_lastStats___82030 = (r0); case 5: case 6: - s.tmp_2 = control_ramSize__P66095_mk(s); + s.tmp_2 = control_ramSize__P81979_mk(s); s.callLocIdx = 43; s.pc = 18; return s.tmp_2; case 18: r0 = s.retval; @@ -5172,7 +5172,7 @@ switch (step) { if (!r0) { step = 9; continue; } r0 = pxsim_String_.mkEmpty(); s.tmp_8 = r0; - r0 = (s.fps___72330 * 100); + r0 = (s.fps___88214 * 100); s.tmp_11 = r0; r0 = (s.tmp_11 | 0); s.tmp_10 = r0; @@ -5213,24 +5213,24 @@ switch (step) { r0 = (s.arg0).fields["framesInSample"] = (0); case 11: case 12: - s.tmp_0 = Math_max__P65885_mk(s); + s.tmp_0 = Math_max__P81769_mk(s); s.tmp_0.arg0 = 1; - r0 = (20 - s.runtime___72310); + r0 = (20 - s.runtime___88194); s.tmp_0.arg1 = r0; s.callLocIdx = 44; s.pc = 21; return s.tmp_0; case 21: r0 = s.retval; - s.delay___72392 = (r0); - r0 = s.delay___72392; + s.delay___88276 = (r0); + r0 = s.delay___88276; return leave(s, r0) default: oops() } } } -control_EventContext_runCallbacks__P69310.info = {"start":2182,"length":1246,"line":74,"column":8,"endLine":102,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"runCallbacks","argumentNames":["this"]} +control_EventContext_runCallbacks__P85194.info = {"start":2182,"length":1246,"line":74,"column":8,"endLine":102,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"runCallbacks","argumentNames":["this"]} -function control_EventContext_runCallbacks__P69310_mk(s) { +function control_EventContext_runCallbacks__P85194_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_EventContext_runCallbacks__P69310, depth: s.depth + 1, + parent: s, fn: control_EventContext_runCallbacks__P85194, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -5246,13 +5246,13 @@ function control_EventContext_runCallbacks__P69310_mk(s) { tmp_11: undefined, tmp_12: undefined, tmp_13: undefined, - loopStart___72292: undefined, - f___72305: undefined, - unnamed368___U2: undefined, - unnamed369___U3: undefined, - runtime___72310: undefined, - fps___72330: undefined, - delay___72392: undefined, + loopStart___88176: undefined, + f___88189: undefined, + unnamed448___U2: undefined, + unnamed449___U3: undefined, + runtime___88194: undefined, + fps___88214: undefined, + delay___88276: undefined, arg0: undefined, } } @@ -5260,7 +5260,7 @@ function control_EventContext_runCallbacks__P69310_mk(s) { -function pauseUntil__P66116(s) { +function pauseUntil__P82000(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -5307,7 +5307,7 @@ switch (step) { s.arg1 = (0); case 5: case 6: - s.tmp_0 = control___queuePollEvent__P66115_mk(s); + s.tmp_0 = control___queuePollEvent__P81999_mk(s); s.tmp_0.arg0 = s.arg1; s.tmp_0.arg1 = s.arg0; s.tmp_0.arg2 = undefined; @@ -5319,12 +5319,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -pauseUntil__P66116.info = {"start":2205,"length":227,"line":73,"column":0,"endLine":77,"endColumn":1,"fileName":"pxt_modules/base/poll.ts","functionName":"pauseUntil","argumentNames":["condition","timeOut"]} +pauseUntil__P82000.info = {"start":2205,"length":227,"line":73,"column":0,"endLine":77,"endColumn":1,"fileName":"pxt_modules/base/poll.ts","functionName":"pauseUntil","argumentNames":["condition","timeOut"]} -function pauseUntil__P66116_mk(s) { +function pauseUntil__P82000_mk(s) { checkStack(s.depth); return { - parent: s, fn: pauseUntil__P66116, depth: s.depth + 1, + parent: s, fn: pauseUntil__P82000, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -5340,7 +5340,7 @@ function pauseUntil__P66116_mk(s) { -function control___queuePollEvent__P66115(s) { +function control___queuePollEvent__P81999(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -5350,16 +5350,16 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.ev___72414 = undefined; + s.ev___88298 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.arg2 = (s.lambdaArgs[2]); s.lambdaArgs = null; } - r0 = pxsim_pxtcore_mkClassInstance(control_PollEvent__C69284_VT); + r0 = pxsim_pxtcore_mkClassInstance(control_PollEvent__C85168_VT); s.tmp_0 = r0; - s.tmp_1 = control_PollEvent_constructor__P69285_mk(s); + s.tmp_1 = control_PollEvent_constructor__P85169_mk(s); s.tmp_1.arg0 = s.tmp_0; r0 = pxsim.control.allocateNotifyEvent(); s.tmp_1.arg1 = r0; @@ -5375,8 +5375,8 @@ switch (step) { s.callLocIdx = 27; s.pc = 5; return s.tmp_1; case 5: r0 = s.retval; - s.ev___72414 = (s.tmp_0); - r0 = pxsim_numops_toBoolDecr(globals._pollEventQueue___69287); + s.ev___88298 = (s.tmp_0); + r0 = pxsim_numops_toBoolDecr(globals._pollEventQueue___85171); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; @@ -5384,19 +5384,19 @@ switch (step) { if (!r0) { step = 1; continue; } r0 = pxsim_Array__mk(); s.tmp_2 = r0; - r0 = pxsim_Array__push(s.tmp_2, s.ev___72414); - globals._pollEventQueue___69287 = (s.tmp_2); - r0 = pxsim.control.runInParallel(control_pollEvents__P69288); + r0 = pxsim_Array__push(s.tmp_2, s.ev___88298); + globals._pollEventQueue___85171 = (s.tmp_2); + r0 = pxsim.control.runInParallel(control_pollEvents__P85172); { step = 2; continue; } case 1: - r0 = pxsim_Array__push(globals._pollEventQueue___69287, s.ev___72414); + r0 = pxsim_Array__push(globals._pollEventQueue___85171, s.ev___88298); case 2: r0 = pxsim_numops_toBoolDecr(s.arg2); if (!r0) { step = 3; continue; } - s.tmp_0 = control_onEvent__P66140_mk(s); - r0 = s.ev___72414.fields["eid"]; + s.tmp_0 = control_onEvent__P82024_mk(s); + r0 = s.ev___88298.fields["eid"]; s.tmp_0.arg0 = r0; - r0 = s.ev___72414.fields["vid"]; + r0 = s.ev___88298.fields["vid"]; s.tmp_0.arg1 = r0; s.tmp_0.arg2 = s.arg2; s.tmp_0.arg3 = 16; @@ -5405,9 +5405,9 @@ switch (step) { r0 = s.retval; { step = 4; continue; } case 3: - r0 = s.ev___72414.fields["eid"]; + r0 = s.ev___88298.fields["eid"]; s.tmp_0 = r0; - r0 = s.ev___72414.fields["vid"]; + r0 = s.ev___88298.fields["vid"]; s.tmp_1 = r0; setupResume(s, 7); pxsim.control.waitForEvent(s.tmp_0, s.tmp_1); @@ -5420,17 +5420,17 @@ switch (step) { return leave(s, r0) default: oops() } } } -control___queuePollEvent__P66115.info = {"start":1262,"length":739,"line":39,"column":4,"endLine":64,"endColumn":5,"fileName":"pxt_modules/base/poll.ts","functionName":"__queuePollEvent","argumentNames":["timeOut","condition","handler"]} +control___queuePollEvent__P81999.info = {"start":1262,"length":739,"line":39,"column":4,"endLine":64,"endColumn":5,"fileName":"pxt_modules/base/poll.ts","functionName":"__queuePollEvent","argumentNames":["timeOut","condition","handler"]} -function control___queuePollEvent__P66115_mk(s) { +function control___queuePollEvent__P81999_mk(s) { checkStack(s.depth); return { - parent: s, fn: control___queuePollEvent__P66115, depth: s.depth + 1, + parent: s, fn: control___queuePollEvent__P81999, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - ev___72414: undefined, + ev___88298: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -5440,7 +5440,7 @@ function control___queuePollEvent__P66115_mk(s) { -function control_pollEvents__P69288(s) { +function control_pollEvents__P85172(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -5450,31 +5450,31 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.now___72456 = undefined; - s.i___72459 = undefined; - s.ev___72465 = undefined; + s.now___88340 = undefined; + s.i___88343 = undefined; + s.ev___88349 = undefined; case 1: - r0 = pxsim_Array__length(globals._pollEventQueue___69287); + r0 = pxsim_Array__length(globals._pollEventQueue___85171); s.tmp_1 = r0; r0 = (s.tmp_1 > 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 12; continue; } r0 = pxsim.control.millis(); - s.now___72456 = (r0); - s.i___72459 = (0); + s.now___88340 = (r0); + s.i___88343 = (0); case 2: - s.tmp_1 = r0 = s.i___72459; - r0 = pxsim_Array__length(globals._pollEventQueue___69287); + s.tmp_1 = r0 = s.i___88343; + r0 = pxsim_Array__length(globals._pollEventQueue___85171); s.tmp_2 = r0; r0 = (s.tmp_1 < s.tmp_2); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 11; continue; } - r0 = pxsim_Array__getAt(globals._pollEventQueue___69287, s.i___72459); - s.ev___72465 = (r0); + r0 = pxsim_Array__getAt(globals._pollEventQueue___85171, s.i___88343); + s.ev___88349 = (r0); s.tmp_1 = if_condition_1_mk(s); - s.tmp_1.arg0 = s.ev___72465; + s.tmp_1.arg0 = s.ev___88349; if (!s.tmp_1.arg0.vtable.iface) { setupLambda(s.tmp_1, pxsim_pxtrt.mapGetByString(s.tmp_1.arg0, "condition"), 1); s.callLocIdx = 24; s.pc = 13; return s.tmp_1; @@ -5492,7 +5492,7 @@ switch (step) { r0 = s.tmp_0; { step = 6; continue; } case 3: - r0 = s.ev___72465.fields["timeOut"]; + r0 = s.ev___88349.fields["timeOut"]; s.tmp_3 = r0; r0 = (s.tmp_3 > 0); s.tmp_2 = r0; @@ -5501,11 +5501,11 @@ switch (step) { r0 = s.tmp_2; { step = 5; continue; } case 4: - r0 = s.ev___72465.fields["start"]; + r0 = s.ev___88349.fields["start"]; s.tmp_5 = r0; - r0 = (s.now___72456 - s.tmp_5); + r0 = (s.now___88340 - s.tmp_5); s.tmp_4 = r0; - r0 = s.ev___72465.fields["timeOut"]; + r0 = s.ev___88349.fields["timeOut"]; s.tmp_6 = r0; r0 = (s.tmp_4 > s.tmp_6); case 5: @@ -5517,50 +5517,50 @@ switch (step) { s.tmp_8 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_8); if (!r0) { step = 9; continue; } - r0 = s.ev___72465.fields["eid"]; + r0 = s.ev___88349.fields["eid"]; s.tmp_9 = r0; - r0 = s.ev___72465.fields["vid"]; + r0 = s.ev___88349.fields["vid"]; s.tmp_10 = r0; r0 = pxsim.control.raiseEvent(s.tmp_9, s.tmp_10); - r0 = s.ev___72465.fields["once"]; + r0 = s.ev___88349.fields["once"]; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 7; continue; } - s.tmp_1 = helpers_arraySplice__P65856_mk(s); - s.tmp_1.arg0 = globals._pollEventQueue___69287; - s.tmp_1.arg1 = s.i___72459; + s.tmp_1 = helpers_arraySplice__P81740_mk(s); + s.tmp_1.arg0 = globals._pollEventQueue___85171; + s.tmp_1.arg1 = s.i___88343; s.tmp_1.arg2 = 1; s.callLocIdx = 25; s.pc = 14; return s.tmp_1; case 14: r0 = s.retval; - r0 = (s.i___72459 - 1); - s.i___72459 = (r0); + r0 = (s.i___88343 - 1); + s.i___88343 = (r0); case 7: case 8: case 9: case 10: - r0 = (s.i___72459 + 1); - s.i___72459 = (r0); + r0 = (s.i___88343 + 1); + s.i___88343 = (r0); { step = 2; continue; } case 11: - s.tmp_0 = pause__P66162_mk(s); + s.tmp_0 = pause__P82046_mk(s); s.tmp_0.arg0 = 50; s.callLocIdx = 26; s.pc = 15; return s.tmp_0; case 15: r0 = s.retval; { step = 1; continue; } case 12: - globals._pollEventQueue___69287 = (undefined); + globals._pollEventQueue___85171 = (undefined); r0 = undefined; return leave(s, r0) default: oops() } } } -control_pollEvents__P69288.info = {"start":618,"length":638,"line":20,"column":4,"endLine":37,"endColumn":5,"fileName":"pxt_modules/base/poll.ts","functionName":"pollEvents","argumentNames":[]} +control_pollEvents__P85172.info = {"start":618,"length":638,"line":20,"column":4,"endLine":37,"endColumn":5,"fileName":"pxt_modules/base/poll.ts","functionName":"pollEvents","argumentNames":[]} -function control_pollEvents__P69288_mk(s) { +function control_pollEvents__P85172_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_pollEvents__P69288, depth: s.depth + 1, + parent: s, fn: control_pollEvents__P85172, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -5573,16 +5573,16 @@ function control_pollEvents__P69288_mk(s) { tmp_8: undefined, tmp_9: undefined, tmp_10: undefined, - now___72456: undefined, - i___72459: undefined, - ev___72465: undefined, + now___88340: undefined, + i___88343: undefined, + ev___88349: undefined, } } -function helpers_arraySplice__P65856(s) { +function helpers_arraySplice__P81740(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -5592,7 +5592,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.i___72513 = undefined; + s.i___88397 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -5606,15 +5606,15 @@ switch (step) { { step = 5; continue; } case 1: case 2: - s.i___72513 = (0); + s.i___88397 = (0); case 3: - r0 = (s.i___72513 < s.arg2); + r0 = (s.i___88397 < s.arg2); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 4; continue; } r0 = pxsim_Array_.removeAt(s.arg0, s.arg1); - r0 = (s.i___72513 + 1); - s.i___72513 = (r0); + r0 = (s.i___88397 + 1); + s.i___88397 = (r0); { step = 3; continue; } case 4: case 5: @@ -5622,15 +5622,15 @@ switch (step) { return leave(s, r0) default: oops() } } } -helpers_arraySplice__P65856.info = {"start":3642,"length":213,"line":137,"column":4,"endLine":144,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arraySplice","argumentNames":["arr","start","len"]} +helpers_arraySplice__P81740.info = {"start":3642,"length":213,"line":137,"column":4,"endLine":144,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arraySplice","argumentNames":["arr","start","len"]} -function helpers_arraySplice__P65856_mk(s) { +function helpers_arraySplice__P81740_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_arraySplice__P65856, depth: s.depth + 1, + parent: s, fn: helpers_arraySplice__P81740, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, - i___72513: undefined, + i___88397: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -5640,7 +5640,7 @@ function helpers_arraySplice__P65856_mk(s) { -function control_PollEvent_constructor__P69285(s) { +function control_PollEvent_constructor__P85169(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -5661,7 +5661,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, control_PollEvent__C69284_VT)) failedCast(r0); + if (!checkSubtype(r0, control_PollEvent__C85168_VT)) failedCast(r0); r0 = (s.arg0).fields["eid"] = (s.arg1); r0 = (s.arg0).fields["vid"] = (s.arg2); r0 = (s.arg0).fields["start"] = (s.arg3); @@ -5672,12 +5672,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -control_PollEvent_constructor__P69285.info = {"start":239,"length":316,"line":8,"column":8,"endLine":15,"endColumn":9,"fileName":"pxt_modules/base/poll.ts","functionName":"inline","argumentNames":["this","eid","vid","start","timeOut","condition","once"]} +control_PollEvent_constructor__P85169.info = {"start":239,"length":316,"line":8,"column":8,"endLine":15,"endColumn":9,"fileName":"pxt_modules/base/poll.ts","functionName":"inline","argumentNames":["this","eid","vid","start","timeOut","condition","once"]} -function control_PollEvent_constructor__P69285_mk(s) { +function control_PollEvent_constructor__P85169_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_PollEvent_constructor__P69285, depth: s.depth + 1, + parent: s, fn: control_PollEvent_constructor__P85169, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -5692,7 +5692,7 @@ function control_PollEvent_constructor__P69285_mk(s) { -function game_onUpdate__P68301(s) { +function game_onUpdate__P84185(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -5706,7 +5706,7 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = game_init__P69644_mk(s); + s.tmp_0 = game_init__P85528_mk(s); s.tmp_0.arg0 = undefined; s.callLocIdx = 829; s.pc = 4; return s.tmp_0; case 4: @@ -5720,8 +5720,8 @@ switch (step) { { step = 3; continue; } case 1: case 2: - s.tmp_2 = control_EventContext_registerFrameHandler__P66152_mk(s); - s.tmp_3 = game_eventContext__P68293_mk(s); + s.tmp_2 = control_EventContext_registerFrameHandler__P82036_mk(s); + s.tmp_3 = game_eventContext__P84177_mk(s); s.callLocIdx = 830; s.pc = 6; return s.tmp_3; case 6: r0 = s.retval; @@ -5736,12 +5736,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -game_onUpdate__P68301.info = {"start":7427,"length":169,"line":242,"column":4,"endLine":246,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"onUpdate","argumentNames":["a"]} +game_onUpdate__P84185.info = {"start":7427,"length":169,"line":242,"column":4,"endLine":246,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"onUpdate","argumentNames":["a"]} -function game_onUpdate__P68301_mk(s) { +function game_onUpdate__P84185_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_onUpdate__P68301, depth: s.depth + 1, + parent: s, fn: game_onUpdate__P84185, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -5754,7 +5754,7 @@ function game_onUpdate__P68301_mk(s) { -function particles_SprayFactory_constructor__P68477(s) { +function particles_SprayFactory_constructor__P84361(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -5772,19 +5772,19 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_SprayFactory__C68476_VT)) failedCast(r0); + if (!checkSubtype(r0, particles_SprayFactory__C84360_VT)) failedCast(r0); r0 = undefined; - s.tmp_0 = particles_initTrig__P70015_mk(s); + s.tmp_0 = particles_initTrig__P85899_mk(s); s.callLocIdx = 1085; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - s.tmp_0 = particles_SprayFactory_setSpeed__P68480_mk(s); + s.tmp_0 = particles_SprayFactory_setSpeed__P84364_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; s.callLocIdx = 1086; s.pc = 2; return s.tmp_0; case 2: r0 = s.retval; - s.tmp_0 = particles_SprayFactory_setDirection__P68481_mk(s); + s.tmp_0 = particles_SprayFactory_setDirection__P84365_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg2; s.tmp_0.arg2 = s.arg3; @@ -5795,12 +5795,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_SprayFactory_constructor__P68477.info = {"start":2623,"length":218,"line":98,"column":8,"endLine":103,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"inline","argumentNames":["this","speed","centerDegrees","arcDegrees"]} +particles_SprayFactory_constructor__P84361.info = {"start":2623,"length":218,"line":98,"column":8,"endLine":103,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"inline","argumentNames":["this","speed","centerDegrees","arcDegrees"]} -function particles_SprayFactory_constructor__P68477_mk(s) { +function particles_SprayFactory_constructor__P84361_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_SprayFactory_constructor__P68477, depth: s.depth + 1, + parent: s, fn: particles_SprayFactory_constructor__P84361, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -5813,7 +5813,7 @@ function particles_SprayFactory_constructor__P68477_mk(s) { -function particles_initTrig__P70015(s) { +function particles_initTrig__P85899(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -5823,36 +5823,36 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = pxsim_numops_toBoolDecr(globals.cachedSin___70001); + r0 = pxsim_numops_toBoolDecr(globals.cachedSin___85885); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - s.tmp_2 = particles_cacheSin__P68470_mk(s); + s.tmp_2 = particles_cacheSin__P84354_mk(s); s.tmp_2.arg0 = 100; s.callLocIdx = 1073; s.pc = 3; return s.tmp_2; case 3: r0 = s.retval; - globals.cachedSin___70001 = (r0); - s.tmp_0 = particles_cacheCos__P68471_mk(s); + globals.cachedSin___85885 = (r0); + s.tmp_0 = particles_cacheCos__P84355_mk(s); s.tmp_0.arg0 = 100; s.callLocIdx = 1074; s.pc = 4; return s.tmp_0; case 4: r0 = s.retval; - globals.cachedCos___70002 = (r0); + globals.cachedCos___85886 = (r0); case 1: case 2: r0 = undefined; return leave(s, r0) default: oops() } } } -particles_initTrig__P70015.info = {"start":291,"length":155,"line":11,"column":4,"endLine":16,"endColumn":5,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"initTrig","argumentNames":[]} +particles_initTrig__P85899.info = {"start":291,"length":155,"line":11,"column":4,"endLine":16,"endColumn":5,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"initTrig","argumentNames":[]} -function particles_initTrig__P70015_mk(s) { +function particles_initTrig__P85899_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_initTrig__P70015, depth: s.depth + 1, + parent: s, fn: particles_initTrig__P85899, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -5863,7 +5863,7 @@ function particles_initTrig__P70015_mk(s) { -function particles_cacheCos__P68471(s) { +function particles_cacheCos__P84355(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -5873,25 +5873,25 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.cos___71747 = undefined; - s.anglePerSlice___71749 = undefined; - s.i___71755 = undefined; + s.cos___87631 = undefined; + s.anglePerSlice___87633 = undefined; + s.i___87639 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = pxsim_Array__mk(); - s.cos___71747 = (r0); + s.cos___87631 = (r0); r0 = (6.283185307179586 / s.arg0); - s.anglePerSlice___71749 = (r0); - s.i___71755 = (0); + s.anglePerSlice___87633 = (r0); + s.i___87639 = (0); case 1: - r0 = (s.i___71755 < s.arg0); + r0 = (s.i___87639 < s.arg0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 2; continue; } - s.tmp_1 = r0 = s.cos___71747; - r0 = (s.i___71755 * s.anglePerSlice___71749); + s.tmp_1 = r0 = s.cos___87631; + r0 = (s.i___87639 * s.anglePerSlice___87633); s.tmp_4 = r0; r0 = pxsim.Math_.cos(s.tmp_4); s.tmp_3 = r0; @@ -5900,20 +5900,20 @@ switch (step) { r0 = (s.tmp_5 | 0); s.tmp_2 = r0; r0 = pxsim_Array__push(s.tmp_1, s.tmp_2); - r0 = (s.i___71755 + 1); - s.i___71755 = (r0); + r0 = (s.i___87639 + 1); + s.i___87639 = (r0); { step = 1; continue; } case 2: - r0 = s.cos___71747; + r0 = s.cos___87631; return leave(s, r0) default: oops() } } } -particles_cacheCos__P68471.info = {"start":1005,"length":263,"line":35,"column":4,"endLine":42,"endColumn":5,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"cacheCos","argumentNames":["slices"]} +particles_cacheCos__P84355.info = {"start":1005,"length":263,"line":35,"column":4,"endLine":42,"endColumn":5,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"cacheCos","argumentNames":["slices"]} -function particles_cacheCos__P68471_mk(s) { +function particles_cacheCos__P84355_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_cacheCos__P68471, depth: s.depth + 1, + parent: s, fn: particles_cacheCos__P84355, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -5921,9 +5921,9 @@ function particles_cacheCos__P68471_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - cos___71747: undefined, - anglePerSlice___71749: undefined, - i___71755: undefined, + cos___87631: undefined, + anglePerSlice___87633: undefined, + i___87639: undefined, arg0: undefined, } } @@ -5931,7 +5931,7 @@ function particles_cacheCos__P68471_mk(s) { -function particles_cacheSin__P68470(s) { +function particles_cacheSin__P84354(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -5941,25 +5941,25 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.sin___71773 = undefined; - s.anglePerSlice___71775 = undefined; - s.i___71781 = undefined; + s.sin___87657 = undefined; + s.anglePerSlice___87659 = undefined; + s.i___87665 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = pxsim_Array__mk(); - s.sin___71773 = (r0); + s.sin___87657 = (r0); r0 = (6.283185307179586 / s.arg0); - s.anglePerSlice___71775 = (r0); - s.i___71781 = (0); + s.anglePerSlice___87659 = (r0); + s.i___87665 = (0); case 1: - r0 = (s.i___71781 < s.arg0); + r0 = (s.i___87665 < s.arg0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 2; continue; } - s.tmp_1 = r0 = s.sin___71773; - r0 = (s.i___71781 * s.anglePerSlice___71775); + s.tmp_1 = r0 = s.sin___87657; + r0 = (s.i___87665 * s.anglePerSlice___87659); s.tmp_4 = r0; r0 = pxsim.Math_.sin(s.tmp_4); s.tmp_3 = r0; @@ -5968,20 +5968,20 @@ switch (step) { r0 = (s.tmp_5 | 0); s.tmp_2 = r0; r0 = pxsim_Array__push(s.tmp_1, s.tmp_2); - r0 = (s.i___71781 + 1); - s.i___71781 = (r0); + r0 = (s.i___87665 + 1); + s.i___87665 = (r0); { step = 1; continue; } case 2: - r0 = s.sin___71773; + r0 = s.sin___87657; return leave(s, r0) default: oops() } } } -particles_cacheSin__P68470.info = {"start":594,"length":263,"line":22,"column":4,"endLine":29,"endColumn":5,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"cacheSin","argumentNames":["slices"]} +particles_cacheSin__P84354.info = {"start":594,"length":263,"line":22,"column":4,"endLine":29,"endColumn":5,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"cacheSin","argumentNames":["slices"]} -function particles_cacheSin__P68470_mk(s) { +function particles_cacheSin__P84354_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_cacheSin__P68470, depth: s.depth + 1, + parent: s, fn: particles_cacheSin__P84354, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -5989,9 +5989,9 @@ function particles_cacheSin__P68470_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - sin___71773: undefined, - anglePerSlice___71775: undefined, - i___71781: undefined, + sin___87657: undefined, + anglePerSlice___87659: undefined, + i___87665: undefined, arg0: undefined, } } @@ -5999,7 +5999,7 @@ function particles_cacheSin__P68470_mk(s) { -function particles_SprayFactory_setDirection__P68481(s) { +function particles_SprayFactory_setDirection__P84365(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6016,9 +6016,9 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_SprayFactory__C68476_VT)) failedCast(r0); + if (!checkSubtype(r0, particles_SprayFactory__C84360_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; - s.tmp_4 = particles_toRadians__P70020_mk(s); + s.tmp_4 = particles_toRadians__P85904_mk(s); s.tmp_5 = r0 = s.arg1; r0 = (s.arg2 >> 1); s.tmp_6 = r0; @@ -6028,19 +6028,19 @@ switch (step) { case 1: r0 = s.retval; s.tmp_3 = r0; - r0 = (s.tmp_3 / globals.angleSlice___70014); + r0 = (s.tmp_3 / globals.angleSlice___85898); s.tmp_2 = r0; r0 = (s.tmp_2 | 0); s.tmp_1 = r0; r0 = (s.tmp_0).fields["minAngle"] = (s.tmp_1); s.tmp_0 = r0 = s.arg0; - s.tmp_4 = particles_toRadians__P70020_mk(s); + s.tmp_4 = particles_toRadians__P85904_mk(s); s.tmp_4.arg0 = s.arg2; s.callLocIdx = 1096; s.pc = 2; return s.tmp_4; case 2: r0 = s.retval; s.tmp_3 = r0; - r0 = (s.tmp_3 / globals.angleSlice___70014); + r0 = (s.tmp_3 / globals.angleSlice___85898); s.tmp_2 = r0; r0 = (s.tmp_2 | 0); s.tmp_1 = r0; @@ -6049,12 +6049,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_SprayFactory_setDirection__P68481.info = {"start":3424,"length":228,"line":123,"column":8,"endLine":126,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"setDirection","argumentNames":["this","centerDegrees","arcDegrees"]} +particles_SprayFactory_setDirection__P84365.info = {"start":3424,"length":228,"line":123,"column":8,"endLine":126,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"setDirection","argumentNames":["this","centerDegrees","arcDegrees"]} -function particles_SprayFactory_setDirection__P68481_mk(s) { +function particles_SprayFactory_setDirection__P84365_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_SprayFactory_setDirection__P68481, depth: s.depth + 1, + parent: s, fn: particles_SprayFactory_setDirection__P84365, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -6072,7 +6072,7 @@ function particles_SprayFactory_setDirection__P68481_mk(s) { -function particles_toRadians__P70020(s) { +function particles_toRadians__P85904(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6090,7 +6090,7 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - s.tmp_3 = Math_abs__P65883_mk(s); + s.tmp_3 = Math_abs__P81767_mk(s); s.tmp_3.arg0 = s.arg0; s.callLocIdx = 1077; s.pc = 3; return s.tmp_3; case 3: @@ -6109,12 +6109,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_toRadians__P70020.info = {"start":1307,"length":206,"line":45,"column":4,"endLine":52,"endColumn":5,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"toRadians","argumentNames":["degrees"]} +particles_toRadians__P85904.info = {"start":1307,"length":206,"line":45,"column":4,"endLine":52,"endColumn":5,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"toRadians","argumentNames":["degrees"]} -function particles_toRadians__P70020_mk(s) { +function particles_toRadians__P85904_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_toRadians__P70020, depth: s.depth + 1, + parent: s, fn: particles_toRadians__P85904, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -6127,7 +6127,7 @@ function particles_toRadians__P70020_mk(s) { -function particles_ParticleFactory_constructor__P68473(s) { +function particles_ParticleFactory_constructor__P84357(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6142,17 +6142,17 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ParticleFactory__C68472_VT)) failedCast(r0); + if (!checkSubtype(r0, particles_ParticleFactory__C84356_VT)) failedCast(r0); r0 = undefined; return leave(s, r0) default: oops() } } } -particles_ParticleFactory_constructor__P68473.info = {"start":1617,"length":78,"line":59,"column":8,"endLine":61,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"inline","argumentNames":["this"]} +particles_ParticleFactory_constructor__P84357.info = {"start":1617,"length":78,"line":59,"column":8,"endLine":61,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"inline","argumentNames":["this"]} -function particles_ParticleFactory_constructor__P68473_mk(s) { +function particles_ParticleFactory_constructor__P84357_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ParticleFactory_constructor__P68473, depth: s.depth + 1, + parent: s, fn: particles_ParticleFactory_constructor__P84357, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -6161,7 +6161,7 @@ function particles_ParticleFactory_constructor__P68473_mk(s) { -function particles_ParticleSource_setFactory__P68455(s) { +function particles_ParticleSource_setFactory__P84339(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6177,7 +6177,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ParticleSource__C68436_VT)) failedCast(r0); + if (!checkSubtype(r0, particles_ParticleSource__C84320_VT)) failedCast(r0); r0 = pxsim_numops_toBoolDecr(s.arg1); if (!r0) { step = 1; continue; } r0 = (s.arg0).fields["_factory"] = (s.arg1); @@ -6187,12 +6187,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_ParticleSource_setFactory__P68455.info = {"start":8107,"length":114,"line":271,"column":8,"endLine":274,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"setFactory","argumentNames":["this","factory"]} +particles_ParticleSource_setFactory__P84339.info = {"start":8107,"length":114,"line":271,"column":8,"endLine":274,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"setFactory","argumentNames":["this","factory"]} -function particles_ParticleSource_setFactory__P68455_mk(s) { +function particles_ParticleSource_setFactory__P84339_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ParticleSource_setFactory__P68455, depth: s.depth + 1, + parent: s, fn: particles_ParticleSource_setFactory__P84339, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -6202,7 +6202,7 @@ function particles_ParticleSource_setFactory__P68455_mk(s) { -function particles_ParticleSource_setRate__P68453(s) { +function particles_ParticleSource_setRate__P84337(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6218,7 +6218,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ParticleSource__C68436_VT)) failedCast(r0); + if (!checkSubtype(r0, particles_ParticleSource__C84320_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; r0 = (1000 / s.arg1); s.tmp_2 = r0; @@ -6230,12 +6230,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_ParticleSource_setRate__P68453.info = {"start":7785,"length":139,"line":258,"column":8,"endLine":261,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"setRate","argumentNames":["this","particlesPerSecond"]} +particles_ParticleSource_setRate__P84337.info = {"start":7785,"length":139,"line":258,"column":8,"endLine":261,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"setRate","argumentNames":["this","particlesPerSecond"]} -function particles_ParticleSource_setRate__P68453_mk(s) { +function particles_ParticleSource_setRate__P84337_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ParticleSource_setRate__P68453, depth: s.depth + 1, + parent: s, fn: particles_ParticleSource_setRate__P84337, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -6248,7 +6248,7 @@ function particles_ParticleSource_setRate__P68453_mk(s) { -function particles_ParticleSource_setAnchor__P68452(s) { +function particles_ParticleSource_setAnchor__P84336(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6264,18 +6264,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ParticleSource__C68436_VT)) failedCast(r0); + if (!checkSubtype(r0, particles_ParticleSource__C84320_VT)) failedCast(r0); r0 = (s.arg0).fields["anchor"] = (s.arg1); r0 = undefined; return leave(s, r0) default: oops() } } } -particles_ParticleSource_setAnchor__P68452.info = {"start":7577,"length":79,"line":250,"column":8,"endLine":252,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"setAnchor","argumentNames":["this","anchor"]} +particles_ParticleSource_setAnchor__P84336.info = {"start":7577,"length":79,"line":250,"column":8,"endLine":252,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"setAnchor","argumentNames":["this","anchor"]} -function particles_ParticleSource_setAnchor__P68452_mk(s) { +function particles_ParticleSource_setAnchor__P84336_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ParticleSource_setAnchor__P68452, depth: s.depth + 1, + parent: s, fn: particles_ParticleSource_setAnchor__P84336, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -6285,7 +6285,7 @@ function particles_ParticleSource_setAnchor__P68452_mk(s) { -function particles_ParticleSource_clear__P68451(s) { +function particles_ParticleSource_clear__P84335(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6300,18 +6300,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ParticleSource__C68436_VT)) failedCast(r0); + if (!checkSubtype(r0, particles_ParticleSource__C84320_VT)) failedCast(r0); r0 = (s.arg0).fields["head"] = (undefined); r0 = undefined; return leave(s, r0) default: oops() } } } -particles_ParticleSource_clear__P68451.info = {"start":7407,"length":54,"line":242,"column":8,"endLine":244,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"clear","argumentNames":["this"]} +particles_ParticleSource_clear__P84335.info = {"start":7407,"length":54,"line":242,"column":8,"endLine":244,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"clear","argumentNames":["this"]} -function particles_ParticleSource_clear__P68451_mk(s) { +function particles_ParticleSource_clear__P84335_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ParticleSource_clear__P68451, depth: s.depth + 1, + parent: s, fn: particles_ParticleSource_clear__P84335, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -6320,7 +6320,7 @@ function particles_ParticleSource_clear__P68451_mk(s) { -function particles_ParticleSource_destroy__P68450(s) { +function particles_ParticleSource_destroy__P84334(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6335,8 +6335,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ParticleSource__C68436_VT)) failedCast(r0); - s.tmp_0 = particles_ParticleSource_enabled__P68449_mk(s); + if (!checkSubtype(r0, particles_ParticleSource__C84320_VT)) failedCast(r0); + s.tmp_0 = particles_ParticleSource_enabled__P84333_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = false; s.callLocIdx = 1034; s.pc = 1; return s.tmp_0; @@ -6348,7 +6348,7 @@ switch (step) { r0 = (s.tmp_2 | 2); s.tmp_1 = r0; r0 = (s.tmp_0).fields["pFlags"] = (s.tmp_1); - s.tmp_0 = particles_ParticleSource__prune__P68444_mk(s); + s.tmp_0 = particles_ParticleSource__prune__P84328_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 1035; s.pc = 2; return s.tmp_0; case 2: @@ -6357,12 +6357,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_ParticleSource_destroy__P68450.info = {"start":7077,"length":240,"line":232,"column":8,"endLine":237,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"destroy","argumentNames":["this"]} +particles_ParticleSource_destroy__P84334.info = {"start":7077,"length":240,"line":232,"column":8,"endLine":237,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"destroy","argumentNames":["this"]} -function particles_ParticleSource_destroy__P68450_mk(s) { +function particles_ParticleSource_destroy__P84334_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ParticleSource_destroy__P68450, depth: s.depth + 1, + parent: s, fn: particles_ParticleSource_destroy__P84334, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -6374,7 +6374,7 @@ function particles_ParticleSource_destroy__P68450_mk(s) { -function particles_ParticleSource_enabled__P68449(s) { +function particles_ParticleSource_enabled__P84333(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6390,9 +6390,9 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ParticleSource__C68436_VT)) failedCast(r0); + if (!checkSubtype(r0, particles_ParticleSource__C84320_VT)) failedCast(r0); s.tmp_1 = r0 = s.arg1; - s.tmp_3 = particles_ParticleSource_enabled__P68448_mk(s); + s.tmp_3 = particles_ParticleSource_enabled__P84332_mk(s); s.tmp_3.arg0 = s.arg0; s.callLocIdx = 1033; s.pc = 5; return s.tmp_3; case 5: @@ -6423,12 +6423,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_ParticleSource_enabled__P68449.info = {"start":6799,"length":214,"line":222,"column":8,"endLine":227,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"enabled","argumentNames":["this","v"]} +particles_ParticleSource_enabled__P84333.info = {"start":6799,"length":214,"line":222,"column":8,"endLine":227,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"enabled","argumentNames":["this","v"]} -function particles_ParticleSource_enabled__P68449_mk(s) { +function particles_ParticleSource_enabled__P84333_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ParticleSource_enabled__P68449, depth: s.depth + 1, + parent: s, fn: particles_ParticleSource_enabled__P84333, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -6445,7 +6445,7 @@ function particles_ParticleSource_enabled__P68449_mk(s) { -function particles_ParticleSource_enabled__P68448(s) { +function particles_ParticleSource_enabled__P84332(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6460,7 +6460,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ParticleSource__C68436_VT)) failedCast(r0); + if (!checkSubtype(r0, particles_ParticleSource__C84320_VT)) failedCast(r0); r0 = s.arg0.fields["pFlags"]; s.tmp_4 = r0; r0 = (s.tmp_4 & 1); @@ -6475,13 +6475,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -particles_ParticleSource_enabled__P68448.info = {"start":6605,"length":76,"line":215,"column":8,"endLine":217,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"enabled","argumentNames":["this"]} -particles_ParticleSource_enabled__P68448.isGetter = true; +particles_ParticleSource_enabled__P84332.info = {"start":6605,"length":76,"line":215,"column":8,"endLine":217,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"enabled","argumentNames":["this"]} +particles_ParticleSource_enabled__P84332.isGetter = true; -function particles_ParticleSource_enabled__P68448_mk(s) { +function particles_ParticleSource_enabled__P84332_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ParticleSource_enabled__P68448, depth: s.depth + 1, + parent: s, fn: particles_ParticleSource_enabled__P84332, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -6495,7 +6495,7 @@ function particles_ParticleSource_enabled__P68448_mk(s) { -function particles_ParticleSource_setAcceleration__P68445(s) { +function particles_ParticleSource_setAcceleration__P84329(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6512,7 +6512,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ParticleSource__C68436_VT)) failedCast(r0); + if (!checkSubtype(r0, particles_ParticleSource__C84320_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; r0 = (s.arg1 * 256); s.tmp_2 = r0; @@ -6529,12 +6529,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_ParticleSource_setAcceleration__P68445.info = {"start":6009,"length":113,"line":193,"column":8,"endLine":196,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"setAcceleration","argumentNames":["this","ax","ay"]} +particles_ParticleSource_setAcceleration__P84329.info = {"start":6009,"length":113,"line":193,"column":8,"endLine":196,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"setAcceleration","argumentNames":["this","ax","ay"]} -function particles_ParticleSource_setAcceleration__P68445_mk(s) { +function particles_ParticleSource_setAcceleration__P84329_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ParticleSource_setAcceleration__P68445, depth: s.depth + 1, + parent: s, fn: particles_ParticleSource_setAcceleration__P84329, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -6548,7 +6548,7 @@ function particles_ParticleSource_setAcceleration__P68445_mk(s) { -function sprites_BaseSprite_constructor__P67620(s) { +function sprites_BaseSprite_constructor__P83504(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6564,15 +6564,15 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_BaseSprite__C67618_VT)) failedCast(r0); - s.tmp_0 = sprites_BaseSprite_z__P67623_mk(s); + if (!checkSubtype(r0, sprites_BaseSprite__C83502_VT)) failedCast(r0); + s.tmp_0 = sprites_BaseSprite_z__P83507_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; s.callLocIdx = 128; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - s.tmp_0 = scene_Scene_addSprite__P68202_mk(s); - s.tmp_1 = game_currentScene__P68290_mk(s); + s.tmp_0 = scene_Scene_addSprite__P84086_mk(s); + s.tmp_1 = game_currentScene__P84174_mk(s); s.callLocIdx = 129; s.pc = 3; return s.tmp_1; case 3: r0 = s.retval; @@ -6585,12 +6585,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -sprites_BaseSprite_constructor__P67620.info = {"start":344,"length":170,"line":15,"column":8,"endLine":20,"endColumn":9,"fileName":"pxt_modules/game/basesprite.ts","functionName":"inline","argumentNames":["this","z"]} +sprites_BaseSprite_constructor__P83504.info = {"start":344,"length":170,"line":15,"column":8,"endLine":20,"endColumn":9,"fileName":"pxt_modules/game/basesprite.ts","functionName":"inline","argumentNames":["this","z"]} -function sprites_BaseSprite_constructor__P67620_mk(s) { +function sprites_BaseSprite_constructor__P83504_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_BaseSprite_constructor__P67620, depth: s.depth + 1, + parent: s, fn: sprites_BaseSprite_constructor__P83504, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -6602,7 +6602,7 @@ function sprites_BaseSprite_constructor__P67620_mk(s) { -function scene_Scene_addSprite__P68202(s) { +function scene_Scene_addSprite__P84086(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6618,7 +6618,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Scene__C68177_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Scene__C84061_VT)) failedCast(r0); r0 = s.arg0.fields["allSprites"]; s.tmp_0 = r0; r0 = pxsim_Array__push(s.tmp_0, s.arg1); @@ -6645,12 +6645,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_Scene_addSprite__P68202.info = {"start":6859,"length":128,"line":193,"column":8,"endLine":196,"endColumn":9,"fileName":"pxt_modules/game/scene.ts","functionName":"addSprite","argumentNames":["this","sprite"]} +scene_Scene_addSprite__P84086.info = {"start":6859,"length":128,"line":193,"column":8,"endLine":196,"endColumn":9,"fileName":"pxt_modules/game/scene.ts","functionName":"addSprite","argumentNames":["this","sprite"]} -function scene_Scene_addSprite__P68202_mk(s) { +function scene_Scene_addSprite__P84086_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Scene_addSprite__P68202, depth: s.depth + 1, + parent: s, fn: scene_Scene_addSprite__P84086, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -6664,7 +6664,7 @@ function scene_Scene_addSprite__P68202_mk(s) { -function sprites_BaseSprite_z__P67623(s) { +function sprites_BaseSprite_z__P83507(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6680,7 +6680,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_BaseSprite__C67618_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_BaseSprite__C83502_VT)) failedCast(r0); r0 = s.arg0.fields["_z"]; s.tmp_1 = r0; r0 = (s.tmp_1 !== s.arg1); @@ -6688,7 +6688,7 @@ switch (step) { r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } r0 = (s.arg0).fields["_z"] = (s.arg1); - s.tmp_1 = game_currentScene__P68290_mk(s); + s.tmp_1 = game_currentScene__P84174_mk(s); s.callLocIdx = 131; s.pc = 3; return s.tmp_1; case 3: r0 = s.retval; @@ -6704,12 +6704,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -sprites_BaseSprite_z__P67623.info = {"start":656,"length":174,"line":30,"column":8,"endLine":35,"endColumn":9,"fileName":"pxt_modules/game/basesprite.ts","functionName":"z","argumentNames":["this","v"]} +sprites_BaseSprite_z__P83507.info = {"start":656,"length":174,"line":30,"column":8,"endLine":35,"endColumn":9,"fileName":"pxt_modules/game/basesprite.ts","functionName":"z","argumentNames":["this","v"]} -function sprites_BaseSprite_z__P67623_mk(s) { +function sprites_BaseSprite_z__P83507_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_BaseSprite_z__P67623, depth: s.depth + 1, + parent: s, fn: sprites_BaseSprite_z__P83507, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -6723,7 +6723,7 @@ function sprites_BaseSprite_z__P67623_mk(s) { -function sprites_BaseSprite_z__P67622(s) { +function sprites_BaseSprite_z__P83506(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6738,18 +6738,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_BaseSprite__C67618_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_BaseSprite__C83502_VT)) failedCast(r0); r0 = s.arg0.fields["_z"]; return leaveAccessor(s, r0) default: oops() } } } -sprites_BaseSprite_z__P67622.info = {"start":591,"length":55,"line":26,"column":8,"endLine":28,"endColumn":9,"fileName":"pxt_modules/game/basesprite.ts","functionName":"z","argumentNames":["this"]} -sprites_BaseSprite_z__P67622.isGetter = true; +sprites_BaseSprite_z__P83506.info = {"start":591,"length":55,"line":26,"column":8,"endLine":28,"endColumn":9,"fileName":"pxt_modules/game/basesprite.ts","functionName":"z","argumentNames":["this"]} +sprites_BaseSprite_z__P83506.isGetter = true; -function sprites_BaseSprite_z__P67622_mk(s) { +function sprites_BaseSprite_z__P83506_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_BaseSprite_z__P67622, depth: s.depth + 1, + parent: s, fn: sprites_BaseSprite_z__P83506, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -6758,7 +6758,7 @@ function sprites_BaseSprite_z__P67622_mk(s) { -function helpers_arrayShift__P65858(s) { +function helpers_arrayShift__P81742(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6776,12 +6776,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -helpers_arrayShift__P65858.info = {"start":4045,"length":82,"line":153,"column":4,"endLine":155,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arrayShift","argumentNames":["arr"]} +helpers_arrayShift__P81742.info = {"start":4045,"length":82,"line":153,"column":4,"endLine":155,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arrayShift","argumentNames":["arr"]} -function helpers_arrayShift__P65858_mk(s) { +function helpers_arrayShift__P81742_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_arrayShift__P65858, depth: s.depth + 1, + parent: s, fn: helpers_arrayShift__P81742, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -6790,7 +6790,7 @@ function helpers_arrayShift__P65858_mk(s) { -function particles_SprayFactory_setSpeed__P68480(s) { +function particles_SprayFactory_setSpeed__P84364(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6806,7 +6806,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_SprayFactory__C68476_VT)) failedCast(r0); + if (!checkSubtype(r0, particles_SprayFactory__C84360_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; r0 = (s.arg1 * 256); s.tmp_2 = r0; @@ -6817,12 +6817,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_SprayFactory_setSpeed__P68480.info = {"start":3322,"length":92,"line":119,"column":8,"endLine":121,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"setSpeed","argumentNames":["this","pixelsPerSecond"]} +particles_SprayFactory_setSpeed__P84364.info = {"start":3322,"length":92,"line":119,"column":8,"endLine":121,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"setSpeed","argumentNames":["this","pixelsPerSecond"]} -function particles_SprayFactory_setSpeed__P68480_mk(s) { +function particles_SprayFactory_setSpeed__P84364_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_SprayFactory_setSpeed__P68480, depth: s.depth + 1, + parent: s, fn: particles_SprayFactory_setSpeed__P84364, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -6835,7 +6835,7 @@ function particles_SprayFactory_setSpeed__P68480_mk(s) { -function particles_ConfettiFactory_constructor__P68504(s) { +function particles_ConfettiFactory_constructor__P84388(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6845,8 +6845,8 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.confetti___72832 = undefined; - s.i___72848 = undefined; + s.confetti___88716 = undefined; + s.i___88732 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -6854,52 +6854,52 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ConfettiFactory__C68503_VT)) failedCast(r0); + if (!checkSubtype(r0, particles_ConfettiFactory__C84387_VT)) failedCast(r0); r0 = pxsim_Array__mk(); s.tmp_0 = r0; - r0 = pxsim.image.ofBuffer(_hex72835); + r0 = pxsim.image.ofBuffer(_hex88719); s.tmp_1 = r0; r0 = pxsim_Array__push(s.tmp_0, s.tmp_1); - r0 = pxsim.image.ofBuffer(_hex72837); + r0 = pxsim.image.ofBuffer(_hex88721); s.tmp_2 = r0; r0 = pxsim_Array__push(s.tmp_0, s.tmp_2); - r0 = pxsim.image.ofBuffer(_hex72839); + r0 = pxsim.image.ofBuffer(_hex88723); s.tmp_3 = r0; r0 = pxsim_Array__push(s.tmp_0, s.tmp_3); - r0 = pxsim.image.ofBuffer(_hex72841); + r0 = pxsim.image.ofBuffer(_hex88725); s.tmp_4 = r0; r0 = pxsim_Array__push(s.tmp_0, s.tmp_4); - r0 = pxsim.image.ofBuffer(_hex72843); + r0 = pxsim.image.ofBuffer(_hex88727); s.tmp_5 = r0; r0 = pxsim_Array__push(s.tmp_0, s.tmp_5); - s.confetti___72832 = (s.tmp_0); - s.tmp_0 = particles_ShapeFactory_constructor__P68499_mk(s); + s.confetti___88716 = (s.tmp_0); + s.tmp_0 = particles_ShapeFactory_constructor__P84383_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; s.tmp_0.arg2 = s.arg2; - r0 = pxsim_Array__getAt(s.confetti___72832, 0); + r0 = pxsim_Array__getAt(s.confetti___88716, 0); s.tmp_0.arg3 = r0; s.callLocIdx = 1119; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; - s.i___72848 = (1); + s.i___88732 = (1); case 1: - s.tmp_1 = r0 = s.i___72848; - r0 = pxsim_Array__length(s.confetti___72832); + s.tmp_1 = r0 = s.i___88732; + r0 = pxsim_Array__length(s.confetti___88716); s.tmp_2 = r0; r0 = (s.tmp_1 < s.tmp_2); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 2; continue; } - s.tmp_3 = particles_ShapeFactory_addShape__P68500_mk(s); + s.tmp_3 = particles_ShapeFactory_addShape__P84384_mk(s); s.tmp_3.arg0 = s.arg0; - r0 = pxsim_Array__getAt(s.confetti___72832, s.i___72848); + r0 = pxsim_Array__getAt(s.confetti___88716, s.i___88732); s.tmp_3.arg1 = r0; s.callLocIdx = 1120; s.pc = 4; return s.tmp_3; case 4: r0 = s.retval; - r0 = (s.i___72848 + 1); - s.i___72848 = (r0); + r0 = (s.i___88732 + 1); + s.i___88732 = (r0); { step = 1; continue; } case 2: r0 = (s.arg0).fields["minLifespan"] = (1000); @@ -6908,12 +6908,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_ConfettiFactory_constructor__P68504.info = {"start":7755,"length":706,"line":247,"column":8,"endLine":274,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"inline","argumentNames":["this","xRange","yRange"]} +particles_ConfettiFactory_constructor__P84388.info = {"start":7755,"length":706,"line":247,"column":8,"endLine":274,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"inline","argumentNames":["this","xRange","yRange"]} -function particles_ConfettiFactory_constructor__P68504_mk(s) { +function particles_ConfettiFactory_constructor__P84388_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ConfettiFactory_constructor__P68504, depth: s.depth + 1, + parent: s, fn: particles_ConfettiFactory_constructor__P84388, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -6921,23 +6921,23 @@ function particles_ConfettiFactory_constructor__P68504_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - confetti___72832: undefined, - i___72848: undefined, + confetti___88716: undefined, + i___88732: undefined, arg0: undefined, arg1: undefined, arg2: undefined, } } -const _hex72835 = pxsim.BufferMethods.createBufferFromHex("87040100010000000f000000") -const _hex72837 = pxsim.BufferMethods.createBufferFromHex("8704010002000000ff000000") -const _hex72839 = pxsim.BufferMethods.createBufferFromHex("87040200010000000f0000000f000000") -const _hex72841 = pxsim.BufferMethods.createBufferFromHex("8704020002000000ff0000000f000000") -const _hex72843 = pxsim.BufferMethods.createBufferFromHex("87040200020000000f000000ff000000") +const _hex88719 = pxsim.BufferMethods.createBufferFromHex("87040100010000000f000000") +const _hex88721 = pxsim.BufferMethods.createBufferFromHex("8704010002000000ff000000") +const _hex88723 = pxsim.BufferMethods.createBufferFromHex("87040200010000000f0000000f000000") +const _hex88725 = pxsim.BufferMethods.createBufferFromHex("8704020002000000ff0000000f000000") +const _hex88727 = pxsim.BufferMethods.createBufferFromHex("87040200020000000f000000ff000000") -function particles_ShapeFactory_addShape__P68500(s) { +function particles_ShapeFactory_addShape__P84384(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6953,7 +6953,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ShapeFactory__C68498_VT)) failedCast(r0); + if (!checkSubtype(r0, particles_ShapeFactory__C84382_VT)) failedCast(r0); r0 = pxsim_numops_toBoolDecr(s.arg1); if (!r0) { step = 1; continue; } r0 = s.arg0.fields["sources"]; @@ -6965,12 +6965,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_ShapeFactory_addShape__P68500.info = {"start":7079,"length":83,"line":225,"column":8,"endLine":227,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"addShape","argumentNames":["this","shape"]} +particles_ShapeFactory_addShape__P84384.info = {"start":7079,"length":83,"line":225,"column":8,"endLine":227,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"addShape","argumentNames":["this","shape"]} -function particles_ShapeFactory_addShape__P68500_mk(s) { +function particles_ShapeFactory_addShape__P84384_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ShapeFactory_addShape__P68500, depth: s.depth + 1, + parent: s, fn: particles_ShapeFactory_addShape__P84384, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -6981,7 +6981,7 @@ function particles_ShapeFactory_addShape__P68500_mk(s) { -function particles_ShapeFactory_constructor__P68499(s) { +function particles_ShapeFactory_constructor__P84383(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -6999,8 +6999,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ShapeFactory__C68498_VT)) failedCast(r0); - s.tmp_0 = particles_AreaFactory_constructor__P68487_mk(s); + if (!checkSubtype(r0, particles_ShapeFactory__C84382_VT)) failedCast(r0); + s.tmp_0 = particles_AreaFactory_constructor__P84371_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; s.tmp_0.arg2 = s.arg2; @@ -7037,12 +7037,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_ShapeFactory_constructor__P68499.info = {"start":6668,"length":285,"line":212,"column":8,"endLine":219,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"inline","argumentNames":["this","xRange","yRange","source"]} +particles_ShapeFactory_constructor__P84383.info = {"start":6668,"length":285,"line":212,"column":8,"endLine":219,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"inline","argumentNames":["this","xRange","yRange","source"]} -function particles_ShapeFactory_constructor__P68499_mk(s) { +function particles_ShapeFactory_constructor__P84383_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ShapeFactory_constructor__P68499, depth: s.depth + 1, + parent: s, fn: particles_ShapeFactory_constructor__P84383, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -7059,7 +7059,7 @@ function particles_ShapeFactory_constructor__P68499_mk(s) { -function particles_AreaFactory_constructor__P68487(s) { +function particles_AreaFactory_constructor__P84371(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -7078,8 +7078,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_AreaFactory__C68482_VT)) failedCast(r0); - s.tmp_0 = particles_SprayFactory_constructor__P68477_mk(s); + if (!checkSubtype(r0, particles_AreaFactory__C84366_VT)) failedCast(r0); + s.tmp_0 = particles_SprayFactory_constructor__P84361_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = 40; s.tmp_0.arg2 = 0; @@ -7109,9 +7109,9 @@ switch (step) { // jmp value (already in r0) s.tmp_0 = r0; r0 = (s.arg0).fields["maxLifespan"] = (s.tmp_0); - r0 = pxsim_pxtcore_mkClassInstance(Math_FastRandom__C68344_VT); + r0 = pxsim_pxtcore_mkClassInstance(Math_FastRandom__C84228_VT); s.tmp_0 = r0; - s.tmp_1 = Math_FastRandom_constructor__P68346_mk(s); + s.tmp_1 = Math_FastRandom_constructor__P84230_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = undefined; s.callLocIdx = 1098; s.pc = 6; return s.tmp_1; @@ -7122,12 +7122,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_AreaFactory_constructor__P68487.info = {"start":3950,"length":374,"line":139,"column":8,"endLine":146,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"inline","argumentNames":["this","xRange","yRange","minLifespan","maxLifespan"]} +particles_AreaFactory_constructor__P84371.info = {"start":3950,"length":374,"line":139,"column":8,"endLine":146,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"inline","argumentNames":["this","xRange","yRange","minLifespan","maxLifespan"]} -function particles_AreaFactory_constructor__P68487_mk(s) { +function particles_AreaFactory_constructor__P84371_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_AreaFactory_constructor__P68487, depth: s.depth + 1, + parent: s, fn: particles_AreaFactory_constructor__P84371, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -7142,7 +7142,7 @@ function particles_AreaFactory_constructor__P68487_mk(s) { -function effects_ScreenEffect_constructor__P68552(s) { +function effects_ScreenEffect_constructor__P84436(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -7161,8 +7161,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, effects_ScreenEffect__C68551_VT)) failedCast(r0); - s.tmp_0 = effects_ParticleEffect_constructor__P68548_mk(s); + if (!checkSubtype(r0, effects_ScreenEffect__C84435_VT)) failedCast(r0); + s.tmp_0 = effects_ParticleEffect_constructor__P84432_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; s.tmp_0.arg2 = s.arg3; @@ -7175,12 +7175,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -effects_ScreenEffect_constructor__P68552.info = {"start":2911,"length":332,"line":81,"column":8,"endLine":85,"endColumn":9,"fileName":"pxt_modules/game/particleeffects.ts","functionName":"inline","argumentNames":["this","anchorDefault","sceneDefault","defaultLifespan","sourceFactory"]} +effects_ScreenEffect_constructor__P84436.info = {"start":2911,"length":332,"line":81,"column":8,"endLine":85,"endColumn":9,"fileName":"pxt_modules/game/particleeffects.ts","functionName":"inline","argumentNames":["this","anchorDefault","sceneDefault","defaultLifespan","sourceFactory"]} -function effects_ScreenEffect_constructor__P68552_mk(s) { +function effects_ScreenEffect_constructor__P84436_mk(s) { checkStack(s.depth); return { - parent: s, fn: effects_ScreenEffect_constructor__P68552, depth: s.depth + 1, + parent: s, fn: effects_ScreenEffect_constructor__P84436, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -7194,7 +7194,7 @@ function effects_ScreenEffect_constructor__P68552_mk(s) { -function effects_ParticleEffect_constructor__P68548(s) { +function effects_ParticleEffect_constructor__P84432(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -7212,7 +7212,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, effects_ParticleEffect__C68547_VT)) failedCast(r0); + if (!checkSubtype(r0, effects_ParticleEffect__C84431_VT)) failedCast(r0); r0 = (s.arg0).fields["sourceFactory"] = (s.arg3); r0 = (s.arg0).fields["defaultRate"] = (s.arg1); r0 = (s.arg0).fields["defaultLifespan"] = (s.arg2); @@ -7220,12 +7220,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -effects_ParticleEffect_constructor__P68548.info = {"start":384,"length":364,"line":13,"column":8,"endLine":18,"endColumn":9,"fileName":"pxt_modules/game/particleeffects.ts","functionName":"inline","argumentNames":["this","defaultParticlesPerSecond","defaultLifespan","sourceFactory"]} +effects_ParticleEffect_constructor__P84432.info = {"start":384,"length":364,"line":13,"column":8,"endLine":18,"endColumn":9,"fileName":"pxt_modules/game/particleeffects.ts","functionName":"inline","argumentNames":["this","defaultParticlesPerSecond","defaultLifespan","sourceFactory"]} -function effects_ParticleEffect_constructor__P68548_mk(s) { +function effects_ParticleEffect_constructor__P84432_mk(s) { checkStack(s.depth); return { - parent: s, fn: effects_ParticleEffect_constructor__P68548, depth: s.depth + 1, + parent: s, fn: effects_ParticleEffect_constructor__P84432, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -7237,7 +7237,7 @@ function effects_ParticleEffect_constructor__P68548_mk(s) { -function scene_Scene_init__P68199(s) { +function scene_Scene_init__P84083(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -7252,7 +7252,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Scene__C68177_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Scene__C84061_VT)) failedCast(r0); r0 = s.arg0.fields["allSprites"]; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); @@ -7260,7 +7260,7 @@ switch (step) { { step = 3; continue; } case 1: case 2: - s.tmp_1 = power_poke__P67465_mk(s); + s.tmp_1 = power_poke__P83349_mk(s); s.callLocIdx = 781; s.pc = 4; return s.tmp_1; case 4: r0 = s.retval; @@ -7269,10 +7269,10 @@ switch (step) { s.tmp_1 = r0; r0 = (s.tmp_0).fields["allSprites"] = (s.tmp_1); r0 = (s.arg0).fields["spriteNextId"] = (0); - r0 = pxsim_pxtcore_mkAction(1, inline__P72967); + r0 = pxsim_pxtcore_mkAction(1, inline__P88851); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - s.tmp_1 = control_EventContext_registerFrameHandler__P66152_mk(s); + s.tmp_1 = control_EventContext_registerFrameHandler__P82036_mk(s); r0 = s.arg0.fields["eventContext"]; s.tmp_1.arg0 = r0; s.tmp_1.arg1 = 8; @@ -7280,18 +7280,18 @@ switch (step) { s.callLocIdx = 784; s.pc = 5; return s.tmp_1; case 5: r0 = s.retval; - s.tmp_0 = control_EventContext_registerFrameHandler__P66152_mk(s); + s.tmp_0 = control_EventContext_registerFrameHandler__P82036_mk(s); r0 = s.arg0.fields["eventContext"]; s.tmp_0.arg0 = r0; s.tmp_0.arg1 = 13; - s.tmp_0.arg2 = controller__moveSprites__P67682; + s.tmp_0.arg2 = controller__moveSprites__P83566; s.callLocIdx = 785; s.pc = 6; return s.tmp_0; case 6: r0 = s.retval; - r0 = pxsim_pxtcore_mkAction(1, inline__P72990); + r0 = pxsim_pxtcore_mkAction(1, inline__P88874); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - s.tmp_1 = control_EventContext_registerFrameHandler__P66152_mk(s); + s.tmp_1 = control_EventContext_registerFrameHandler__P82036_mk(s); r0 = s.arg0.fields["eventContext"]; s.tmp_1.arg0 = r0; s.tmp_1.arg1 = 15; @@ -7299,10 +7299,10 @@ switch (step) { s.callLocIdx = 787; s.pc = 7; return s.tmp_1; case 7: r0 = s.retval; - r0 = pxsim_pxtcore_mkAction(1, inline__P73003); + r0 = pxsim_pxtcore_mkAction(1, inline__P88887); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - s.tmp_1 = control_EventContext_registerFrameHandler__P66152_mk(s); + s.tmp_1 = control_EventContext_registerFrameHandler__P82036_mk(s); r0 = s.arg0.fields["eventContext"]; s.tmp_1.arg0 = r0; s.tmp_1.arg1 = 55; @@ -7310,10 +7310,10 @@ switch (step) { s.callLocIdx = 791; s.pc = 8; return s.tmp_1; case 8: r0 = s.retval; - r0 = pxsim_pxtcore_mkAction(1, inline__P73024); + r0 = pxsim_pxtcore_mkAction(1, inline__P88908); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - s.tmp_1 = control_EventContext_registerFrameHandler__P66152_mk(s); + s.tmp_1 = control_EventContext_registerFrameHandler__P82036_mk(s); r0 = s.arg0.fields["eventContext"]; s.tmp_1.arg0 = r0; s.tmp_1.arg1 = 90; @@ -7321,10 +7321,10 @@ switch (step) { s.callLocIdx = 793; s.pc = 9; return s.tmp_1; case 9: r0 = s.retval; - r0 = pxsim_pxtcore_mkAction(1, inline__P73032); + r0 = pxsim_pxtcore_mkAction(1, inline__P88916); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - s.tmp_1 = control_EventContext_registerFrameHandler__P66152_mk(s); + s.tmp_1 = control_EventContext_registerFrameHandler__P82036_mk(s); r0 = s.arg0.fields["eventContext"]; s.tmp_1.arg0 = r0; s.tmp_1.arg1 = 150; @@ -7332,19 +7332,19 @@ switch (step) { s.callLocIdx = 797; s.pc = 10; return s.tmp_1; case 10: r0 = s.retval; - s.tmp_0 = control_EventContext_registerFrameHandler__P66152_mk(s); + s.tmp_0 = control_EventContext_registerFrameHandler__P82036_mk(s); r0 = s.arg0.fields["eventContext"]; s.tmp_0.arg0 = r0; s.tmp_0.arg1 = 200; - s.tmp_0.arg2 = control___screen_update__P67523; + s.tmp_0.arg2 = control___screen_update__P83407; s.callLocIdx = 798; s.pc = 11; return s.tmp_0; case 11: r0 = s.retval; - r0 = pxsim_pxtcore_mkAction(1, inline__P73061); + r0 = pxsim_pxtcore_mkAction(1, inline__P88945); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - s.tmp_1 = helpers_arrayForEach__P65865_mk(s); - s.tmp_1.arg0 = globals.scene_Scene_initializers___68197; + s.tmp_1 = helpers_arrayForEach__P81749_mk(s); + s.tmp_1.arg0 = globals.scene_Scene_initializers___84081; s.tmp_1.arg1 = s.tmp_0; s.callLocIdx = 800; s.pc = 12; return s.tmp_1; case 12: @@ -7354,12 +7354,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_Scene_init__P68199.info = {"start":4168,"length":2477,"line":122,"column":8,"endLine":180,"endColumn":9,"fileName":"pxt_modules/game/scene.ts","functionName":"init","argumentNames":["this"]} +scene_Scene_init__P84083.info = {"start":4168,"length":2477,"line":122,"column":8,"endLine":180,"endColumn":9,"fileName":"pxt_modules/game/scene.ts","functionName":"init","argumentNames":["this"]} -function scene_Scene_init__P68199_mk(s) { +function scene_Scene_init__P84083_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Scene_init__P68199, depth: s.depth + 1, + parent: s, fn: scene_Scene_init__P84083, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -7370,7 +7370,7 @@ function scene_Scene_init__P68199_mk(s) { -function inline__P72967(s) { +function inline__P88851(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -7389,7 +7389,7 @@ switch (step) { r0 = (s.tmp_2 + s.tmp_3); s.tmp_1 = r0; r0 = (s.tmp_0).fields["_millis"] = (s.tmp_1); - s.tmp_0 = controller___update__P67710_mk(s); + s.tmp_0 = controller___update__P83594_mk(s); r0 = s.caps[0].fields["eventContext"]; s.tmp_1 = r0; r0 = s.tmp_1.fields["deltaTimeMillis"]; @@ -7403,12 +7403,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P72967.info = {"start":4458,"length":217,"line":129,"column":72,"endLine":133,"endColumn":13,"fileName":"pxt_modules/game/scene.ts","functionName":"inline","argumentNames":[]} +inline__P88851.info = {"start":4458,"length":217,"line":129,"column":72,"endLine":133,"endColumn":13,"fileName":"pxt_modules/game/scene.ts","functionName":"inline","argumentNames":[]} -function inline__P72967_mk(s) { +function inline__P88851_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P72967, depth: s.depth + 1, + parent: s, fn: inline__P88851, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -7420,7 +7420,7 @@ function inline__P72967_mk(s) { -function inline__P72990(s) { +function inline__P88874(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -7430,7 +7430,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = PhysicsEngine__C67923_v4_2_mk(s); + s.tmp_0 = PhysicsEngine__C83807_v4_2_mk(s); r0 = s.caps[0].fields["physicsEngine"]; s.tmp_0.arg0 = r0; r0 = s.caps[0].fields["eventContext"]; @@ -7439,7 +7439,7 @@ switch (step) { s.tmp_2 = r0; r0 = (s.tmp_2 / 1000); s.tmp_0.arg1 = r0; - if (!checkSubtype(s.tmp_0.arg0, PhysicsEngine__C67923_VT)) failedCast(s.tmp_0.arg0); + if (!checkSubtype(s.tmp_0.arg0, PhysicsEngine__C83807_VT)) failedCast(s.tmp_0.arg0); s.tmp_0.fn = s.tmp_0.arg0.vtable.methods.move; s.pc = 1; return s.tmp_0; case 1: @@ -7448,12 +7448,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P72990.info = {"start":4970,"length":159,"line":138,"column":69,"endLine":141,"endColumn":13,"fileName":"pxt_modules/game/scene.ts","functionName":"inline","argumentNames":[]} +inline__P88874.info = {"start":4970,"length":159,"line":138,"column":69,"endLine":141,"endColumn":13,"fileName":"pxt_modules/game/scene.ts","functionName":"inline","argumentNames":[]} -function inline__P72990_mk(s) { +function inline__P88874_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P72990, depth: s.depth + 1, + parent: s, fn: inline__P88874, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -7464,7 +7464,7 @@ function inline__P72990_mk(s) { -function inline__P73003(s) { +function inline__P88887(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -7474,39 +7474,39 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.dt___73004 = undefined; - s.s___73012 = undefined; - s.unnamed394___U2 = undefined; - s.unnamed395___U3 = undefined; + s.dt___88888 = undefined; + s.s___88896 = undefined; + s.unnamed474___U2 = undefined; + s.unnamed475___U3 = undefined; r0 = s.caps[0].fields["eventContext"]; s.tmp_0 = r0; r0 = s.tmp_0.fields["deltaTimeMillis"]; s.tmp_1 = r0; r0 = (s.tmp_1 / 1000); - s.dt___73004 = (r0); - s.tmp_0 = scene_Camera_update__P68134_mk(s); + s.dt___88888 = (r0); + s.tmp_0 = scene_Camera_update__P84018_mk(s); r0 = s.caps[0].fields["camera"]; s.tmp_0.arg0 = r0; s.callLocIdx = 789; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; - s.s___73012 = (undefined); + s.s___88896 = (undefined); r0 = s.caps[0].fields["allSprites"]; - s.unnamed394___U2 = (r0); - s.unnamed395___U3 = (0); + s.unnamed474___U2 = (r0); + s.unnamed475___U3 = (0); case 1: - s.tmp_0 = r0 = s.unnamed395___U3; - r0 = pxsim_Array__length(s.unnamed394___U2); + s.tmp_0 = r0 = s.unnamed475___U3; + r0 = pxsim_Array__length(s.unnamed474___U2); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 2; continue; } - r0 = pxsim_Array__getAt(s.unnamed394___U2, s.unnamed395___U3); - s.s___73012 = (r0); + r0 = pxsim_Array__getAt(s.unnamed474___U2, s.unnamed475___U3); + s.s___88896 = (r0); s.tmp_2 = if___update_3_mk(s); - s.tmp_2.arg0 = s.s___73012; + s.tmp_2.arg0 = s.s___88896; r0 = s.caps[0].fields["camera"]; s.tmp_2.arg1 = r0; - s.tmp_2.arg2 = s.dt___73004; + s.tmp_2.arg2 = s.dt___88888; if (!s.tmp_2.arg0.vtable.iface) { setupLambda(s.tmp_2, pxsim_pxtrt.mapGetByString(s.tmp_2.arg0, "__update"), 3); s.callLocIdx = 790; s.pc = 4; return s.tmp_2; @@ -7518,36 +7518,36 @@ switch (step) { } case 4: r0 = s.retval; - r0 = (s.unnamed395___U3 + 1); - s.unnamed395___U3 = (r0); + r0 = (s.unnamed475___U3 + 1); + s.unnamed475___U3 = (r0); { step = 1; continue; } case 2: - s.unnamed394___U2 = (undefined); + s.unnamed474___U2 = (undefined); r0 = undefined; return leave(s, r0) default: oops() } } } -inline__P73003.info = {"start":5318,"length":214,"line":147,"column":79,"endLine":153,"endColumn":13,"fileName":"pxt_modules/game/scene.ts","functionName":"inline","argumentNames":[]} +inline__P88887.info = {"start":5318,"length":214,"line":147,"column":79,"endLine":153,"endColumn":13,"fileName":"pxt_modules/game/scene.ts","functionName":"inline","argumentNames":[]} -function inline__P73003_mk(s) { +function inline__P88887_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P73003, depth: s.depth + 1, + parent: s, fn: inline__P88887, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - dt___73004: undefined, - s___73012: undefined, - unnamed394___U2: undefined, - unnamed395___U3: undefined, + dt___88888: undefined, + s___88896: undefined, + unnamed474___U2: undefined, + unnamed475___U3: undefined, } } -function inline__P73024(s) { +function inline__P88908(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -7557,7 +7557,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = scene_Scene_render__P68204_mk(s); + s.tmp_0 = scene_Scene_render__P84088_mk(s); s.tmp_0.arg0 = s.caps[0]; s.callLocIdx = 792; s.pc = 1; return s.tmp_0; case 1: @@ -7566,12 +7566,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P73024.info = {"start":5673,"length":109,"line":158,"column":76,"endLine":161,"endColumn":13,"fileName":"pxt_modules/game/scene.ts","functionName":"inline","argumentNames":[]} +inline__P88908.info = {"start":5673,"length":109,"line":158,"column":76,"endLine":161,"endColumn":13,"fileName":"pxt_modules/game/scene.ts","functionName":"inline","argumentNames":[]} -function inline__P73024_mk(s) { +function inline__P88908_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P73024, depth: s.depth + 1, + parent: s, fn: inline__P88908, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, } } @@ -7580,7 +7580,7 @@ function inline__P73024_mk(s) { -function inline__P73032(s) { +function inline__P88916(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -7590,26 +7590,26 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = r0 = globals.stats___68287; + s.tmp_0 = r0 = globals.stats___84171; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 1; continue; } r0 = s.tmp_0; { step = 2; continue; } case 1: - r0 = globals.control_EventContext_onStats___66147; + r0 = globals.control_EventContext_onStats___82031; case 2: // jmp value (already in r0) s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 3; continue; } s.tmp_2 = lambda_2_mk(s); - s.tmp_2.argL = globals.control_EventContext_onStats___66147; - if ((globals.control_EventContext_lastStats___66146) && (globals.control_EventContext_lastStats___66146).vtable) { + s.tmp_2.argL = globals.control_EventContext_onStats___82031; + if ((globals.control_EventContext_lastStats___82030) && (globals.control_EventContext_lastStats___82030).vtable) { setupResume(s, 8); - pxsim_String__stringConv(globals.control_EventContext_lastStats___66146); + pxsim_String__stringConv(globals.control_EventContext_lastStats___82030); checkResumeConsumed(); return; - } else { s.retval = (globals.control_EventContext_lastStats___66146) + ""; } + } else { s.retval = (globals.control_EventContext_lastStats___82030) + ""; } case 8: r0 = s.retval; s.tmp_3 = r0; @@ -7645,23 +7645,23 @@ switch (step) { r0 = s.retval; case 3: case 4: - r0 = pxsim_numops_toBoolDecr(globals.debug___68286); + r0 = pxsim_numops_toBoolDecr(globals.debug___84170); if (!r0) { step = 5; continue; } - s.tmp_0 = PhysicsEngine__C67923_v3_1_mk(s); + s.tmp_0 = PhysicsEngine__C83807_v3_1_mk(s); r0 = s.caps[0].fields["physicsEngine"]; s.tmp_0.arg0 = r0; - if (!checkSubtype(s.tmp_0.arg0, PhysicsEngine__C67923_VT)) failedCast(s.tmp_0.arg0); + if (!checkSubtype(s.tmp_0.arg0, PhysicsEngine__C83807_VT)) failedCast(s.tmp_0.arg0); s.tmp_0.fn = s.tmp_0.arg0.vtable.methods.draw; s.pc = 11; return s.tmp_0; case 11: r0 = s.retval; case 5: case 6: - s.tmp_0 = game_consoleOverlay_draw__P68412_mk(s); + s.tmp_0 = game_consoleOverlay_draw__P84296_mk(s); s.callLocIdx = 795; s.pc = 12; return s.tmp_0; case 12: r0 = s.retval; - s.tmp_0 = power_checkDeepSleep__P67466_mk(s); + s.tmp_0 = power_checkDeepSleep__P83350_mk(s); s.callLocIdx = 796; s.pc = 13; return s.tmp_0; case 13: r0 = s.retval; @@ -7669,12 +7669,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P73032.info = {"start":5899,"length":504,"line":163,"column":80,"endLine":175,"endColumn":13,"fileName":"pxt_modules/game/scene.ts","functionName":"inline","argumentNames":[]} +inline__P88916.info = {"start":5899,"length":504,"line":163,"column":80,"endLine":175,"endColumn":13,"fileName":"pxt_modules/game/scene.ts","functionName":"inline","argumentNames":[]} -function inline__P73032_mk(s) { +function inline__P88916_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P73032, depth: s.depth + 1, + parent: s, fn: inline__P88916, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -7691,7 +7691,7 @@ function inline__P73032_mk(s) { -function inline__P73061(s) { +function inline__P88945(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -7716,12 +7716,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P73061.info = {"start":6621,"length":12,"line":179,"column":39,"endLine":179,"endColumn":51,"fileName":"pxt_modules/game/scene.ts","functionName":"inline","argumentNames":["f"]} +inline__P88945.info = {"start":6621,"length":12,"line":179,"column":39,"endLine":179,"endColumn":51,"fileName":"pxt_modules/game/scene.ts","functionName":"inline","argumentNames":["f"]} -function inline__P73061_mk(s) { +function inline__P88945_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P73061, depth: s.depth + 1, + parent: s, fn: inline__P88945, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -7731,7 +7731,7 @@ function inline__P73061_mk(s) { -function game_consoleOverlay_draw__P68412(s) { +function game_consoleOverlay_draw__P84296(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -7741,16 +7741,16 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.height___73110 = undefined; - s.top___73115 = undefined; - s.i___73121 = undefined; - s.t___73134 = undefined; - s.tOff___73141 = undefined; - s.tab___73143 = undefined; - s.unnamed398___U6 = undefined; - s.unnamed399___U7 = undefined; - s.padding___73145 = undefined; - r0 = pxsim_numops_toBoolDecr(globals.consoleStrings___69934); + s.height___88994 = undefined; + s.top___88999 = undefined; + s.i___89005 = undefined; + s.t___89018 = undefined; + s.tOff___89025 = undefined; + s.tab___89027 = undefined; + s.unnamed478___U6 = undefined; + s.unnamed479___U7 = undefined; + s.padding___89029 = undefined; + r0 = pxsim_numops_toBoolDecr(globals.consoleStrings___85818); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; @@ -7759,7 +7759,7 @@ switch (step) { r0 = s.tmp_0; { step = 2; continue; } case 1: - r0 = pxsim_numops_toBoolDecr(globals.instance___69888); + r0 = pxsim_numops_toBoolDecr(globals.instance___85772); s.tmp_4 = r0; r0 = pxsim_Boolean__bang(s.tmp_4); s.tmp_3 = r0; @@ -7775,7 +7775,7 @@ switch (step) { case 3: case 4: s.tmp_7 = if_charHeight_1_mk(s); - s.tmp_7.arg0 = globals.consoleFont___69942; + s.tmp_7.arg0 = globals.consoleFont___85826; if (!s.tmp_7.arg0.vtable.iface) { s.retval = pxsim_pxtrt.mapGetByString(s.tmp_7.arg0, "charHeight"); } else { @@ -7788,10 +7788,10 @@ switch (step) { r0 = s.retval; s.tmp_6 = r0; r0 = (s.tmp_6 + 2); - s.height___73110 = (r0); - r0 = pxsim_numops_toBoolDecr(globals.stats___68287); + s.height___88994 = (r0); + r0 = pxsim_numops_toBoolDecr(globals.stats___84171); if (!r0) { step = 5; continue; } - r0 = s.height___73110; + r0 = s.height___88994; { step = 6; continue; } case 5: r0 = 0; @@ -7799,17 +7799,17 @@ switch (step) { // jmp value (already in r0) s.tmp_0 = r0; r0 = (2 + s.tmp_0); - s.top___73115 = (r0); - s.i___73121 = (0); + s.top___88999 = (r0); + s.i___89005 = (0); case 7: - s.tmp_1 = r0 = s.i___73121; - r0 = pxsim_Array__length(globals.consoleStrings___69934); + s.tmp_1 = r0 = s.i___89005; + r0 = pxsim_Array__length(globals.consoleStrings___85818); s.tmp_2 = r0; r0 = (s.tmp_1 < s.tmp_2); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 12; continue; } - r0 = pxsim_Array__getAt(globals.consoleStrings___69934, s.i___73121); + r0 = pxsim_Array__getAt(globals.consoleStrings___85818, s.i___89005); s.tmp_5 = r0; r0 = pxsim_String_.indexOf(s.tmp_5, "\t", undefined); s.tmp_4 = r0; @@ -7817,43 +7817,43 @@ switch (step) { s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 10; continue; } - s.tmp_6 = helpers_stringSplit__P65877_mk(s); - r0 = pxsim_Array__getAt(globals.consoleStrings___69934, s.i___73121); + s.tmp_6 = helpers_stringSplit__P81761_mk(s); + r0 = pxsim_Array__getAt(globals.consoleStrings___85818, s.i___89005); s.tmp_6.arg0 = r0; s.tmp_6.arg1 = "\t"; s.tmp_6.arg2 = undefined; s.callLocIdx = 1003; s.pc = 15; return s.tmp_6; case 15: r0 = s.retval; - s.t___73134 = (r0); - s.tOff___73141 = (0); - s.tab___73143 = (undefined); - s.unnamed398___U6 = (s.t___73134); - s.unnamed399___U7 = (0); + s.t___89018 = (r0); + s.tOff___89025 = (0); + s.tab___89027 = (undefined); + s.unnamed478___U6 = (s.t___89018); + s.unnamed479___U7 = (0); case 8: - s.tmp_0 = r0 = s.unnamed399___U7; - r0 = pxsim_Array__length(s.unnamed398___U6); + s.tmp_0 = r0 = s.unnamed479___U7; + r0 = pxsim_Array__length(s.unnamed478___U6); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 9; continue; } - r0 = pxsim_Array__getAt(s.unnamed398___U6, s.unnamed399___U7); - s.tab___73143 = (r0); - s.tmp_2 = r0 = globals.tabSize___69936; - s.tmp_5 = r0 = s.tOff___73141; - r0 = pxsim_String_.length(s.tab___73143); + r0 = pxsim_Array__getAt(s.unnamed478___U6, s.unnamed479___U7); + s.tab___89027 = (r0); + s.tmp_2 = r0 = globals.tabSize___85820; + s.tmp_5 = r0 = s.tOff___89025; + r0 = pxsim_String_.length(s.tab___89027); s.tmp_6 = r0; r0 = (s.tmp_5 + s.tmp_6); s.tmp_4 = r0; - r0 = (s.tmp_4 % globals.tabSize___69936); + r0 = (s.tmp_4 % globals.tabSize___85820); s.tmp_3 = r0; r0 = (s.tmp_2 - s.tmp_3); - s.padding___73145 = (r0); - s.tmp_0 = helpers_imagePrint__P67520_mk(s); - s.tmp_0.arg0 = globals.screen___67562; - s.tmp_0.arg1 = s.tab___73143; - s.tmp_2 = r0 = s.tOff___73141; + s.padding___89029 = (r0); + s.tmp_0 = helpers_imagePrint__P83404_mk(s); + s.tmp_0.arg0 = globals.screen___83446; + s.tmp_0.arg1 = s.tab___89027; + s.tmp_2 = r0 = s.tOff___89025; s.tmp_4 = if_charWidth_1_mk(s); - s.tmp_4.arg0 = globals.consoleFont___69942; + s.tmp_4.arg0 = globals.consoleFont___85826; if (!s.tmp_4.arg0.vtable.iface) { s.retval = pxsim_pxtrt.mapGetByString(s.tmp_4.arg0, "charWidth"); } else { @@ -7869,50 +7869,50 @@ switch (step) { s.tmp_1 = r0; r0 = (4 + s.tmp_1); s.tmp_0.arg2 = r0; - s.tmp_5 = r0 = s.top___73115; - r0 = (s.i___73121 * s.height___73110); + s.tmp_5 = r0 = s.top___88999; + r0 = (s.i___89005 * s.height___88994); s.tmp_6 = r0; r0 = (s.tmp_5 + s.tmp_6); s.tmp_0.arg3 = r0; - s.tmp_0.arg4 = globals.consoleColor___69933; - s.tmp_0.arg5 = globals.consoleFont___69942; + s.tmp_0.arg4 = globals.consoleColor___85817; + s.tmp_0.arg5 = globals.consoleFont___85826; s.tmp_0.arg6 = undefined; s.callLocIdx = 1005; s.pc = 16; return s.tmp_0; case 16: r0 = s.retval; - s.tmp_0 = r0 = s.tOff___73141; - r0 = pxsim_String_.length(s.tab___73143); + s.tmp_0 = r0 = s.tOff___89025; + r0 = pxsim_String_.length(s.tab___89027); s.tmp_2 = r0; - r0 = (s.tmp_2 + s.padding___73145); + r0 = (s.tmp_2 + s.padding___89029); s.tmp_1 = r0; r0 = (s.tmp_0 + s.tmp_1); - s.tOff___73141 = (r0); - r0 = (s.unnamed399___U7 + 1); - s.unnamed399___U7 = (r0); + s.tOff___89025 = (r0); + r0 = (s.unnamed479___U7 + 1); + s.unnamed479___U7 = (r0); { step = 8; continue; } case 9: - s.unnamed398___U6 = (undefined); + s.unnamed478___U6 = (undefined); { step = 11; continue; } case 10: - s.tmp_0 = helpers_imagePrint__P67520_mk(s); - s.tmp_0.arg0 = globals.screen___67562; - r0 = pxsim_Array__getAt(globals.consoleStrings___69934, s.i___73121); + s.tmp_0 = helpers_imagePrint__P83404_mk(s); + s.tmp_0.arg0 = globals.screen___83446; + r0 = pxsim_Array__getAt(globals.consoleStrings___85818, s.i___89005); s.tmp_0.arg1 = r0; s.tmp_0.arg2 = 4; - s.tmp_1 = r0 = s.top___73115; - r0 = (s.i___73121 * s.height___73110); + s.tmp_1 = r0 = s.top___88999; + r0 = (s.i___89005 * s.height___88994); s.tmp_2 = r0; r0 = (s.tmp_1 + s.tmp_2); s.tmp_0.arg3 = r0; - s.tmp_0.arg4 = globals.consoleColor___69933; - s.tmp_0.arg5 = globals.consoleFont___69942; + s.tmp_0.arg4 = globals.consoleColor___85817; + s.tmp_0.arg5 = globals.consoleFont___85826; s.tmp_0.arg6 = undefined; s.callLocIdx = 1006; s.pc = 18; return s.tmp_0; case 18: r0 = s.retval; case 11: - r0 = (s.i___73121 + 1); - s.i___73121 = (r0); + r0 = (s.i___89005 + 1); + s.i___89005 = (r0); { step = 7; continue; } case 12: case 13: @@ -7920,12 +7920,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -game_consoleOverlay_draw__P68412.info = {"start":1364,"length":859,"line":44,"column":4,"endLine":61,"endColumn":5,"fileName":"pxt_modules/game/console.ts","functionName":"draw","argumentNames":[]} +game_consoleOverlay_draw__P84296.info = {"start":1364,"length":859,"line":44,"column":4,"endLine":61,"endColumn":5,"fileName":"pxt_modules/game/console.ts","functionName":"draw","argumentNames":[]} -function game_consoleOverlay_draw__P68412_mk(s) { +function game_consoleOverlay_draw__P84296_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_consoleOverlay_draw__P68412, depth: s.depth + 1, + parent: s, fn: game_consoleOverlay_draw__P84296, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -7935,22 +7935,22 @@ function game_consoleOverlay_draw__P68412_mk(s) { tmp_5: undefined, tmp_6: undefined, tmp_7: undefined, - height___73110: undefined, - top___73115: undefined, - i___73121: undefined, - t___73134: undefined, - tOff___73141: undefined, - tab___73143: undefined, - unnamed398___U6: undefined, - unnamed399___U7: undefined, - padding___73145: undefined, + height___88994: undefined, + top___88999: undefined, + i___89005: undefined, + t___89018: undefined, + tOff___89025: undefined, + tab___89027: undefined, + unnamed478___U6: undefined, + unnamed479___U7: undefined, + padding___89029: undefined, } } -function scene_systemMenu_isVisible__P68393(s) { +function scene_systemMenu_isVisible__P84277(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -7960,7 +7960,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = pxsim_numops_toBoolDecr(globals.instance___69888); + r0 = pxsim_numops_toBoolDecr(globals.instance___85772); s.tmp_2 = r0; r0 = pxsim_Boolean__bang(s.tmp_2); s.tmp_1 = r0; @@ -7970,12 +7970,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_isVisible__P68393.info = {"start":13170,"length":62,"line":395,"column":4,"endLine":397,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"isVisible","argumentNames":[]} +scene_systemMenu_isVisible__P84277.info = {"start":13170,"length":62,"line":395,"column":4,"endLine":397,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"isVisible","argumentNames":[]} -function scene_systemMenu_isVisible__P68393_mk(s) { +function scene_systemMenu_isVisible__P84277_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_isVisible__P68393, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_isVisible__P84277, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -7986,7 +7986,7 @@ function scene_systemMenu_isVisible__P68393_mk(s) { -function helpers_imagePrint__P67520(s) { +function helpers_imagePrint__P83404(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -7996,31 +7996,31 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.x0___73217 = undefined; - s.cp___73219 = undefined; - s.mult___73220 = undefined; - s.dataW___73225 = undefined; - s.dataH___73231 = undefined; - s.byteHeight___73237 = undefined; - s.charSize___73243 = undefined; - s.dataSize___73247 = undefined; - s.fontdata___73251 = undefined; - s.lastchar___73254 = undefined; - s.imgBuf___73261 = undefined; - s.xOffset___73285 = undefined; - s.yOffset___73286 = undefined; - s.ch___73301 = undefined; - s.l___73320 = undefined; - s.r___73321 = undefined; - s.off___73323 = undefined; - s.guess___73324 = undefined; - s.m___73343 = undefined; - s.v___73352 = undefined; - s.i___73408 = undefined; - s.j___73413 = undefined; - s.mask___73414 = undefined; - s.c___73415 = undefined; - s.n___73432 = undefined; + s.x0___89101 = undefined; + s.cp___89103 = undefined; + s.mult___89104 = undefined; + s.dataW___89109 = undefined; + s.dataH___89115 = undefined; + s.byteHeight___89121 = undefined; + s.charSize___89127 = undefined; + s.dataSize___89131 = undefined; + s.fontdata___89135 = undefined; + s.lastchar___89138 = undefined; + s.imgBuf___89145 = undefined; + s.xOffset___89169 = undefined; + s.yOffset___89170 = undefined; + s.ch___89185 = undefined; + s.l___89204 = undefined; + s.r___89205 = undefined; + s.off___89207 = undefined; + s.guess___89208 = undefined; + s.m___89227 = undefined; + s.v___89236 = undefined; + s.i___89292 = undefined; + s.j___89297 = undefined; + s.mask___89298 = undefined; + s.c___89299 = undefined; + s.n___89316 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -8041,7 +8041,7 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - s.tmp_2 = image_getFontForText__P67507_mk(s); + s.tmp_2 = image_getFontForText__P83391_mk(s); s.tmp_2.arg0 = s.arg1; s.callLocIdx = 98; s.pc = 39; return s.tmp_2; case 39: @@ -8058,8 +8058,8 @@ switch (step) { s.arg4 = (1); case 3: case 4: - s.x0___73217 = (s.arg2); - s.cp___73219 = (0); + s.x0___89101 = (s.arg2); + s.cp___89103 = (0); s.tmp_1 = if_multiplier_1_mk(s); s.tmp_1.arg0 = s.arg5; if (!s.tmp_1.arg0.vtable.iface) { @@ -8093,7 +8093,7 @@ switch (step) { case 6: // jmp value (already in r0) s.tmp_3 = r0; - s.mult___73220 = (s.tmp_3); + s.mult___89104 = (s.tmp_3); s.tmp_1 = if_charWidth_1_mk(s); s.tmp_1.arg0 = s.arg5; if (!s.tmp_1.arg0.vtable.iface) { @@ -8107,8 +8107,8 @@ switch (step) { case 42: r0 = s.retval; s.tmp_0 = r0; - r0 = pxsim.Math_.idiv(s.tmp_0, s.mult___73220); - s.dataW___73225 = (r0); + r0 = pxsim.Math_.idiv(s.tmp_0, s.mult___89104); + s.dataW___89109 = (r0); s.tmp_1 = if_charHeight_1_mk(s); s.tmp_1.arg0 = s.arg5; if (!s.tmp_1.arg0.vtable.iface) { @@ -8122,16 +8122,16 @@ switch (step) { case 43: r0 = s.retval; s.tmp_0 = r0; - r0 = pxsim.Math_.idiv(s.tmp_0, s.mult___73220); - s.dataH___73231 = (r0); - r0 = (s.dataH___73231 + 7); + r0 = pxsim.Math_.idiv(s.tmp_0, s.mult___89104); + s.dataH___89115 = (r0); + r0 = (s.dataH___89115 + 7); s.tmp_0 = r0; r0 = (s.tmp_0 >> 3); - s.byteHeight___73237 = (r0); - r0 = (s.byteHeight___73237 * s.dataW___73225); - s.charSize___73243 = (r0); - r0 = (2 + s.charSize___73243); - s.dataSize___73247 = (r0); + s.byteHeight___89121 = (r0); + r0 = (s.byteHeight___89121 * s.dataW___89109); + s.charSize___89127 = (r0); + r0 = (2 + s.charSize___89127); + s.dataSize___89131 = (r0); s.tmp_0 = if_data_1_mk(s); s.tmp_0.arg0 = s.arg5; if (!s.tmp_0.arg0.vtable.iface) { @@ -8144,44 +8144,44 @@ switch (step) { } case 44: r0 = s.retval; - s.fontdata___73251 = (r0); - r0 = pxsim.BufferMethods.length(s.fontdata___73251); + s.fontdata___89135 = (r0); + r0 = pxsim.BufferMethods.length(s.fontdata___89135); s.tmp_1 = r0; - r0 = pxsim.Math_.idiv(s.tmp_1, s.dataSize___73247); + r0 = pxsim.Math_.idiv(s.tmp_1, s.dataSize___89131); s.tmp_0 = r0; r0 = (s.tmp_0 - 1); - s.lastchar___73254 = (r0); - r0 = (s.mult___73220 == 1); + s.lastchar___89138 = (r0); + r0 = (s.mult___89104 == 1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 7; continue; } - r0 = (8 + s.charSize___73243); + r0 = (8 + s.charSize___89127); s.tmp_1 = r0; r0 = pxsim.control.createBuffer(s.tmp_1); - s.imgBuf___73261 = (r0); - r0 = pxsim.BufferMethods.setByte(s.imgBuf___73261, 0, 135); - r0 = pxsim.BufferMethods.setByte(s.imgBuf___73261, 1, 1); - r0 = pxsim.BufferMethods.setByte(s.imgBuf___73261, 2, s.dataW___73225); - r0 = pxsim.BufferMethods.setByte(s.imgBuf___73261, 4, s.dataH___73231); + s.imgBuf___89145 = (r0); + r0 = pxsim.BufferMethods.setByte(s.imgBuf___89145, 0, 135); + r0 = pxsim.BufferMethods.setByte(s.imgBuf___89145, 1, 1); + r0 = pxsim.BufferMethods.setByte(s.imgBuf___89145, 2, s.dataW___89109); + r0 = pxsim.BufferMethods.setByte(s.imgBuf___89145, 4, s.dataH___89115); case 7: case 8: case 9: - s.tmp_1 = r0 = s.cp___73219; + s.tmp_1 = r0 = s.cp___89103; r0 = pxsim_String_.length(s.arg1); s.tmp_2 = r0; r0 = (s.tmp_1 < s.tmp_2); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 38; continue; } - s.xOffset___73285 = (0); - s.yOffset___73286 = (0); + s.xOffset___89169 = (0); + s.yOffset___89170 = (0); s.tmp_0 = r0 = s.arg6; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 10; continue; } r0 = s.tmp_0; { step = 11; continue; } case 10: - s.tmp_1 = r0 = s.cp___73219; + s.tmp_1 = r0 = s.cp___89103; r0 = pxsim_Array__length(s.arg6); s.tmp_2 = r0; r0 = (s.tmp_1 < s.tmp_2); @@ -8191,7 +8191,7 @@ switch (step) { r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 12; continue; } s.tmp_4 = if_xOffset_1_mk(s); - r0 = pxsim_Array__getAt(s.arg6, s.cp___73219); + r0 = pxsim_Array__getAt(s.arg6, s.cp___89103); s.tmp_4.arg0 = r0; if (!s.tmp_4.arg0.vtable.iface) { s.retval = pxsim_pxtrt.mapGetByString(s.tmp_4.arg0, "xOffset"); @@ -8203,9 +8203,9 @@ switch (step) { } case 45: r0 = s.retval; - s.xOffset___73285 = (r0); + s.xOffset___89169 = (r0); s.tmp_0 = if_yOffset_1_mk(s); - r0 = pxsim_Array__getAt(s.arg6, s.cp___73219); + r0 = pxsim_Array__getAt(s.arg6, s.cp___89103); s.tmp_0.arg0 = r0; if (!s.tmp_0.arg0.vtable.iface) { s.retval = pxsim_pxtrt.mapGetByString(s.tmp_0.arg0, "yOffset"); @@ -8217,15 +8217,15 @@ switch (step) { } case 46: r0 = s.retval; - s.yOffset___73286 = (r0); + s.yOffset___89170 = (r0); case 12: case 13: - s.tmp_0 = r0 = s.cp___73219; + s.tmp_0 = r0 = s.cp___89103; r0 = (s.tmp_0 + 1); - s.cp___73219 = (r0); + s.cp___89103 = (r0); r0 = pxsim_String_.charCodeAt(s.arg1, s.tmp_0); - s.ch___73301 = (r0); - r0 = (s.ch___73301 == 10); + s.ch___89185 = (r0); + r0 = (s.ch___89185 == 10); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 14; continue; } @@ -8247,89 +8247,89 @@ switch (step) { s.tmp_2 = r0; r0 = (s.tmp_1 + s.tmp_2); s.arg3 = (r0); - s.arg2 = (s.x0___73217); + s.arg2 = (s.x0___89101); case 14: case 15: - r0 = (s.ch___73301 < 32); + r0 = (s.ch___89185 < 32); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 16; continue; } { step = 9; continue; } case 16: case 17: - s.l___73320 = (0); - s.r___73321 = (s.lastchar___73254); - s.off___73323 = (0); - r0 = (s.ch___73301 - 32); + s.l___89204 = (0); + s.r___89205 = (s.lastchar___89138); + s.off___89207 = (0); + r0 = (s.ch___89185 - 32); s.tmp_0 = r0; - r0 = (s.tmp_0 * s.dataSize___73247); - s.guess___73324 = (r0); - r0 = pxsim.BufferMethods.getNumber(s.fontdata___73251, 4, s.guess___73324); + r0 = (s.tmp_0 * s.dataSize___89131); + s.guess___89208 = (r0); + r0 = pxsim.BufferMethods.getNumber(s.fontdata___89135, 4, s.guess___89208); s.tmp_1 = r0; - r0 = (s.tmp_1 == s.ch___73301); + r0 = (s.tmp_1 == s.ch___89185); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 18; continue; } - s.off___73323 = (s.guess___73324); + s.off___89207 = (s.guess___89208); { step = 25; continue; } case 18: case 19: - r0 = (s.l___73320 <= s.r___73321); + r0 = (s.l___89204 <= s.r___89205); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 24; continue; } - s.tmp_1 = r0 = s.l___73320; - r0 = (s.r___73321 - s.l___73320); + s.tmp_1 = r0 = s.l___89204; + r0 = (s.r___89205 - s.l___89204); s.tmp_3 = r0; r0 = (s.tmp_3 >> 1); s.tmp_2 = r0; r0 = (s.tmp_1 + s.tmp_2); - s.m___73343 = (r0); - s.tmp_0 = r0 = s.fontdata___73251; - r0 = (s.m___73343 * s.dataSize___73247); + s.m___89227 = (r0); + s.tmp_0 = r0 = s.fontdata___89135; + r0 = (s.m___89227 * s.dataSize___89131); s.tmp_1 = r0; r0 = pxsim.BufferMethods.getNumber(s.tmp_0, 4, s.tmp_1); - s.v___73352 = (r0); - r0 = (s.v___73352 == s.ch___73301); + s.v___89236 = (r0); + r0 = (s.v___89236 == s.ch___89185); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 20; continue; } - r0 = (s.m___73343 * s.dataSize___73247); - s.off___73323 = (r0); + r0 = (s.m___89227 * s.dataSize___89131); + s.off___89207 = (r0); { step = 24; continue; } case 20: case 21: - r0 = (s.v___73352 < s.ch___73301); + r0 = (s.v___89236 < s.ch___89185); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 22; continue; } - r0 = (s.m___73343 + 1); - s.l___73320 = (r0); + r0 = (s.m___89227 + 1); + s.l___89204 = (r0); { step = 23; continue; } case 22: - r0 = (s.m___73343 - 1); - s.r___73321 = (r0); + r0 = (s.m___89227 - 1); + s.r___89205 = (r0); case 23: { step = 19; continue; } case 24: case 25: - r0 = (s.mult___73220 == 1); + r0 = (s.mult___89104 == 1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 26; continue; } - s.tmp_1 = r0 = s.imgBuf___73261; - s.tmp_3 = r0 = s.fontdata___73251; - r0 = (s.off___73323 + 2); + s.tmp_1 = r0 = s.imgBuf___89145; + s.tmp_3 = r0 = s.fontdata___89135; + r0 = (s.off___89207 + 2); s.tmp_4 = r0; - r0 = pxsim.BufferMethods.slice(s.tmp_3, s.tmp_4, s.charSize___73243); + r0 = pxsim.BufferMethods.slice(s.tmp_3, s.tmp_4, s.charSize___89127); s.tmp_2 = r0; r0 = pxsim.BufferMethods.write(s.tmp_1, 8, s.tmp_2); - s.tmp_0 = helpers_imageDrawIcon__P67487_mk(s); + s.tmp_0 = helpers_imageDrawIcon__P83371_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_0.arg1 = s.imgBuf___73261; - r0 = (s.arg2 + s.xOffset___73285); + s.tmp_0.arg1 = s.imgBuf___89145; + r0 = (s.arg2 + s.xOffset___89169); s.tmp_0.arg2 = r0; - r0 = (s.arg3 + s.yOffset___73286); + r0 = (s.arg3 + s.yOffset___89170); s.tmp_0.arg3 = r0; s.tmp_0.arg4 = s.arg4; s.callLocIdx = 107; s.pc = 48; return s.tmp_0; @@ -8353,88 +8353,88 @@ switch (step) { s.arg2 = (r0); { step = 37; continue; } case 26: - r0 = (s.off___73323 + 2); - s.off___73323 = (r0); - s.i___73408 = (0); + r0 = (s.off___89207 + 2); + s.off___89207 = (r0); + s.i___89292 = (0); case 27: - r0 = (s.i___73408 < s.dataW___73225); + r0 = (s.i___89292 < s.dataW___89109); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 36; continue; } - s.j___73413 = (0); - s.mask___73414 = (1); - s.tmp_0 = r0 = s.off___73323; + s.j___89297 = (0); + s.mask___89298 = (1); + s.tmp_0 = r0 = s.off___89207; r0 = (s.tmp_0 + 1); - s.off___73323 = (r0); - r0 = pxsim.BufferMethods.getByte(s.fontdata___73251, s.tmp_0); - s.c___73415 = (r0); + s.off___89207 = (r0); + r0 = pxsim.BufferMethods.getByte(s.fontdata___89135, s.tmp_0); + s.c___89299 = (r0); case 28: - r0 = (s.j___73413 < s.dataH___73231); + r0 = (s.j___89297 < s.dataH___89115); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 35; continue; } - r0 = (s.mask___73414 == 256); + r0 = (s.mask___89298 == 256); s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 29; continue; } - s.tmp_2 = r0 = s.off___73323; + s.tmp_2 = r0 = s.off___89207; r0 = (s.tmp_2 + 1); - s.off___73323 = (r0); - r0 = pxsim.BufferMethods.getByte(s.fontdata___73251, s.tmp_2); - s.c___73415 = (r0); - s.mask___73414 = (1); + s.off___89207 = (r0); + r0 = pxsim.BufferMethods.getByte(s.fontdata___89135, s.tmp_2); + s.c___89299 = (r0); + s.mask___89298 = (1); case 29: case 30: - s.n___73432 = (0); + s.n___89316 = (0); case 31: - r0 = (s.c___73415 & s.mask___73414); + r0 = (s.c___89299 & s.mask___89298); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 32; continue; } - r0 = (s.n___73432 + 1); - s.n___73432 = (r0); - r0 = (s.mask___73414 << 1); - s.mask___73414 = (r0); + r0 = (s.n___89316 + 1); + s.n___89316 = (r0); + r0 = (s.mask___89298 << 1); + s.mask___89298 = (r0); { step = 31; continue; } case 32: - r0 = pxsim_numops_toBoolDecr(s.n___73432); + r0 = pxsim_numops_toBoolDecr(s.n___89316); if (!r0) { step = 33; continue; } - s.tmp_0 = helpers_imageFillRect__P67488_mk(s); + s.tmp_0 = helpers_imageFillRect__P83372_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_1 = r0 = s.arg2; - r0 = (s.xOffset___73285 * s.mult___73220); + r0 = (s.xOffset___89169 * s.mult___89104); s.tmp_2 = r0; r0 = (s.tmp_1 + s.tmp_2); s.tmp_0.arg1 = r0; s.tmp_3 = r0 = s.arg3; - r0 = (s.j___73413 + s.yOffset___73286); + r0 = (s.j___89297 + s.yOffset___89170); s.tmp_5 = r0; - r0 = (s.tmp_5 * s.mult___73220); + r0 = (s.tmp_5 * s.mult___89104); s.tmp_4 = r0; r0 = (s.tmp_3 + s.tmp_4); s.tmp_0.arg2 = r0; - s.tmp_0.arg3 = s.mult___73220; - r0 = (s.mult___73220 * s.n___73432); + s.tmp_0.arg3 = s.mult___89104; + r0 = (s.mult___89104 * s.n___89316); s.tmp_0.arg4 = r0; s.tmp_0.arg5 = s.arg4; s.callLocIdx = 109; s.pc = 50; return s.tmp_0; case 50: r0 = s.retval; - r0 = (s.j___73413 + s.n___73432); - s.j___73413 = (r0); + r0 = (s.j___89297 + s.n___89316); + s.j___89297 = (r0); { step = 34; continue; } case 33: - r0 = (s.mask___73414 << 1); - s.mask___73414 = (r0); - r0 = (s.j___73413 + 1); - s.j___73413 = (r0); + r0 = (s.mask___89298 << 1); + s.mask___89298 = (r0); + r0 = (s.j___89297 + 1); + s.j___89297 = (r0); case 34: { step = 28; continue; } case 35: - r0 = (s.arg2 + s.mult___73220); + r0 = (s.arg2 + s.mult___89104); s.arg2 = (r0); - r0 = (s.i___73408 + 1); - s.i___73408 = (r0); + r0 = (s.i___89292 + 1); + s.i___89292 = (r0); { step = 27; continue; } case 36: case 37: @@ -8444,12 +8444,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -helpers_imagePrint__P67520.info = {"start":15326,"length":3300,"line":213,"column":4,"endLine":306,"endColumn":5,"fileName":"pxt_modules/screen/text.ts","functionName":"imagePrint","argumentNames":["img","text","x","y","color","font","offsets"]} +helpers_imagePrint__P83404.info = {"start":15326,"length":3300,"line":213,"column":4,"endLine":306,"endColumn":5,"fileName":"pxt_modules/screen/text.ts","functionName":"imagePrint","argumentNames":["img","text","x","y","color","font","offsets"]} -function helpers_imagePrint__P67520_mk(s) { +function helpers_imagePrint__P83404_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_imagePrint__P67520, depth: s.depth + 1, + parent: s, fn: helpers_imagePrint__P83404, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -8457,31 +8457,31 @@ function helpers_imagePrint__P67520_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - x0___73217: undefined, - cp___73219: undefined, - mult___73220: undefined, - dataW___73225: undefined, - dataH___73231: undefined, - byteHeight___73237: undefined, - charSize___73243: undefined, - dataSize___73247: undefined, - fontdata___73251: undefined, - lastchar___73254: undefined, - imgBuf___73261: undefined, - xOffset___73285: undefined, - yOffset___73286: undefined, - ch___73301: undefined, - l___73320: undefined, - r___73321: undefined, - off___73323: undefined, - guess___73324: undefined, - m___73343: undefined, - v___73352: undefined, - i___73408: undefined, - j___73413: undefined, - mask___73414: undefined, - c___73415: undefined, - n___73432: undefined, + x0___89101: undefined, + cp___89103: undefined, + mult___89104: undefined, + dataW___89109: undefined, + dataH___89115: undefined, + byteHeight___89121: undefined, + charSize___89127: undefined, + dataSize___89131: undefined, + fontdata___89135: undefined, + lastchar___89138: undefined, + imgBuf___89145: undefined, + xOffset___89169: undefined, + yOffset___89170: undefined, + ch___89185: undefined, + l___89204: undefined, + r___89205: undefined, + off___89207: undefined, + guess___89208: undefined, + m___89227: undefined, + v___89236: undefined, + i___89292: undefined, + j___89297: undefined, + mask___89298: undefined, + c___89299: undefined, + n___89316: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -8495,7 +8495,7 @@ function helpers_imagePrint__P67520_mk(s) { -function image_getFontForText__P67507(s) { +function image_getFontForText__P83391(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -8505,52 +8505,52 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.i___73542 = undefined; + s.i___89426 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.i___73542 = (0); + s.i___89426 = (0); case 1: - s.tmp_1 = r0 = s.i___73542; + s.tmp_1 = r0 = s.i___89426; r0 = pxsim_String_.length(s.arg0); s.tmp_2 = r0; r0 = (s.tmp_1 < s.tmp_2); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 4; continue; } - r0 = pxsim_String_.charCodeAt(s.arg0, s.i___73542); + r0 = pxsim_String_.charCodeAt(s.arg0, s.i___89426); s.tmp_4 = r0; r0 = (s.tmp_4 > 8192); s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 2; continue; } - r0 = globals.font12___67506; + r0 = globals.font12___83390; { step = 5; continue; } case 2: case 3: - r0 = (s.i___73542 + 1); - s.i___73542 = (r0); + r0 = (s.i___89426 + 1); + s.i___89426 = (r0); { step = 1; continue; } case 4: - r0 = globals.font8___67505; + r0 = globals.font8___83389; case 5: return leave(s, r0) default: oops() } } } -image_getFontForText__P67507.info = {"start":11713,"length":259,"line":136,"column":4,"endLine":143,"endColumn":5,"fileName":"pxt_modules/screen/text.ts","functionName":"getFontForText","argumentNames":["text"]} +image_getFontForText__P83391.info = {"start":11713,"length":259,"line":136,"column":4,"endLine":143,"endColumn":5,"fileName":"pxt_modules/screen/text.ts","functionName":"getFontForText","argumentNames":["text"]} -function image_getFontForText__P67507_mk(s) { +function image_getFontForText__P83391_mk(s) { checkStack(s.depth); return { - parent: s, fn: image_getFontForText__P67507, depth: s.depth + 1, + parent: s, fn: image_getFontForText__P83391, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, tmp_4: undefined, - i___73542: undefined, + i___89426: undefined, arg0: undefined, } } @@ -8558,7 +8558,7 @@ function image_getFontForText__P67507_mk(s) { -function helpers_imageFillRect__P67488(s) { +function helpers_imageFillRect__P83372(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -8578,14 +8578,14 @@ switch (step) { s.lambdaArgs = null; } s.tmp_0 = r0 = s.arg0; - s.tmp_2 = helpers_pack__P69381_mk(s); + s.tmp_2 = helpers_pack__P85265_mk(s); s.tmp_2.arg0 = s.arg1; s.tmp_2.arg1 = s.arg2; s.callLocIdx = 80; s.pc = 1; return s.tmp_2; case 1: r0 = s.retval; s.tmp_1 = r0; - s.tmp_4 = helpers_pack__P69381_mk(s); + s.tmp_4 = helpers_pack__P85265_mk(s); s.tmp_4.arg0 = s.arg3; s.tmp_4.arg1 = s.arg4; s.callLocIdx = 81; s.pc = 2; return s.tmp_4; @@ -8597,12 +8597,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -helpers_imageFillRect__P67488.info = {"start":3650,"length":159,"line":131,"column":4,"endLine":133,"endColumn":5,"fileName":"pxt_modules/screen/image.ts","functionName":"imageFillRect","argumentNames":["img","x","y","w","h","c"]} +helpers_imageFillRect__P83372.info = {"start":3650,"length":159,"line":131,"column":4,"endLine":133,"endColumn":5,"fileName":"pxt_modules/screen/image.ts","functionName":"imageFillRect","argumentNames":["img","x","y","w","h","c"]} -function helpers_imageFillRect__P67488_mk(s) { +function helpers_imageFillRect__P83372_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_imageFillRect__P67488, depth: s.depth + 1, + parent: s, fn: helpers_imageFillRect__P83372, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -8621,7 +8621,7 @@ function helpers_imageFillRect__P67488_mk(s) { -function helpers_pack__P69381(s) { +function helpers_pack__P85265(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -8636,7 +8636,7 @@ switch (step) { s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } - s.tmp_2 = Math_clamp__P65882_mk(s); + s.tmp_2 = Math_clamp__P81766_mk(s); s.tmp_2.arg0 = -30000; s.tmp_2.arg1 = 30000; r0 = (s.arg0 | 0); @@ -8647,7 +8647,7 @@ switch (step) { s.tmp_1 = r0; r0 = (s.tmp_1 & 65535); s.tmp_0 = r0; - s.tmp_5 = Math_clamp__P65882_mk(s); + s.tmp_5 = Math_clamp__P81766_mk(s); s.tmp_5.arg0 = -30000; s.tmp_5.arg1 = 30000; r0 = (s.arg1 | 0); @@ -8662,12 +8662,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -helpers_pack__P69381.info = {"start":3152,"length":145,"line":120,"column":4,"endLine":122,"endColumn":5,"fileName":"pxt_modules/screen/image.ts","functionName":"pack","argumentNames":["x","y"]} +helpers_pack__P85265.info = {"start":3152,"length":145,"line":120,"column":4,"endLine":122,"endColumn":5,"fileName":"pxt_modules/screen/image.ts","functionName":"pack","argumentNames":["x","y"]} -function helpers_pack__P69381_mk(s) { +function helpers_pack__P85265_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_pack__P69381, depth: s.depth + 1, + parent: s, fn: helpers_pack__P85265, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -8683,7 +8683,7 @@ function helpers_pack__P69381_mk(s) { -function Math_clamp__P65882(s) { +function Math_clamp__P81766(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -8699,9 +8699,9 @@ switch (step) { s.arg2 = (s.lambdaArgs[2]); s.lambdaArgs = null; } - s.tmp_0 = Math_min__P65886_mk(s); + s.tmp_0 = Math_min__P81770_mk(s); s.tmp_0.arg0 = s.arg1; - s.tmp_1 = Math_max__P65885_mk(s); + s.tmp_1 = Math_max__P81769_mk(s); s.tmp_1.arg0 = s.arg0; s.tmp_1.arg1 = s.arg2; s.callLocIdx = 14; s.pc = 2; return s.tmp_1; @@ -8714,12 +8714,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Math_clamp__P65882.info = {"start":15178,"length":130,"line":514,"column":4,"endLine":516,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"clamp","argumentNames":["min","max","value"]} +Math_clamp__P81766.info = {"start":15178,"length":130,"line":514,"column":4,"endLine":516,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"clamp","argumentNames":["min","max","value"]} -function Math_clamp__P65882_mk(s) { +function Math_clamp__P81766_mk(s) { checkStack(s.depth); return { - parent: s, fn: Math_clamp__P65882, depth: s.depth + 1, + parent: s, fn: Math_clamp__P81766, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -8732,7 +8732,7 @@ function Math_clamp__P65882_mk(s) { -function Math_min__P65886(s) { +function Math_min__P81770(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -8760,12 +8760,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Math_min__P65886.info = {"start":16314,"length":105,"line":551,"column":4,"endLine":554,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"min","argumentNames":["a","b"]} +Math_min__P81770.info = {"start":16314,"length":105,"line":551,"column":4,"endLine":554,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"min","argumentNames":["a","b"]} -function Math_min__P65886_mk(s) { +function Math_min__P81770_mk(s) { checkStack(s.depth); return { - parent: s, fn: Math_min__P65886, depth: s.depth + 1, + parent: s, fn: Math_min__P81770, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -8776,7 +8776,7 @@ function Math_min__P65886_mk(s) { -function helpers_imageDrawIcon__P67487(s) { +function helpers_imageDrawIcon__P83371(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -8796,7 +8796,7 @@ switch (step) { } s.tmp_0 = r0 = s.arg0; s.tmp_1 = r0 = s.arg1; - s.tmp_3 = helpers_pack__P69381_mk(s); + s.tmp_3 = helpers_pack__P85265_mk(s); s.tmp_3.arg0 = s.arg2; s.tmp_3.arg1 = s.arg3; s.callLocIdx = 79; s.pc = 1; return s.tmp_3; @@ -8808,12 +8808,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -helpers_imageDrawIcon__P67487.info = {"start":3500,"length":145,"line":128,"column":4,"endLine":130,"endColumn":5,"fileName":"pxt_modules/screen/image.ts","functionName":"imageDrawIcon","argumentNames":["img","icon","x","y","c"]} +helpers_imageDrawIcon__P83371.info = {"start":3500,"length":145,"line":128,"column":4,"endLine":130,"endColumn":5,"fileName":"pxt_modules/screen/image.ts","functionName":"imageDrawIcon","argumentNames":["img","icon","x","y","c"]} -function helpers_imageDrawIcon__P67487_mk(s) { +function helpers_imageDrawIcon__P83371_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_imageDrawIcon__P67487, depth: s.depth + 1, + parent: s, fn: helpers_imageDrawIcon__P83371, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -8830,7 +8830,7 @@ function helpers_imageDrawIcon__P67487_mk(s) { -function helpers_stringSplit__P65877(s) { +function helpers_stringSplit__P81761(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -8840,15 +8840,15 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.A___73565 = undefined; - s.lim___73567 = undefined; - s.s___73583 = undefined; - s.p___73586 = undefined; - s.R___73587 = undefined; - s.z___73601 = undefined; - s.T___73614 = undefined; - s.q___73615 = undefined; - s.e___73621 = undefined; + s.A___89449 = undefined; + s.lim___89451 = undefined; + s.s___89467 = undefined; + s.p___89470 = undefined; + s.R___89471 = undefined; + s.z___89485 = undefined; + s.T___89498 = undefined; + s.q___89499 = undefined; + s.e___89505 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -8856,36 +8856,36 @@ switch (step) { s.lambdaArgs = null; } r0 = pxsim_Array__mk(); - s.A___73565 = (r0); - s.lim___73567 = (0); + s.A___89449 = (r0); + s.lim___89451 = (0); r0 = (s.arg2 === undefined); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } r0 = (536870912 - 1); - s.lim___73567 = (r0); + s.lim___89451 = (r0); { step = 4; continue; } case 1: r0 = (s.arg2 < 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 2; continue; } - s.lim___73567 = (0); + s.lim___89451 = (0); { step = 3; continue; } case 2: r0 = (s.arg2 | 0); - s.lim___73567 = (r0); + s.lim___89451 = (r0); case 3: case 4: r0 = pxsim_String_.length(s.arg0); - s.s___73583 = (r0); - s.p___73586 = (0); - s.R___73587 = (s.arg1); - r0 = (s.lim___73567 == 0); + s.s___89467 = (r0); + s.p___89470 = (0); + s.R___89471 = (s.arg1); + r0 = (s.lim___89451 == 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 5; continue; } - r0 = s.A___73565; + r0 = s.A___89449; { step = 21; continue; } case 5: case 6: @@ -8893,123 +8893,123 @@ switch (step) { s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 7; continue; } - r0 = pxsim_Array_.setAt(s.A___73565, 0, s.arg0); - r0 = s.A___73565; + r0 = pxsim_Array_.setAt(s.A___89449, 0, s.arg0); + r0 = s.A___89449; { step = 21; continue; } case 7: case 8: - r0 = (s.s___73583 == 0); + r0 = (s.s___89467 == 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 11; continue; } - s.tmp_1 = helpers_splitMatch__P69240_mk(s); + s.tmp_1 = helpers_splitMatch__P85124_mk(s); s.tmp_1.arg0 = s.arg0; s.tmp_1.arg1 = 0; - s.tmp_1.arg2 = s.R___73587; + s.tmp_1.arg2 = s.R___89471; s.callLocIdx = 10; s.pc = 22; return s.tmp_1; case 22: r0 = s.retval; - s.z___73601 = (r0); - r0 = (s.z___73601 > -1); + s.z___89485 = (r0); + r0 = (s.z___89485 > -1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 9; continue; } - r0 = s.A___73565; + r0 = s.A___89449; { step = 21; continue; } case 9: case 10: - r0 = pxsim_Array_.setAt(s.A___73565, 0, s.arg0); - r0 = s.A___73565; + r0 = pxsim_Array_.setAt(s.A___89449, 0, s.arg0); + r0 = s.A___89449; { step = 21; continue; } case 11: case 12: - s.q___73615 = (s.p___73586); + s.q___89499 = (s.p___89470); case 13: - r0 = (s.q___73615 != s.s___73583); + r0 = (s.q___89499 != s.s___89467); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 20; continue; } - s.tmp_1 = helpers_splitMatch__P69240_mk(s); + s.tmp_1 = helpers_splitMatch__P85124_mk(s); s.tmp_1.arg0 = s.arg0; - s.tmp_1.arg1 = s.q___73615; - s.tmp_1.arg2 = s.R___73587; + s.tmp_1.arg1 = s.q___89499; + s.tmp_1.arg2 = s.R___89471; s.callLocIdx = 11; s.pc = 23; return s.tmp_1; case 23: r0 = s.retval; - s.e___73621 = (r0); - r0 = (s.e___73621 < 0); + s.e___89505 = (r0); + r0 = (s.e___89505 < 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 14; continue; } - r0 = (s.q___73615 + 1); - s.q___73615 = (r0); + r0 = (s.q___89499 + 1); + s.q___89499 = (r0); { step = 19; continue; } case 14: - r0 = (s.e___73621 == s.p___73586); + r0 = (s.e___89505 == s.p___89470); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 15; continue; } - r0 = (s.q___73615 + 1); - s.q___73615 = (r0); + r0 = (s.q___89499 + 1); + s.q___89499 = (r0); { step = 18; continue; } case 15: - s.tmp_0 = helpers_stringSlice__P65875_mk(s); + s.tmp_0 = helpers_stringSlice__P81759_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_0.arg1 = s.p___73586; - s.tmp_0.arg2 = s.q___73615; + s.tmp_0.arg1 = s.p___89470; + s.tmp_0.arg2 = s.q___89499; s.callLocIdx = 12; s.pc = 24; return s.tmp_0; case 24: r0 = s.retval; - s.T___73614 = (r0); - r0 = pxsim_Array__push(s.A___73565, s.T___73614); - r0 = pxsim_Array__length(s.A___73565); + s.T___89498 = (r0); + r0 = pxsim_Array__push(s.A___89449, s.T___89498); + r0 = pxsim_Array__length(s.A___89449); s.tmp_1 = r0; - r0 = (s.tmp_1 == s.lim___73567); + r0 = (s.tmp_1 == s.lim___89451); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 16; continue; } - r0 = s.A___73565; + r0 = s.A___89449; { step = 21; continue; } case 16: case 17: - s.p___73586 = (s.e___73621); - s.q___73615 = (s.p___73586); + s.p___89470 = (s.e___89505); + s.q___89499 = (s.p___89470); case 18: case 19: { step = 13; continue; } case 20: - s.tmp_0 = helpers_stringSlice__P65875_mk(s); + s.tmp_0 = helpers_stringSlice__P81759_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_0.arg1 = s.p___73586; - s.tmp_0.arg2 = s.q___73615; + s.tmp_0.arg1 = s.p___89470; + s.tmp_0.arg2 = s.q___89499; s.callLocIdx = 13; s.pc = 25; return s.tmp_0; case 25: r0 = s.retval; - s.T___73614 = (r0); - r0 = pxsim_Array__push(s.A___73565, s.T___73614); - r0 = s.A___73565; + s.T___89498 = (r0); + r0 = pxsim_Array__push(s.A___89449, s.T___89498); + r0 = s.A___89449; case 21: return leave(s, r0) default: oops() } } } -helpers_stringSplit__P65877.info = {"start":12454,"length":1319,"line":420,"column":4,"endLine":464,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"stringSplit","argumentNames":["S","separator","limit"]} +helpers_stringSplit__P81761.info = {"start":12454,"length":1319,"line":420,"column":4,"endLine":464,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"stringSplit","argumentNames":["S","separator","limit"]} -function helpers_stringSplit__P65877_mk(s) { +function helpers_stringSplit__P81761_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_stringSplit__P65877, depth: s.depth + 1, + parent: s, fn: helpers_stringSplit__P81761, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, - A___73565: undefined, - lim___73567: undefined, - s___73583: undefined, - p___73586: undefined, - R___73587: undefined, - z___73601: undefined, - T___73614: undefined, - q___73615: undefined, - e___73621: undefined, + A___89449: undefined, + lim___89451: undefined, + s___89467: undefined, + p___89470: undefined, + R___89471: undefined, + z___89485: undefined, + T___89498: undefined, + q___89499: undefined, + e___89505: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -9019,7 +9019,7 @@ function helpers_stringSplit__P65877_mk(s) { -function helpers_splitMatch__P69240(s) { +function helpers_splitMatch__P85124(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -9029,9 +9029,9 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.r___73701 = undefined; - s.s___73704 = undefined; - s.i___73714 = undefined; + s.r___89585 = undefined; + s.s___89588 = undefined; + s.i___89598 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -9039,12 +9039,12 @@ switch (step) { s.lambdaArgs = null; } r0 = pxsim_String_.length(s.arg2); - s.r___73701 = (r0); + s.r___89585 = (r0); r0 = pxsim_String_.length(s.arg0); - s.s___73704 = (r0); - r0 = (s.arg1 + s.r___73701); + s.s___89588 = (r0); + r0 = (s.arg1 + s.r___89585); s.tmp_1 = r0; - r0 = (s.tmp_1 > s.s___73704); + r0 = (s.tmp_1 > s.s___89588); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } @@ -9052,18 +9052,18 @@ switch (step) { { step = 7; continue; } case 1: case 2: - s.i___73714 = (0); + s.i___89598 = (0); case 3: - r0 = (s.i___73714 < s.r___73701); + r0 = (s.i___89598 < s.r___89585); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 6; continue; } s.tmp_3 = r0 = s.arg0; - r0 = (s.arg1 + s.i___73714); + r0 = (s.arg1 + s.i___89598); s.tmp_4 = r0; r0 = pxsim_String_.charAt(s.tmp_3, s.tmp_4); s.tmp_2 = r0; - r0 = pxsim_String_.charAt(s.arg2, s.i___73714); + r0 = pxsim_String_.charAt(s.arg2, s.i___89598); s.tmp_5 = r0; r0 = (s.tmp_2 != s.tmp_5); s.tmp_1 = r0; @@ -9073,21 +9073,21 @@ switch (step) { { step = 7; continue; } case 4: case 5: - r0 = (s.i___73714 + 1); - s.i___73714 = (r0); + r0 = (s.i___89598 + 1); + s.i___89598 = (r0); { step = 3; continue; } case 6: - r0 = (s.arg1 + s.r___73701); + r0 = (s.arg1 + s.r___89585); case 7: return leave(s, r0) default: oops() } } } -helpers_splitMatch__P69240.info = {"start":13779,"length":289,"line":466,"column":4,"endLine":475,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"splitMatch","argumentNames":["S","q","R"]} +helpers_splitMatch__P85124.info = {"start":13779,"length":289,"line":466,"column":4,"endLine":475,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"splitMatch","argumentNames":["S","q","R"]} -function helpers_splitMatch__P69240_mk(s) { +function helpers_splitMatch__P85124_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_splitMatch__P69240, depth: s.depth + 1, + parent: s, fn: helpers_splitMatch__P85124, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -9095,9 +9095,9 @@ function helpers_splitMatch__P69240_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - r___73701: undefined, - s___73704: undefined, - i___73714: undefined, + r___89585: undefined, + s___89588: undefined, + i___89598: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -9107,7 +9107,7 @@ function helpers_splitMatch__P69240_mk(s) { -function helpers_stringSlice__P65875(s) { +function helpers_stringSlice__P81759(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -9117,7 +9117,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.len___73666 = undefined; + s.len___89550 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -9125,13 +9125,13 @@ switch (step) { s.lambdaArgs = null; } r0 = pxsim_String_.length(s.arg0); - s.len___73666 = (r0); + s.len___89550 = (r0); r0 = (s.arg1 < 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - s.tmp_1 = Math_max__P65885_mk(s); - r0 = (s.len___73666 + s.arg1); + s.tmp_1 = Math_max__P81769_mk(s); + r0 = (s.len___89550 + s.arg1); s.tmp_1.arg0 = r0; s.tmp_1.arg1 = 0; s.callLocIdx = 9; s.pc = 9; return s.tmp_1; @@ -9144,7 +9144,7 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 3; continue; } - s.arg2 = (s.len___73666); + s.arg2 = (s.len___89550); { step = 6; continue; } case 3: r0 = (s.arg2 === null); @@ -9159,7 +9159,7 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 7; continue; } - r0 = (s.len___73666 + s.arg2); + r0 = (s.len___89550 + s.arg2); s.arg2 = (r0); case 7: case 8: @@ -9171,17 +9171,17 @@ switch (step) { return leave(s, r0) default: oops() } } } -helpers_stringSlice__P65875.info = {"start":11496,"length":440,"line":384,"column":4,"endLine":402,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"stringSlice","argumentNames":["s","start","end"]} +helpers_stringSlice__P81759.info = {"start":11496,"length":440,"line":384,"column":4,"endLine":402,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"stringSlice","argumentNames":["s","start","end"]} -function helpers_stringSlice__P65875_mk(s) { +function helpers_stringSlice__P81759_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_stringSlice__P65875, depth: s.depth + 1, + parent: s, fn: helpers_stringSlice__P81759, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - len___73666: undefined, + len___89550: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -9191,7 +9191,7 @@ function helpers_stringSlice__P65875_mk(s) { -function scene_Scene_render__P68204(s) { +function scene_Scene_render__P84088(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -9201,15 +9201,15 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.s___73798 = undefined; - s.unnamed396___U1 = undefined; - s.unnamed397___U2 = undefined; + s.s___89682 = undefined; + s.unnamed476___U1 = undefined; + s.unnamed477___U2 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Scene__C68177_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Scene__C84061_VT)) failedCast(r0); r0 = s.arg0.fields["flags"]; s.tmp_1 = r0; r0 = (s.tmp_1 & 4); @@ -9240,7 +9240,7 @@ switch (step) { s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); if (!r0) { step = 5; continue; } - s.tmp_3 = scene_Scene_render__P68204_mk(s); + s.tmp_3 = scene_Scene_render__P84088_mk(s); r0 = s.arg0.fields["previousScene"]; s.tmp_3.arg0 = r0; s.callLocIdx = 802; s.pc = 12; return s.tmp_3; @@ -9248,7 +9248,7 @@ switch (step) { r0 = s.retval; { step = 6; continue; } case 5: - s.tmp_0 = scene_Background_draw__P68039_mk(s); + s.tmp_0 = scene_Background_draw__P83923_mk(s); r0 = s.arg0.fields["background"]; s.tmp_0.arg0 = r0; s.callLocIdx = 803; s.pc = 13; return s.tmp_0; @@ -9261,10 +9261,10 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 7; continue; } - s.tmp_2 = helpers_arraySort__P65861_mk(s); + s.tmp_2 = helpers_arraySort__P81745_mk(s); r0 = s.arg0.fields["allSprites"]; s.tmp_2.arg0 = r0; - s.tmp_2.arg1 = inline__P73775; + s.tmp_2.arg1 = inline__P89659; s.callLocIdx = 808; s.pc = 14; return s.tmp_2; case 14: r0 = s.retval; @@ -9276,20 +9276,20 @@ switch (step) { r0 = (s.tmp_0).fields["flags"] = (s.tmp_1); case 7: case 8: - s.s___73798 = (undefined); + s.s___89682 = (undefined); r0 = s.arg0.fields["allSprites"]; - s.unnamed396___U1 = (r0); - s.unnamed397___U2 = (0); + s.unnamed476___U1 = (r0); + s.unnamed477___U2 = (0); case 9: - s.tmp_0 = r0 = s.unnamed397___U2; - r0 = pxsim_Array__length(s.unnamed396___U1); + s.tmp_0 = r0 = s.unnamed477___U2; + r0 = pxsim_Array__length(s.unnamed476___U1); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 10; continue; } - r0 = pxsim_Array__getAt(s.unnamed396___U1, s.unnamed397___U2); - s.s___73798 = (r0); + r0 = pxsim_Array__getAt(s.unnamed476___U1, s.unnamed477___U2); + s.s___89682 = (r0); s.tmp_2 = if___draw_2_mk(s); - s.tmp_2.arg0 = s.s___73798; + s.tmp_2.arg0 = s.s___89682; r0 = s.arg0.fields["camera"]; s.tmp_2.arg1 = r0; if (!s.tmp_2.arg0.vtable.iface) { @@ -9303,11 +9303,11 @@ switch (step) { } case 15: r0 = s.retval; - r0 = (s.unnamed397___U2 + 1); - s.unnamed397___U2 = (r0); + r0 = (s.unnamed477___U2 + 1); + s.unnamed477___U2 = (r0); { step = 9; continue; } case 10: - s.unnamed396___U1 = (undefined); + s.unnamed476___U1 = (undefined); s.tmp_0 = r0 = s.arg0; r0 = s.tmp_0.fields["flags"]; s.tmp_2 = r0; @@ -9319,21 +9319,21 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_Scene_render__P68204.info = {"start":7844,"length":917,"line":221,"column":8,"endLine":245,"endColumn":9,"fileName":"pxt_modules/game/scene.ts","functionName":"render","argumentNames":["this"]} +scene_Scene_render__P84088.info = {"start":7844,"length":917,"line":221,"column":8,"endLine":245,"endColumn":9,"fileName":"pxt_modules/game/scene.ts","functionName":"render","argumentNames":["this"]} -function scene_Scene_render__P68204_mk(s) { +function scene_Scene_render__P84088_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Scene_render__P68204, depth: s.depth + 1, + parent: s, fn: scene_Scene_render__P84088, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, tmp_4: undefined, - s___73798: undefined, - unnamed396___U1: undefined, - unnamed397___U2: undefined, + s___89682: undefined, + unnamed476___U1: undefined, + unnamed477___U2: undefined, arg0: undefined, } } @@ -9341,7 +9341,7 @@ function scene_Scene_render__P68204_mk(s) { -function inline__P73775(s) { +function inline__P89659(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -9423,12 +9423,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P73775.info = {"start":8422,"length":52,"line":235,"column":37,"endLine":235,"endColumn":89,"fileName":"pxt_modules/game/scene.ts","functionName":"inline","argumentNames":["a","b"]} +inline__P89659.info = {"start":8422,"length":52,"line":235,"column":37,"endLine":235,"endColumn":89,"fileName":"pxt_modules/game/scene.ts","functionName":"inline","argumentNames":["a","b"]} -function inline__P73775_mk(s) { +function inline__P89659_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P73775, depth: s.depth + 1, + parent: s, fn: inline__P89659, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -9448,7 +9448,7 @@ function inline__P73775_mk(s) { -function scene_Background_draw__P68039(s) { +function scene_Background_draw__P83923(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -9463,27 +9463,27 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Background__C68030_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Background__C83914_VT)) failedCast(r0); r0 = s.arg0.fields["color"]; s.tmp_0 = r0; - r0 = pxsim_ImageMethods.fill(globals.screen___67562, s.tmp_0); + r0 = pxsim_ImageMethods.fill(globals.screen___83446, s.tmp_0); r0 = s.arg0.fields["_image"]; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } r0 = s.arg0.fields["_image"]; s.tmp_1 = r0; - r0 = pxsim_ImageMethods.drawTransparentImage(globals.screen___67562, s.tmp_1, 0, 0); + r0 = pxsim_ImageMethods.drawTransparentImage(globals.screen___83446, s.tmp_1, 0, 0); case 1: case 2: r0 = s.arg0.fields["_layers"]; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 3; continue; } - r0 = pxsim_pxtcore_mkAction(1, inline__P73830); + r0 = pxsim_pxtcore_mkAction(1, inline__P89714); s.tmp_1 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_1, 0, s.arg0); - s.tmp_2 = helpers_arrayForEach__P65865_mk(s); + s.tmp_2 = helpers_arrayForEach__P81749_mk(s); r0 = s.arg0.fields["_layers"]; s.tmp_2.arg0 = r0; s.tmp_2.arg1 = s.tmp_1; @@ -9496,12 +9496,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_Background_draw__P68039.info = {"start":1166,"length":545,"line":48,"column":8,"endLine":60,"endColumn":9,"fileName":"pxt_modules/game/background.ts","functionName":"draw","argumentNames":["this"]} +scene_Background_draw__P83923.info = {"start":1166,"length":545,"line":48,"column":8,"endLine":60,"endColumn":9,"fileName":"pxt_modules/game/background.ts","functionName":"draw","argumentNames":["this"]} -function scene_Background_draw__P68039_mk(s) { +function scene_Background_draw__P83923_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Background_draw__P68039, depth: s.depth + 1, + parent: s, fn: scene_Background_draw__P83923, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -9513,7 +9513,7 @@ function scene_Background_draw__P68039_mk(s) { -function inline__P73830(s) { +function inline__P89714(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -9523,8 +9523,8 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.ox___73832 = undefined; - s.oy___73843 = undefined; + s.ox___89716 = undefined; + s.oy___89727 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; @@ -9539,7 +9539,7 @@ switch (step) { r0 = (s.tmp_1 / s.tmp_2); s.tmp_0 = r0; r0 = pxsim.Math_.round(s.tmp_0); - s.ox___73832 = (r0); + s.ox___89716 = (r0); r0 = s.caps[0].fields["camera"]; r0 = r0.fields["drawOffsetY"]; s.tmp_1 = r0; @@ -9550,11 +9550,11 @@ switch (step) { r0 = (s.tmp_1 / s.tmp_2); s.tmp_0 = r0; r0 = pxsim.Math_.round(s.tmp_0); - s.oy___73843 = (r0); - s.tmp_0 = scene_BackgroundLayer_draw__P68048_mk(s); + s.oy___89727 = (r0); + s.tmp_0 = scene_BackgroundLayer_draw__P83932_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_0.arg1 = s.ox___73832; - s.tmp_0.arg2 = s.oy___73843; + s.tmp_0.arg1 = s.ox___89716; + s.tmp_0.arg2 = s.oy___89727; s.callLocIdx = 678; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; @@ -9562,19 +9562,19 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P73830.info = {"start":1373,"length":312,"line":53,"column":37,"endLine":58,"endColumn":17,"fileName":"pxt_modules/game/background.ts","functionName":"inline","argumentNames":["layer"]} +inline__P89714.info = {"start":1373,"length":312,"line":53,"column":37,"endLine":58,"endColumn":17,"fileName":"pxt_modules/game/background.ts","functionName":"inline","argumentNames":["layer"]} -function inline__P73830_mk(s) { +function inline__P89714_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P73830, depth: s.depth + 1, + parent: s, fn: inline__P89714, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, - ox___73832: undefined, - oy___73843: undefined, + ox___89716: undefined, + oy___89727: undefined, arg0: undefined, } } @@ -9582,7 +9582,7 @@ function inline__P73830_mk(s) { -function scene_BackgroundLayer_draw__P68048(s) { +function scene_BackgroundLayer_draw__P83932(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -9592,19 +9592,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.w___73861 = undefined; - s.h___73864 = undefined; - s.pw___73867 = undefined; - s.ph___73871 = undefined; - s.rx___73880 = undefined; - s.ry___73883 = undefined; - s.y___73952 = undefined; - s.py___73953 = undefined; - s.dh___73962 = undefined; - s.x___73970 = undefined; - s.rxl___73971 = undefined; - s.px___73977 = undefined; - s.dw___73981 = undefined; + s.w___89745 = undefined; + s.h___89748 = undefined; + s.pw___89751 = undefined; + s.ph___89755 = undefined; + s.rx___89764 = undefined; + s.ry___89767 = undefined; + s.y___89836 = undefined; + s.py___89837 = undefined; + s.dh___89846 = undefined; + s.x___89854 = undefined; + s.rxl___89855 = undefined; + s.px___89861 = undefined; + s.dw___89865 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -9612,20 +9612,20 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_BackgroundLayer__C68040_VT)) failedCast(r0); - r0 = pxsim_ImageMethods.width(globals.screen___67562); - s.w___73861 = (r0); - r0 = pxsim_ImageMethods.height(globals.screen___67562); - s.h___73864 = (r0); + if (!checkSubtype(r0, scene_BackgroundLayer__C83924_VT)) failedCast(r0); + r0 = pxsim_ImageMethods.width(globals.screen___83446); + s.w___89745 = (r0); + r0 = pxsim_ImageMethods.height(globals.screen___83446); + s.h___89748 = (r0); r0 = s.arg0.fields["img"]; s.tmp_0 = r0; r0 = pxsim_ImageMethods.width(s.tmp_0); - s.pw___73867 = (r0); + s.pw___89751 = (r0); r0 = s.arg0.fields["img"]; s.tmp_0 = r0; r0 = pxsim_ImageMethods.height(s.tmp_0); - s.ph___73871 = (r0); - r0 = pxsim_numops_toBoolDecr(s.pw___73867); + s.ph___89755 = (r0); + r0 = pxsim_numops_toBoolDecr(s.pw___89751); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; @@ -9634,7 +9634,7 @@ switch (step) { r0 = s.tmp_0; { step = 2; continue; } case 1: - r0 = pxsim_numops_toBoolDecr(s.ph___73871); + r0 = pxsim_numops_toBoolDecr(s.ph___89755); s.tmp_2 = r0; r0 = pxsim_Boolean__bang(s.tmp_2); case 2: @@ -9646,9 +9646,9 @@ switch (step) { case 3: case 4: r0 = (0 - s.arg1); - s.rx___73880 = (r0); + s.rx___89764 = (r0); r0 = (0 - s.arg2); - s.ry___73883 = (r0); + s.ry___89767 = (r0); r0 = s.arg0.fields["alignX"]; s.tmp_0 = r0; r0 = pxsim_pxtcore.switch_eq(2, s.tmp_0); @@ -9658,20 +9658,20 @@ switch (step) { r0 = s.tmp_0; { step = 7; continue; } case 5: - s.tmp_1 = r0 = s.rx___73880; - r0 = (s.w___73861 + s.pw___73867); + s.tmp_1 = r0 = s.rx___89764; + r0 = (s.w___89745 + s.pw___89751); s.tmp_2 = r0; r0 = (s.tmp_1 - s.tmp_2); - s.rx___73880 = (r0); + s.rx___89764 = (r0); { step = 7; continue; } case 6: - s.tmp_0 = r0 = s.rx___73880; - r0 = (s.w___73861 + s.pw___73867); + s.tmp_0 = r0 = s.rx___89764; + r0 = (s.w___89745 + s.pw___89751); s.tmp_2 = r0; r0 = (s.tmp_2 >> 1); s.tmp_1 = r0; r0 = (s.tmp_0 - s.tmp_1); - s.rx___73880 = (r0); + s.rx___89764 = (r0); case 7: r0 = s.arg0.fields["alignY"]; s.tmp_0 = r0; @@ -9682,120 +9682,120 @@ switch (step) { r0 = s.tmp_0; { step = 10; continue; } case 8: - s.tmp_1 = r0 = s.ry___73883; - r0 = (s.h___73864 + s.ph___73871); + s.tmp_1 = r0 = s.ry___89767; + r0 = (s.h___89748 + s.ph___89755); s.tmp_2 = r0; r0 = (s.tmp_1 - s.tmp_2); - s.ry___73883 = (r0); + s.ry___89767 = (r0); { step = 10; continue; } case 9: - s.tmp_0 = r0 = s.ry___73883; - r0 = (s.h___73864 + s.ph___73871); + s.tmp_0 = r0 = s.ry___89767; + r0 = (s.h___89748 + s.ph___89755); s.tmp_2 = r0; r0 = (s.tmp_2 >> 1); s.tmp_1 = r0; r0 = (s.tmp_0 - s.tmp_1); - s.ry___73883 = (r0); + s.ry___89767 = (r0); case 10: - r0 = (s.rx___73880 % s.w___73861); - s.rx___73880 = (r0); - r0 = (s.rx___73880 < 0); + r0 = (s.rx___89764 % s.w___89745); + s.rx___89764 = (r0); + r0 = (s.rx___89764 < 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 11; continue; } - r0 = (s.rx___73880 + s.w___73861); - s.rx___73880 = (r0); + r0 = (s.rx___89764 + s.w___89745); + s.rx___89764 = (r0); case 11: case 12: - r0 = (s.ry___73883 % s.h___73864); - s.ry___73883 = (r0); - r0 = (s.ry___73883 < 0); + r0 = (s.ry___89767 % s.h___89748); + s.ry___89767 = (r0); + r0 = (s.ry___89767 < 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 13; continue; } - r0 = (s.ry___73883 + s.h___73864); - s.ry___73883 = (r0); + r0 = (s.ry___89767 + s.h___89748); + s.ry___89767 = (r0); case 13: case 14: - r0 = pxsim.Math_.floor(s.rx___73880); - s.rx___73880 = (r0); - r0 = pxsim.Math_.floor(s.ry___73883); - s.ry___73883 = (r0); - s.y___73952 = (0); - s.py___73953 = (0); + r0 = pxsim.Math_.floor(s.rx___89764); + s.rx___89764 = (r0); + r0 = pxsim.Math_.floor(s.ry___89767); + s.ry___89767 = (r0); + s.y___89836 = (0); + s.py___89837 = (0); case 15: - r0 = (s.y___73952 < s.h___73864); + r0 = (s.y___89836 < s.h___89748); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 22; continue; } - r0 = (s.y___73952 % s.ph___73871); - s.py___73953 = (r0); - s.tmp_0 = Math_min__P65886_mk(s); - r0 = (s.ph___73871 - s.py___73953); + r0 = (s.y___89836 % s.ph___89755); + s.py___89837 = (r0); + s.tmp_0 = Math_min__P81770_mk(s); + r0 = (s.ph___89755 - s.py___89837); s.tmp_0.arg0 = r0; - r0 = (s.h___73864 - s.ry___73883); + r0 = (s.h___89748 - s.ry___89767); s.tmp_0.arg1 = r0; s.callLocIdx = 681; s.pc = 24; return s.tmp_0; case 24: r0 = s.retval; - s.dh___73962 = (r0); - s.x___73970 = (0); - s.rxl___73971 = (s.rx___73880); + s.dh___89846 = (r0); + s.x___89854 = (0); + s.rxl___89855 = (s.rx___89764); case 16: - r0 = (s.x___73970 < s.w___73861); + r0 = (s.x___89854 < s.w___89745); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 19; continue; } - r0 = (s.x___73970 % s.pw___73867); - s.px___73977 = (r0); - s.tmp_0 = Math_min__P65886_mk(s); - r0 = (s.pw___73867 - s.px___73977); + r0 = (s.x___89854 % s.pw___89751); + s.px___89861 = (r0); + s.tmp_0 = Math_min__P81770_mk(s); + r0 = (s.pw___89751 - s.px___89861); s.tmp_0.arg0 = r0; - r0 = (s.w___73861 - s.rxl___73971); + r0 = (s.w___89745 - s.rxl___89855); s.tmp_0.arg1 = r0; s.callLocIdx = 682; s.pc = 25; return s.tmp_0; case 25: r0 = s.retval; - s.dw___73981 = (r0); + s.dw___89865 = (r0); r0 = s.arg0.fields["img"]; s.tmp_0 = r0; - r0 = pxsim_ImageMethods.drawImage(globals.screen___67562, s.tmp_0, s.rxl___73971, s.ry___73883); - r0 = (s.rxl___73971 + s.dw___73981); + r0 = pxsim_ImageMethods.drawImage(globals.screen___83446, s.tmp_0, s.rxl___89855, s.ry___89767); + r0 = (s.rxl___89855 + s.dw___89865); s.tmp_0 = r0; - r0 = (s.tmp_0 % s.w___73861); - s.rxl___73971 = (r0); + r0 = (s.tmp_0 % s.w___89745); + s.rxl___89855 = (r0); r0 = s.arg0.fields["repeatX"]; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 17; continue; } - r0 = s.dw___73981; + r0 = s.dw___89865; { step = 18; continue; } case 17: - r0 = s.w___73861; + r0 = s.w___89745; case 18: // jmp value (already in r0) s.tmp_1 = r0; - r0 = (s.x___73970 + s.tmp_1); - s.x___73970 = (r0); + r0 = (s.x___89854 + s.tmp_1); + s.x___89854 = (r0); { step = 16; continue; } case 19: - r0 = (s.ry___73883 + s.dh___73962); + r0 = (s.ry___89767 + s.dh___89846); s.tmp_0 = r0; - r0 = (s.tmp_0 % s.h___73864); - s.ry___73883 = (r0); + r0 = (s.tmp_0 % s.h___89748); + s.ry___89767 = (r0); r0 = s.arg0.fields["repeatY"]; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 20; continue; } - r0 = s.dh___73962; + r0 = s.dh___89846; { step = 21; continue; } case 20: - r0 = s.h___73864; + r0 = s.h___89748; case 21: // jmp value (already in r0) s.tmp_1 = r0; - r0 = (s.y___73952 + s.tmp_1); - s.y___73952 = (r0); + r0 = (s.y___89836 + s.tmp_1); + s.y___89836 = (r0); { step = 15; continue; } case 22: case 23: @@ -9803,30 +9803,30 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_BackgroundLayer_draw__P68048.info = {"start":3063,"length":1537,"line":99,"column":8,"endLine":144,"endColumn":9,"fileName":"pxt_modules/game/background.ts","functionName":"draw","argumentNames":["this","offsetX","offsetY"]} +scene_BackgroundLayer_draw__P83932.info = {"start":3063,"length":1537,"line":99,"column":8,"endLine":144,"endColumn":9,"fileName":"pxt_modules/game/background.ts","functionName":"draw","argumentNames":["this","offsetX","offsetY"]} -function scene_BackgroundLayer_draw__P68048_mk(s) { +function scene_BackgroundLayer_draw__P83932_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_BackgroundLayer_draw__P68048, depth: s.depth + 1, + parent: s, fn: scene_BackgroundLayer_draw__P83932, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, - w___73861: undefined, - h___73864: undefined, - pw___73867: undefined, - ph___73871: undefined, - rx___73880: undefined, - ry___73883: undefined, - y___73952: undefined, - py___73953: undefined, - dh___73962: undefined, - x___73970: undefined, - rxl___73971: undefined, - px___73977: undefined, - dw___73981: undefined, + w___89745: undefined, + h___89748: undefined, + pw___89751: undefined, + ph___89755: undefined, + rx___89764: undefined, + ry___89767: undefined, + y___89836: undefined, + py___89837: undefined, + dh___89846: undefined, + x___89854: undefined, + rxl___89855: undefined, + px___89861: undefined, + dw___89865: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -9836,7 +9836,7 @@ function scene_BackgroundLayer_draw__P68048_mk(s) { -function scene_Camera_update__P68134(s) { +function scene_Camera_update__P84018(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -9846,32 +9846,32 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.elapsed___74062 = undefined; - s.percentComplete___74076 = undefined; - s.damp___74083 = undefined; - s.f___74092 = undefined; - s.x___74098 = undefined; - s.y___74105 = undefined; + s.elapsed___89946 = undefined; + s.percentComplete___89960 = undefined; + s.damp___89967 = undefined; + s.f___89976 = undefined; + s.x___89982 = undefined; + s.y___89989 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Camera__C68118_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Camera__C84002_VT)) failedCast(r0); r0 = s.arg0.fields["sprite"]; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - s.tmp_1 = scene_Camera_offsetX__P68124_mk(s); + s.tmp_1 = scene_Camera_offsetX__P84008_mk(s); s.tmp_1.arg0 = s.arg0; - s.tmp_3 = Sprite_x__P67789_mk(s); + s.tmp_3 = Sprite_x__P83673_mk(s); r0 = s.arg0.fields["sprite"]; s.tmp_3.arg0 = r0; s.callLocIdx = 763; s.pc = 10; return s.tmp_3; case 10: r0 = s.retval; s.tmp_2 = r0; - r0 = pxsim_ImageMethods.width(globals.screen___67562); + r0 = pxsim_ImageMethods.width(globals.screen___83446); s.tmp_5 = r0; r0 = (s.tmp_5 >> 1); s.tmp_4 = r0; @@ -9880,16 +9880,16 @@ switch (step) { s.callLocIdx = 764; s.pc = 9; return s.tmp_1; case 9: r0 = s.retval; - s.tmp_0 = scene_Camera_offsetY__P68126_mk(s); + s.tmp_0 = scene_Camera_offsetY__P84010_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_2 = Sprite_y__P67791_mk(s); + s.tmp_2 = Sprite_y__P83675_mk(s); r0 = s.arg0.fields["sprite"]; s.tmp_2.arg0 = r0; s.callLocIdx = 765; s.pc = 12; return s.tmp_2; case 12: r0 = s.retval; s.tmp_1 = r0; - r0 = pxsim_ImageMethods.height(globals.screen___67562); + r0 = pxsim_ImageMethods.height(globals.screen___83446); s.tmp_4 = r0; r0 = (s.tmp_4 >> 1); s.tmp_3 = r0; @@ -9900,7 +9900,7 @@ switch (step) { r0 = s.retval; case 1: case 2: - s.tmp_0 = scene_Camera_offsetX__P68124_mk(s); + s.tmp_0 = scene_Camera_offsetX__P84008_mk(s); s.tmp_1 = r0 = s.arg0; s.tmp_0.arg0 = r0; r0 = s.tmp_1.fields["_offsetX"]; @@ -9910,7 +9910,7 @@ switch (step) { s.callLocIdx = 768; s.pc = 13; return s.tmp_0; case 13: r0 = s.retval; - s.tmp_0 = scene_Camera_offsetY__P68126_mk(s); + s.tmp_0 = scene_Camera_offsetY__P84010_mk(s); s.tmp_1 = r0 = s.arg0; s.tmp_0.arg0 = r0; r0 = s.tmp_1.fields["_offsetY"]; @@ -9939,10 +9939,10 @@ switch (step) { r0 = s.arg0.fields["shakeStartTime"]; s.tmp_3 = r0; r0 = (s.tmp_2 - s.tmp_3); - s.elapsed___74062 = (r0); + s.elapsed___89946 = (r0); r0 = s.arg0.fields["shakeDuration"]; s.tmp_1 = r0; - r0 = (s.elapsed___74062 >= s.tmp_1); + r0 = (s.elapsed___89946 >= s.tmp_1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 3; continue; } @@ -9951,49 +9951,49 @@ switch (step) { case 3: r0 = s.arg0.fields["shakeDuration"]; s.tmp_0 = r0; - r0 = (s.elapsed___74062 / s.tmp_0); - s.percentComplete___74076 = (r0); - s.damp___74083 = (1); - r0 = (s.percentComplete___74076 >= 0.75); + r0 = (s.elapsed___89946 / s.tmp_0); + s.percentComplete___89960 = (r0); + s.damp___89967 = (1); + r0 = (s.percentComplete___89960 >= 0.75); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 4; continue; } - s.tmp_1 = Math_max__P65885_mk(s); + s.tmp_1 = Math_max__P81769_mk(s); s.tmp_1.arg0 = 0; - r0 = (1 - s.percentComplete___74076); + r0 = (1 - s.percentComplete___89960); s.tmp_1.arg1 = r0; s.callLocIdx = 773; s.pc = 15; return s.tmp_1; case 15: r0 = s.retval; - s.damp___74083 = (r0); + s.damp___89967 = (r0); case 4: case 5: r0 = s.arg0.fields["shakeAmplitude"]; s.tmp_0 = r0; - r0 = (s.tmp_0 * s.damp___74083); - s.f___74092 = (r0); + r0 = (s.tmp_0 * s.damp___89967); + s.f___89976 = (r0); r0 = pxsim.Math_.random(); s.tmp_1 = r0; - r0 = (s.tmp_1 * s.f___74092); + r0 = (s.tmp_1 * s.f___89976); s.tmp_0 = r0; r0 = (s.tmp_0 >> 0); - s.x___74098 = (r0); + s.x___89982 = (r0); r0 = pxsim.Math_.random(); s.tmp_1 = r0; - r0 = (s.tmp_1 * s.f___74092); + r0 = (s.tmp_1 * s.f___89976); s.tmp_0 = r0; r0 = (s.tmp_0 >> 0); - s.y___74105 = (r0); + s.y___89989 = (r0); s.tmp_0 = r0 = s.arg0; r0 = s.tmp_0.fields["drawOffsetX"]; s.tmp_2 = r0; - r0 = (s.tmp_2 + s.x___74098); + r0 = (s.tmp_2 + s.x___89982); s.tmp_1 = r0; r0 = (s.tmp_0).fields["drawOffsetX"] = (s.tmp_1); s.tmp_0 = r0 = s.arg0; r0 = s.tmp_0.fields["drawOffsetY"]; s.tmp_2 = r0; - r0 = (s.tmp_2 + s.y___74105); + r0 = (s.tmp_2 + s.y___89989); s.tmp_1 = r0; r0 = (s.tmp_0).fields["drawOffsetY"] = (s.tmp_1); case 6: @@ -10003,12 +10003,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_Camera_update__P68134.info = {"start":2297,"length":1397,"line":77,"column":8,"endLine":112,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"update","argumentNames":["this"]} +scene_Camera_update__P84018.info = {"start":2297,"length":1397,"line":77,"column":8,"endLine":112,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"update","argumentNames":["this"]} -function scene_Camera_update__P68134_mk(s) { +function scene_Camera_update__P84018_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Camera_update__P68134, depth: s.depth + 1, + parent: s, fn: scene_Camera_update__P84018, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -10016,12 +10016,12 @@ function scene_Camera_update__P68134_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - elapsed___74062: undefined, - percentComplete___74076: undefined, - damp___74083: undefined, - f___74092: undefined, - x___74098: undefined, - y___74105: undefined, + elapsed___89946: undefined, + percentComplete___89960: undefined, + damp___89967: undefined, + f___89976: undefined, + x___89982: undefined, + y___89989: undefined, arg0: undefined, } } @@ -10029,7 +10029,7 @@ function scene_Camera_update__P68134_mk(s) { -function scene_Camera_offsetY__P68126(s) { +function scene_Camera_offsetY__P84010(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10039,27 +10039,27 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.scene___74140 = undefined; + s.scene___90024 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Camera__C68118_VT)) failedCast(r0); - s.tmp_0 = game_currentScene__P68290_mk(s); + if (!checkSubtype(r0, scene_Camera__C84002_VT)) failedCast(r0); + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 760; s.pc = 5; return s.tmp_0; case 5: r0 = s.retval; - s.scene___74140 = (r0); - r0 = s.scene___74140.fields["tileMap"]; + s.scene___90024 = (r0); + r0 = s.scene___90024.fields["tileMap"]; s.tmp_0 = r0; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 1; continue; } r0 = s.tmp_0; { step = 2; continue; } case 1: - r0 = s.scene___74140.fields["tileMap"]; + r0 = s.scene___90024.fields["tileMap"]; s.tmp_1 = r0; r0 = s.tmp_1.fields["_map"]; s.tmp_5 = r0; @@ -10076,8 +10076,8 @@ switch (step) { r0 = pxsim_numops_toBoolDecr(s.tmp_6); if (!r0) { step = 3; continue; } s.tmp_7 = r0 = s.arg0; - s.tmp_9 = tiles_TileMap_offsetY__P68087_mk(s); - r0 = s.scene___74140.fields["tileMap"]; + s.tmp_9 = tiles_TileMap_offsetY__P83971_mk(s); + r0 = s.scene___90024.fields["tileMap"]; s.tmp_9.arg0 = r0; s.tmp_9.arg1 = s.arg1; s.callLocIdx = 762; s.pc = 6; return s.tmp_9; @@ -10093,12 +10093,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_Camera_offsetY__P68126.info = {"start":1034,"length":267,"line":37,"column":8,"endLine":44,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"offsetY","argumentNames":["this","v"]} +scene_Camera_offsetY__P84010.info = {"start":1034,"length":267,"line":37,"column":8,"endLine":44,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"offsetY","argumentNames":["this","v"]} -function scene_Camera_offsetY__P68126_mk(s) { +function scene_Camera_offsetY__P84010_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Camera_offsetY__P68126, depth: s.depth + 1, + parent: s, fn: scene_Camera_offsetY__P84010, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -10110,7 +10110,7 @@ function scene_Camera_offsetY__P68126_mk(s) { tmp_7: undefined, tmp_8: undefined, tmp_9: undefined, - scene___74140: undefined, + scene___90024: undefined, arg0: undefined, arg1: undefined, } } @@ -10119,7 +10119,7 @@ function scene_Camera_offsetY__P68126_mk(s) { -function tiles_TileMap_enabled__P68092(s) { +function tiles_TileMap_enabled__P83976(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10134,7 +10134,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMap__C68082_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_TileMap__C83966_VT)) failedCast(r0); r0 = s.arg0.fields["_map"]; s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); @@ -10147,13 +10147,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -tiles_TileMap_enabled__P68092.info = {"start":7107,"length":66,"line":261,"column":8,"endLine":263,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"enabled","argumentNames":["this"]} -tiles_TileMap_enabled__P68092.isGetter = true; +tiles_TileMap_enabled__P83976.info = {"start":7107,"length":66,"line":261,"column":8,"endLine":263,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"enabled","argumentNames":["this"]} +tiles_TileMap_enabled__P83976.isGetter = true; -function tiles_TileMap_enabled__P68092_mk(s) { +function tiles_TileMap_enabled__P83976_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMap_enabled__P68092, depth: s.depth + 1, + parent: s, fn: tiles_TileMap_enabled__P83976, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -10166,7 +10166,7 @@ function tiles_TileMap_enabled__P68092_mk(s) { -function tiles_TileMap_offsetY__P68087(s) { +function tiles_TileMap_offsetY__P83971(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10182,17 +10182,17 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMap__C68082_VT)) failedCast(r0); - s.tmp_0 = Math_clamp__P65882_mk(s); + if (!checkSubtype(r0, tiles_TileMap__C83966_VT)) failedCast(r0); + s.tmp_0 = Math_clamp__P81766_mk(s); s.tmp_0.arg0 = 0; - s.tmp_1 = Math_max__P65885_mk(s); - s.tmp_3 = tiles_TileMap_areaHeight__P68089_mk(s); + s.tmp_1 = Math_max__P81769_mk(s); + s.tmp_3 = tiles_TileMap_areaHeight__P83973_mk(s); s.tmp_3.arg0 = s.arg0; s.callLocIdx = 699; s.pc = 3; return s.tmp_3; case 3: r0 = s.retval; s.tmp_2 = r0; - r0 = pxsim_ImageMethods.height(globals.screen___67562); + r0 = pxsim_ImageMethods.height(globals.screen___83446); s.tmp_4 = r0; r0 = (s.tmp_2 - s.tmp_4); s.tmp_1.arg0 = r0; @@ -10208,12 +10208,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_TileMap_offsetY__P68087.info = {"start":6560,"length":123,"line":239,"column":8,"endLine":241,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"offsetY","argumentNames":["this","value"]} +tiles_TileMap_offsetY__P83971.info = {"start":6560,"length":123,"line":239,"column":8,"endLine":241,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"offsetY","argumentNames":["this","value"]} -function tiles_TileMap_offsetY__P68087_mk(s) { +function tiles_TileMap_offsetY__P83971_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMap_offsetY__P68087, depth: s.depth + 1, + parent: s, fn: tiles_TileMap_offsetY__P83971, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -10228,7 +10228,7 @@ function tiles_TileMap_offsetY__P68087_mk(s) { -function tiles_TileMap_areaHeight__P68089(s) { +function tiles_TileMap_areaHeight__P83973(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10243,7 +10243,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMap__C68082_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_TileMap__C83966_VT)) failedCast(r0); r0 = s.arg0.fields["_map"]; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); @@ -10265,12 +10265,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_TileMap_areaHeight__P68089.info = {"start":6794,"length":93,"line":247,"column":8,"endLine":249,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"areaHeight","argumentNames":["this"]} +tiles_TileMap_areaHeight__P83973.info = {"start":6794,"length":93,"line":247,"column":8,"endLine":249,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"areaHeight","argumentNames":["this"]} -function tiles_TileMap_areaHeight__P68089_mk(s) { +function tiles_TileMap_areaHeight__P83973_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMap_areaHeight__P68089, depth: s.depth + 1, + parent: s, fn: tiles_TileMap_areaHeight__P83973, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -10284,7 +10284,7 @@ function tiles_TileMap_areaHeight__P68089_mk(s) { -function tiles_TileMap_scale__P68084(s) { +function tiles_TileMap_scale__P83968(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10299,18 +10299,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMap__C68082_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_TileMap__C83966_VT)) failedCast(r0); r0 = s.arg0.fields["_scale"]; return leaveAccessor(s, r0) default: oops() } } } -tiles_TileMap_scale__P68084.info = {"start":6125,"length":55,"line":220,"column":8,"endLine":222,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"scale","argumentNames":["this"]} -tiles_TileMap_scale__P68084.isGetter = true; +tiles_TileMap_scale__P83968.info = {"start":6125,"length":55,"line":220,"column":8,"endLine":222,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"scale","argumentNames":["this"]} +tiles_TileMap_scale__P83968.isGetter = true; -function tiles_TileMap_scale__P68084_mk(s) { +function tiles_TileMap_scale__P83968_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMap_scale__P68084, depth: s.depth + 1, + parent: s, fn: tiles_TileMap_scale__P83968, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -10319,7 +10319,7 @@ function tiles_TileMap_scale__P68084_mk(s) { -function tiles_TileMapData_height__P68072(s) { +function tiles_TileMapData_height__P83956(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10334,18 +10334,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMapData__C68069_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_TileMapData__C83953_VT)) failedCast(r0); r0 = s.arg0.fields["_height"]; return leaveAccessor(s, r0) default: oops() } } } -tiles_TileMapData_height__P68072.info = {"start":3734,"length":65,"line":139,"column":8,"endLine":141,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"height","argumentNames":["this"]} -tiles_TileMapData_height__P68072.isGetter = true; +tiles_TileMapData_height__P83956.info = {"start":3734,"length":65,"line":139,"column":8,"endLine":141,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"height","argumentNames":["this"]} +tiles_TileMapData_height__P83956.isGetter = true; -function tiles_TileMapData_height__P68072_mk(s) { +function tiles_TileMapData_height__P83956_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMapData_height__P68072, depth: s.depth + 1, + parent: s, fn: tiles_TileMapData_height__P83956, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -10354,7 +10354,7 @@ function tiles_TileMapData_height__P68072_mk(s) { -function scene_Camera_offsetY__P68125(s) { +function scene_Camera_offsetY__P84009(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10369,18 +10369,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Camera__C68118_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Camera__C84002_VT)) failedCast(r0); r0 = s.arg0.fields["_offsetY"]; return leaveAccessor(s, r0) default: oops() } } } -scene_Camera_offsetY__P68125.info = {"start":966,"length":59,"line":34,"column":8,"endLine":36,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"offsetY","argumentNames":["this"]} -scene_Camera_offsetY__P68125.isGetter = true; +scene_Camera_offsetY__P84009.info = {"start":966,"length":59,"line":34,"column":8,"endLine":36,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"offsetY","argumentNames":["this"]} +scene_Camera_offsetY__P84009.isGetter = true; -function scene_Camera_offsetY__P68125_mk(s) { +function scene_Camera_offsetY__P84009_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Camera_offsetY__P68125, depth: s.depth + 1, + parent: s, fn: scene_Camera_offsetY__P84009, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -10389,7 +10389,7 @@ function scene_Camera_offsetY__P68125_mk(s) { -function scene_Camera_offsetX__P68124(s) { +function scene_Camera_offsetX__P84008(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10399,27 +10399,27 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.scene___74207 = undefined; + s.scene___90091 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Camera__C68118_VT)) failedCast(r0); - s.tmp_0 = game_currentScene__P68290_mk(s); + if (!checkSubtype(r0, scene_Camera__C84002_VT)) failedCast(r0); + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 757; s.pc = 5; return s.tmp_0; case 5: r0 = s.retval; - s.scene___74207 = (r0); - r0 = s.scene___74207.fields["tileMap"]; + s.scene___90091 = (r0); + r0 = s.scene___90091.fields["tileMap"]; s.tmp_0 = r0; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 1; continue; } r0 = s.tmp_0; { step = 2; continue; } case 1: - r0 = s.scene___74207.fields["tileMap"]; + r0 = s.scene___90091.fields["tileMap"]; s.tmp_1 = r0; r0 = s.tmp_1.fields["_map"]; s.tmp_5 = r0; @@ -10436,8 +10436,8 @@ switch (step) { r0 = pxsim_numops_toBoolDecr(s.tmp_6); if (!r0) { step = 3; continue; } s.tmp_7 = r0 = s.arg0; - s.tmp_9 = tiles_TileMap_offsetX__P68086_mk(s); - r0 = s.scene___74207.fields["tileMap"]; + s.tmp_9 = tiles_TileMap_offsetX__P83970_mk(s); + r0 = s.scene___90091.fields["tileMap"]; s.tmp_9.arg0 = r0; s.tmp_9.arg1 = s.arg1; s.callLocIdx = 759; s.pc = 6; return s.tmp_9; @@ -10453,12 +10453,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_Camera_offsetX__P68124.info = {"start":690,"length":267,"line":26,"column":8,"endLine":33,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"offsetX","argumentNames":["this","v"]} +scene_Camera_offsetX__P84008.info = {"start":690,"length":267,"line":26,"column":8,"endLine":33,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"offsetX","argumentNames":["this","v"]} -function scene_Camera_offsetX__P68124_mk(s) { +function scene_Camera_offsetX__P84008_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Camera_offsetX__P68124, depth: s.depth + 1, + parent: s, fn: scene_Camera_offsetX__P84008, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -10470,7 +10470,7 @@ function scene_Camera_offsetX__P68124_mk(s) { tmp_7: undefined, tmp_8: undefined, tmp_9: undefined, - scene___74207: undefined, + scene___90091: undefined, arg0: undefined, arg1: undefined, } } @@ -10479,7 +10479,7 @@ function scene_Camera_offsetX__P68124_mk(s) { -function tiles_TileMap_offsetX__P68086(s) { +function tiles_TileMap_offsetX__P83970(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10495,17 +10495,17 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMap__C68082_VT)) failedCast(r0); - s.tmp_0 = Math_clamp__P65882_mk(s); + if (!checkSubtype(r0, tiles_TileMap__C83966_VT)) failedCast(r0); + s.tmp_0 = Math_clamp__P81766_mk(s); s.tmp_0.arg0 = 0; - s.tmp_1 = Math_max__P65885_mk(s); - s.tmp_3 = tiles_TileMap_areaWidth__P68088_mk(s); + s.tmp_1 = Math_max__P81769_mk(s); + s.tmp_3 = tiles_TileMap_areaWidth__P83972_mk(s); s.tmp_3.arg0 = s.arg0; s.callLocIdx = 696; s.pc = 3; return s.tmp_3; case 3: r0 = s.retval; s.tmp_2 = r0; - r0 = pxsim_ImageMethods.width(globals.screen___67562); + r0 = pxsim_ImageMethods.width(globals.screen___83446); s.tmp_4 = r0; r0 = (s.tmp_2 - s.tmp_4); s.tmp_1.arg0 = r0; @@ -10521,12 +10521,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_TileMap_offsetX__P68086.info = {"start":6429,"length":121,"line":235,"column":8,"endLine":237,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"offsetX","argumentNames":["this","value"]} +tiles_TileMap_offsetX__P83970.info = {"start":6429,"length":121,"line":235,"column":8,"endLine":237,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"offsetX","argumentNames":["this","value"]} -function tiles_TileMap_offsetX__P68086_mk(s) { +function tiles_TileMap_offsetX__P83970_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMap_offsetX__P68086, depth: s.depth + 1, + parent: s, fn: tiles_TileMap_offsetX__P83970, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -10541,7 +10541,7 @@ function tiles_TileMap_offsetX__P68086_mk(s) { -function tiles_TileMap_areaWidth__P68088(s) { +function tiles_TileMap_areaWidth__P83972(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10556,7 +10556,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMap__C68082_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_TileMap__C83966_VT)) failedCast(r0); r0 = s.arg0.fields["_map"]; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); @@ -10578,12 +10578,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_TileMap_areaWidth__P68088.info = {"start":6693,"length":91,"line":243,"column":8,"endLine":245,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"areaWidth","argumentNames":["this"]} +tiles_TileMap_areaWidth__P83972.info = {"start":6693,"length":91,"line":243,"column":8,"endLine":245,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"areaWidth","argumentNames":["this"]} -function tiles_TileMap_areaWidth__P68088_mk(s) { +function tiles_TileMap_areaWidth__P83972_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMap_areaWidth__P68088, depth: s.depth + 1, + parent: s, fn: tiles_TileMap_areaWidth__P83972, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -10597,7 +10597,7 @@ function tiles_TileMap_areaWidth__P68088_mk(s) { -function tiles_TileMapData_width__P68071(s) { +function tiles_TileMapData_width__P83955(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10612,18 +10612,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMapData__C68069_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_TileMapData__C83953_VT)) failedCast(r0); r0 = s.arg0.fields["_width"]; return leaveAccessor(s, r0) default: oops() } } } -tiles_TileMapData_width__P68071.info = {"start":3661,"length":63,"line":135,"column":8,"endLine":137,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"width","argumentNames":["this"]} -tiles_TileMapData_width__P68071.isGetter = true; +tiles_TileMapData_width__P83955.info = {"start":3661,"length":63,"line":135,"column":8,"endLine":137,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"width","argumentNames":["this"]} +tiles_TileMapData_width__P83955.isGetter = true; -function tiles_TileMapData_width__P68071_mk(s) { +function tiles_TileMapData_width__P83955_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMapData_width__P68071, depth: s.depth + 1, + parent: s, fn: tiles_TileMapData_width__P83955, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -10632,7 +10632,7 @@ function tiles_TileMapData_width__P68071_mk(s) { -function scene_Camera_offsetX__P68123(s) { +function scene_Camera_offsetX__P84007(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10647,18 +10647,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Camera__C68118_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Camera__C84002_VT)) failedCast(r0); r0 = s.arg0.fields["_offsetX"]; return leaveAccessor(s, r0) default: oops() } } } -scene_Camera_offsetX__P68123.info = {"start":622,"length":59,"line":23,"column":8,"endLine":25,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"offsetX","argumentNames":["this"]} -scene_Camera_offsetX__P68123.isGetter = true; +scene_Camera_offsetX__P84007.info = {"start":622,"length":59,"line":23,"column":8,"endLine":25,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"offsetX","argumentNames":["this"]} +scene_Camera_offsetX__P84007.isGetter = true; -function scene_Camera_offsetX__P68123_mk(s) { +function scene_Camera_offsetX__P84007_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Camera_offsetX__P68123, depth: s.depth + 1, + parent: s, fn: scene_Camera_offsetX__P84007, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -10667,7 +10667,7 @@ function scene_Camera_offsetX__P68123_mk(s) { -function Sprite_y__P67791(s) { +function Sprite_y__P83675(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10682,7 +10682,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["_y"]; s.tmp_1 = r0; r0 = (s.tmp_1 / 256); @@ -10697,13 +10697,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -Sprite_y__P67791.info = {"start":2028,"length":85,"line":85,"column":4,"endLine":87,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"y","argumentNames":["this"]} -Sprite_y__P67791.isGetter = true; +Sprite_y__P83675.info = {"start":2028,"length":85,"line":85,"column":4,"endLine":87,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"y","argumentNames":["this"]} +Sprite_y__P83675.isGetter = true; -function Sprite_y__P67791_mk(s) { +function Sprite_y__P83675_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_y__P67791, depth: s.depth + 1, + parent: s, fn: Sprite_y__P83675, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -10717,7 +10717,7 @@ function Sprite_y__P67791_mk(s) { -function Fx_toFloat__P65926(s) { +function Fx_toFloat__P81810(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10735,12 +10735,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Fx_toFloat__P65926.info = {"start":2235,"length":81,"line":71,"column":4,"endLine":73,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"toFloat","argumentNames":["v"]} +Fx_toFloat__P81810.info = {"start":2235,"length":81,"line":71,"column":4,"endLine":73,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"toFloat","argumentNames":["v"]} -function Fx_toFloat__P65926_mk(s) { +function Fx_toFloat__P81810_mk(s) { checkStack(s.depth); return { - parent: s, fn: Fx_toFloat__P65926, depth: s.depth + 1, + parent: s, fn: Fx_toFloat__P81810, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -10749,7 +10749,7 @@ function Fx_toFloat__P65926_mk(s) { -function Sprite_x__P67789(s) { +function Sprite_x__P83673(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10764,7 +10764,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["_x"]; s.tmp_1 = r0; r0 = (s.tmp_1 / 256); @@ -10779,13 +10779,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -Sprite_x__P67789.info = {"start":1680,"length":84,"line":74,"column":4,"endLine":76,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"x","argumentNames":["this"]} -Sprite_x__P67789.isGetter = true; +Sprite_x__P83673.info = {"start":1680,"length":84,"line":74,"column":4,"endLine":76,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"x","argumentNames":["this"]} +Sprite_x__P83673.isGetter = true; -function Sprite_x__P67789_mk(s) { +function Sprite_x__P83673_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_x__P67789, depth: s.depth + 1, + parent: s, fn: Sprite_x__P83673, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -10799,7 +10799,7 @@ function Sprite_x__P67789_mk(s) { -function PhysicsEngine_move__P67929(s) { +function PhysicsEngine_move__P83813(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10815,17 +10815,17 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, PhysicsEngine__C67923_VT)) failedCast(r0); + if (!checkSubtype(r0, PhysicsEngine__C83807_VT)) failedCast(r0); r0 = undefined; return leave(s, r0) default: oops() } } } -PhysicsEngine_move__P67929.info = {"start":351,"length":20,"line":18,"column":4,"endLine":18,"endColumn":24,"fileName":"pxt_modules/game/physics.ts","functionName":"move","argumentNames":["this","dt"]} +PhysicsEngine_move__P83813.info = {"start":351,"length":20,"line":18,"column":4,"endLine":18,"endColumn":24,"fileName":"pxt_modules/game/physics.ts","functionName":"move","argumentNames":["this","dt"]} -function PhysicsEngine_move__P67929_mk(s) { +function PhysicsEngine_move__P83813_mk(s) { checkStack(s.depth); return { - parent: s, fn: PhysicsEngine_move__P67929, depth: s.depth + 1, + parent: s, fn: PhysicsEngine_move__P83813, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -10835,7 +10835,7 @@ function PhysicsEngine_move__P67929_mk(s) { -function PhysicsEngine_draw__P67928(s) { +function PhysicsEngine_draw__P83812(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10850,17 +10850,17 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, PhysicsEngine__C67923_VT)) failedCast(r0); + if (!checkSubtype(r0, PhysicsEngine__C83807_VT)) failedCast(r0); r0 = undefined; return leave(s, r0) default: oops() } } } -PhysicsEngine_draw__P67928.info = {"start":279,"length":10,"line":15,"column":4,"endLine":15,"endColumn":14,"fileName":"pxt_modules/game/physics.ts","functionName":"draw","argumentNames":["this"]} +PhysicsEngine_draw__P83812.info = {"start":279,"length":10,"line":15,"column":4,"endLine":15,"endColumn":14,"fileName":"pxt_modules/game/physics.ts","functionName":"draw","argumentNames":["this"]} -function PhysicsEngine_draw__P67928_mk(s) { +function PhysicsEngine_draw__P83812_mk(s) { checkStack(s.depth); return { - parent: s, fn: PhysicsEngine_draw__P67928, depth: s.depth + 1, + parent: s, fn: PhysicsEngine_draw__P83812, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -10869,7 +10869,7 @@ function PhysicsEngine_draw__P67928_mk(s) { -function controller___update__P67710(s) { +function controller___update__P83594(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10879,7 +10879,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.dtms___74611 = undefined; + s.dtms___90495 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; @@ -10887,12 +10887,12 @@ switch (step) { r0 = (s.arg0 * 1000); s.tmp_0 = r0; r0 = (s.tmp_0 | 0); - s.dtms___74611 = (r0); - r0 = pxsim_pxtcore_mkAction(1, inline__P74618); + s.dtms___90495 = (r0); + r0 = pxsim_pxtcore_mkAction(1, inline__P90502); s.tmp_0 = r0; - r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.dtms___74611); - s.tmp_1 = helpers_arrayForEach__P65865_mk(s); - s.tmp_2 = controller_players__P67678_mk(s); + r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.dtms___90495); + s.tmp_1 = helpers_arrayForEach__P81749_mk(s); + s.tmp_2 = controller_players__P83562_mk(s); s.callLocIdx = 191; s.pc = 2; return s.tmp_2; case 2: r0 = s.retval; @@ -10905,17 +10905,17 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller___update__P67710.info = {"start":17961,"length":137,"line":550,"column":4,"endLine":553,"endColumn":5,"fileName":"pxt_modules/game/controller.ts","functionName":"__update","argumentNames":["dt"]} +controller___update__P83594.info = {"start":17961,"length":137,"line":550,"column":4,"endLine":553,"endColumn":5,"fileName":"pxt_modules/game/controller.ts","functionName":"__update","argumentNames":["dt"]} -function controller___update__P67710_mk(s) { +function controller___update__P83594_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller___update__P67710, depth: s.depth + 1, + parent: s, fn: controller___update__P83594, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - dtms___74611: undefined, + dtms___90495: undefined, arg0: undefined, } } @@ -10923,7 +10923,7 @@ function controller___update__P67710_mk(s) { -function inline__P74618(s) { +function inline__P90502(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10937,7 +10937,7 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = controller_Controller___update__P67708_mk(s); + s.tmp_0 = controller_Controller___update__P83592_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.caps[0]; s.callLocIdx = 192; s.pc = 1; return s.tmp_0; @@ -10947,12 +10947,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P74618.info = {"start":18063,"length":27,"line":552,"column":26,"endLine":552,"endColumn":53,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":["ctrl"]} +inline__P90502.info = {"start":18063,"length":27,"line":552,"column":26,"endLine":552,"endColumn":53,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":["ctrl"]} -function inline__P74618_mk(s) { +function inline__P90502_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P74618, depth: s.depth + 1, + parent: s, fn: inline__P90502, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -10962,7 +10962,7 @@ function inline__P74618_mk(s) { -function controller_Controller___update__P67708(s) { +function controller_Controller___update__P83592(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -10978,7 +10978,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Controller__C67683_VT)) failedCast(r0); + if (!checkSubtype(r0, controller_Controller__C83567_VT)) failedCast(r0); r0 = pxsim_pxtrt.mklocRef(); s.tmp_0 = r0; r0 = pxsim_pxtrt_stlocRef(s.tmp_0, s.arg1); @@ -10989,10 +10989,10 @@ switch (step) { r0 = (s.tmp_3 | 0); s.tmp_2 = r0; r0 = pxsim_pxtrt_stlocRef(s.tmp_1, s.tmp_2); - r0 = pxsim_pxtcore_mkAction(1, inline__P74631); + r0 = pxsim_pxtcore_mkAction(1, inline__P90515); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg1); - s.tmp_1 = helpers_arrayForEach__P65865_mk(s); + s.tmp_1 = helpers_arrayForEach__P81749_mk(s); r0 = s.arg0.fields["buttons"]; s.tmp_1.arg0 = r0; s.tmp_1.arg1 = s.tmp_0; @@ -11003,12 +11003,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller_Controller___update__P67708.info = {"start":17439,"length":124,"line":532,"column":8,"endLine":535,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"__update","argumentNames":["this","dtms"]} +controller_Controller___update__P83592.info = {"start":17439,"length":124,"line":532,"column":8,"endLine":535,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"__update","argumentNames":["this","dtms"]} -function controller_Controller___update__P67708_mk(s) { +function controller_Controller___update__P83592_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Controller___update__P67708, depth: s.depth + 1, + parent: s, fn: controller_Controller___update__P83592, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -11022,7 +11022,7 @@ function controller_Controller___update__P67708_mk(s) { -function inline__P74631(s) { +function inline__P90515(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -11036,7 +11036,7 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = controller_Button___update__P67675_mk(s); + s.tmp_0 = controller_Button___update__P83559_mk(s); s.tmp_0.arg0 = s.arg0; r0 = pxsim_pxtrt_ldlocRef(s.caps[0]); s.tmp_0.arg1 = r0; @@ -11047,12 +11047,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P74631.info = {"start":17526,"length":25,"line":534,"column":33,"endLine":534,"endColumn":58,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":["btn"]} +inline__P90515.info = {"start":17526,"length":25,"line":534,"column":33,"endLine":534,"endColumn":58,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":["btn"]} -function inline__P74631_mk(s) { +function inline__P90515_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P74631, depth: s.depth + 1, + parent: s, fn: inline__P90515, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -11062,7 +11062,7 @@ function inline__P74631_mk(s) { -function controller_Button___update__P67675(s) { +function controller_Button___update__P83559(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -11072,16 +11072,16 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.delay___74647 = undefined; - s.interval___74656 = undefined; - s.count___74669 = undefined; + s.delay___90531 = undefined; + s.interval___90540 = undefined; + s.count___90553 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Button__C67663_VT)) failedCast(r0); + if (!checkSubtype(r0, controller_Button__C83547_VT)) failedCast(r0); r0 = s.arg0.fields["_pressed"]; s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); @@ -11105,31 +11105,31 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 3; continue; } - r0 = globals.defaultRepeatDelay___69460; + r0 = globals.defaultRepeatDelay___85344; { step = 4; continue; } case 3: r0 = s.arg0.fields["repeatDelay"]; case 4: // jmp value (already in r0) s.tmp_2 = r0; - s.delay___74647 = (s.tmp_2); + s.delay___90531 = (s.tmp_2); r0 = s.arg0.fields["repeatInterval"]; s.tmp_1 = r0; r0 = (s.tmp_1 === undefined); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 5; continue; } - r0 = globals.defaultRepeatInterval___69462; + r0 = globals.defaultRepeatInterval___85346; { step = 6; continue; } case 5: r0 = s.arg0.fields["repeatInterval"]; case 6: // jmp value (already in r0) s.tmp_2 = r0; - s.interval___74656 = (s.tmp_2); + s.interval___90540 = (s.tmp_2); r0 = s.arg0.fields["_pressedElasped"]; s.tmp_1 = r0; - r0 = (s.tmp_1 < s.delay___74647); + r0 = (s.tmp_1 < s.delay___90531); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 7; continue; } @@ -11138,26 +11138,26 @@ switch (step) { case 8: r0 = s.arg0.fields["_pressedElasped"]; s.tmp_5 = r0; - r0 = (s.tmp_5 - s.delay___74647); + r0 = (s.tmp_5 - s.delay___90531); s.tmp_4 = r0; - r0 = (s.tmp_4 - s.interval___74656); + r0 = (s.tmp_4 - s.interval___90540); s.tmp_3 = r0; - r0 = (s.tmp_3 / s.interval___74656); + r0 = (s.tmp_3 / s.interval___90540); s.tmp_2 = r0; r0 = pxsim.Math_.floor(s.tmp_2); - s.count___74669 = (r0); + s.count___90553 = (r0); r0 = s.arg0.fields["_repeatCount"]; s.tmp_1 = r0; - r0 = (s.count___74669 != s.tmp_1); + r0 = (s.count___90553 != s.tmp_1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 9; continue; } - s.tmp_2 = controller_Button_raiseButtonRepeat__P69467_mk(s); + s.tmp_2 = controller_Button_raiseButtonRepeat__P85351_mk(s); s.tmp_2.arg0 = s.arg0; s.callLocIdx = 147; s.pc = 12; return s.tmp_2; case 12: r0 = s.retval; - r0 = (s.arg0).fields["_repeatCount"] = (s.count___74669); + r0 = (s.arg0).fields["_repeatCount"] = (s.count___90553); case 9: case 10: case 11: @@ -11165,12 +11165,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller_Button___update__P67675.info = {"start":5117,"length":704,"line":164,"column":8,"endLine":181,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"__update","argumentNames":["this","dtms"]} +controller_Button___update__P83559.info = {"start":5117,"length":704,"line":164,"column":8,"endLine":181,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"__update","argumentNames":["this","dtms"]} -function controller_Button___update__P67675_mk(s) { +function controller_Button___update__P83559_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Button___update__P67675, depth: s.depth + 1, + parent: s, fn: controller_Button___update__P83559, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -11178,9 +11178,9 @@ function controller_Button___update__P67675_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - delay___74647: undefined, - interval___74656: undefined, - count___74669: undefined, + delay___90531: undefined, + interval___90540: undefined, + count___90553: undefined, arg0: undefined, arg1: undefined, } } @@ -11189,7 +11189,7 @@ function controller_Button___update__P67675_mk(s) { -function controller_Button_raiseButtonRepeat__P69467(s) { +function controller_Button_raiseButtonRepeat__P85351(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -11204,8 +11204,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Button__C67663_VT)) failedCast(r0); - r0 = pxsim_numops_toBoolDecr(globals._userEventsEnabled___69458); + if (!checkSubtype(r0, controller_Button__C83547_VT)) failedCast(r0); + r0 = pxsim_numops_toBoolDecr(globals._userEventsEnabled___85342); if (!r0) { step = 1; continue; } r0 = s.arg0.fields["id"]; s.tmp_0 = r0; @@ -11220,12 +11220,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller_Button_raiseButtonRepeat__P69467.info = {"start":2887,"length":211,"line":99,"column":8,"endLine":104,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"raiseButtonRepeat","argumentNames":["this"]} +controller_Button_raiseButtonRepeat__P85351.info = {"start":2887,"length":211,"line":99,"column":8,"endLine":104,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"raiseButtonRepeat","argumentNames":["this"]} -function controller_Button_raiseButtonRepeat__P69467_mk(s) { +function controller_Button_raiseButtonRepeat__P85351_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Button_raiseButtonRepeat__P69467, depth: s.depth + 1, + parent: s, fn: controller_Button_raiseButtonRepeat__P85351, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -11235,7 +11235,7 @@ function controller_Button_raiseButtonRepeat__P69467_mk(s) { -function controller_players__P67678(s) { +function controller_players__P83562(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -11245,25 +11245,25 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = controller__player1__P67677_mk(s); + s.tmp_0 = controller__player1__P83561_mk(s); s.callLocIdx = 150; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - s.tmp_0 = helpers_arrayFilter__P65866_mk(s); - s.tmp_0.arg0 = globals._players___69471; - s.tmp_0.arg1 = inline__P74488; + s.tmp_0 = helpers_arrayFilter__P81750_mk(s); + s.tmp_0.arg0 = globals._players___85355; + s.tmp_0.arg1 = inline__P90372; s.callLocIdx = 151; s.pc = 2; return s.tmp_0; case 2: r0 = s.retval; return leave(s, r0) default: oops() } } } -controller_players__P67678.info = {"start":7040,"length":144,"line":220,"column":4,"endLine":223,"endColumn":5,"fileName":"pxt_modules/game/controller.ts","functionName":"players","argumentNames":[]} +controller_players__P83562.info = {"start":7040,"length":144,"line":220,"column":4,"endLine":223,"endColumn":5,"fileName":"pxt_modules/game/controller.ts","functionName":"players","argumentNames":[]} -function controller_players__P67678_mk(s) { +function controller_players__P83562_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_players__P67678, depth: s.depth + 1, + parent: s, fn: controller_players__P83562, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, } } @@ -11272,7 +11272,7 @@ function controller_players__P67678_mk(s) { -function inline__P74488(s) { +function inline__P90372(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -11296,12 +11296,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P74488.info = {"start":7162,"length":14,"line":222,"column":31,"endLine":222,"endColumn":45,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":["ctrl"]} +inline__P90372.info = {"start":7162,"length":14,"line":222,"column":31,"endLine":222,"endColumn":45,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":["ctrl"]} -function inline__P74488_mk(s) { +function inline__P90372_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P74488, depth: s.depth + 1, + parent: s, fn: inline__P90372, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -11313,7 +11313,7 @@ function inline__P74488_mk(s) { -function controller__player1__P67677(s) { +function controller__player1__P83561(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -11323,7 +11323,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = pxsim_numops_toBoolDecr(globals._players___69471); + r0 = pxsim_numops_toBoolDecr(globals._players___85355); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; @@ -11332,7 +11332,7 @@ switch (step) { r0 = s.tmp_0; { step = 2; continue; } case 1: - r0 = pxsim_Array__getAt(globals._players___69471, 0); + r0 = pxsim_Array__getAt(globals._players___85355, 0); s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); s.tmp_2 = r0; @@ -11342,18 +11342,18 @@ switch (step) { s.tmp_4 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_4); if (!r0) { step = 3; continue; } - r0 = pxsim_pxtcore_mkClassInstance(controller_Controller__C67683_VT); + r0 = pxsim_pxtcore_mkClassInstance(controller_Controller__C83567_VT); s.tmp_5 = r0; r0 = pxsim_Array__mk(); s.tmp_6 = r0; - r0 = pxsim_Array__push(s.tmp_6, globals.left___67639); - r0 = pxsim_Array__push(s.tmp_6, globals.up___67640); - r0 = pxsim_Array__push(s.tmp_6, globals.right___67641); - r0 = pxsim_Array__push(s.tmp_6, globals.down___67642); - r0 = pxsim_Array__push(s.tmp_6, globals.A___67637); - r0 = pxsim_Array__push(s.tmp_6, globals.B___67638); - r0 = pxsim_Array__push(s.tmp_6, globals.menu___67643); - s.tmp_7 = controller_Controller_constructor__P67687_mk(s); + r0 = pxsim_Array__push(s.tmp_6, globals.left___83523); + r0 = pxsim_Array__push(s.tmp_6, globals.up___83524); + r0 = pxsim_Array__push(s.tmp_6, globals.right___83525); + r0 = pxsim_Array__push(s.tmp_6, globals.down___83526); + r0 = pxsim_Array__push(s.tmp_6, globals.A___83521); + r0 = pxsim_Array__push(s.tmp_6, globals.B___83522); + r0 = pxsim_Array__push(s.tmp_6, globals.menu___83527); + s.tmp_7 = controller_Controller_constructor__P83571_mk(s); s.tmp_7.arg0 = s.tmp_5; s.tmp_7.arg1 = 1; s.tmp_7.arg2 = s.tmp_6; @@ -11362,16 +11362,16 @@ switch (step) { r0 = s.retval; case 3: case 4: - r0 = pxsim_Array__getAt(globals._players___69471, 0); + r0 = pxsim_Array__getAt(globals._players___85355, 0); return leave(s, r0) default: oops() } } } -controller__player1__P67677.info = {"start":6776,"length":258,"line":214,"column":4,"endLine":218,"endColumn":5,"fileName":"pxt_modules/game/controller.ts","functionName":"_player1","argumentNames":[]} +controller__player1__P83561.info = {"start":6776,"length":258,"line":214,"column":4,"endLine":218,"endColumn":5,"fileName":"pxt_modules/game/controller.ts","functionName":"_player1","argumentNames":[]} -function controller__player1__P67677_mk(s) { +function controller__player1__P83561_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller__player1__P67677, depth: s.depth + 1, + parent: s, fn: controller__player1__P83561, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -11387,7 +11387,7 @@ function controller__player1__P67677_mk(s) { -function controller_Controller_constructor__P67687(s) { +function controller_Controller_constructor__P83571(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -11397,9 +11397,9 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.leftId___74553 = undefined; - s.i___74561 = undefined; - s.i___74579 = undefined; + s.leftId___90437 = undefined; + s.i___90445 = undefined; + s.i___90463 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -11407,7 +11407,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Controller__C67683_VT)) failedCast(r0); + if (!checkSubtype(r0, controller_Controller__C83567_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; r0 = pxsim.control.allocateNotifyEvent(); s.tmp_1 = r0; @@ -11431,18 +11431,18 @@ switch (step) { r0 = (s.tmp_1 * 7); s.tmp_0 = r0; r0 = (1 + s.tmp_0); - s.leftId___74553 = (r0); - s.i___74561 = (0); + s.leftId___90437 = (r0); + s.i___90445 = (0); case 2: - r0 = (s.i___74561 < 7); + r0 = (s.i___90445 < 7); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 3; continue; } - r0 = pxsim_pxtcore_mkClassInstance(controller_Button__C67663_VT); + r0 = pxsim_pxtcore_mkClassInstance(controller_Button__C83547_VT); s.tmp_1 = r0; - s.tmp_2 = controller_Button_constructor__P67669_mk(s); + s.tmp_2 = controller_Button_constructor__P83553_mk(s); s.tmp_2.arg0 = s.tmp_1; - r0 = (s.leftId___74553 + s.i___74561); + r0 = (s.leftId___90437 + s.i___90445); s.tmp_2.arg1 = r0; s.tmp_2.arg2 = -1; s.callLocIdx = 155; s.pc = 7; return s.tmp_2; @@ -11451,14 +11451,14 @@ switch (step) { r0 = s.arg0.fields["buttons"]; s.tmp_3 = r0; r0 = pxsim_Array__push(s.tmp_3, s.tmp_1); - r0 = (s.i___74561 + 1); - s.i___74561 = (r0); + r0 = (s.i___90445 + 1); + s.i___90445 = (r0); { step = 2; continue; } case 3: case 4: - s.i___74579 = (0); + s.i___90463 = (0); case 5: - s.tmp_1 = r0 = s.i___74579; + s.tmp_1 = r0 = s.i___90463; r0 = s.arg0.fields["buttons"]; s.tmp_3 = r0; r0 = pxsim_Array__length(s.tmp_3); @@ -11469,14 +11469,14 @@ switch (step) { if (!r0) { step = 6; continue; } r0 = s.arg0.fields["buttons"]; s.tmp_5 = r0; - r0 = pxsim_Array__getAt(s.tmp_5, s.i___74579); + r0 = pxsim_Array__getAt(s.tmp_5, s.i___90463); s.tmp_4 = r0; r0 = (s.tmp_4).fields["_owner"] = (s.arg0); - r0 = (s.i___74579 + 1); - s.i___74579 = (r0); + r0 = (s.i___90463 + 1); + s.i___90463 = (r0); { step = 5; continue; } case 6: - s.tmp_0 = controller_addController__P69472_mk(s); + s.tmp_0 = controller_addController__P85356_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 156; s.pc = 8; return s.tmp_0; case 8: @@ -11485,12 +11485,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller_Controller_constructor__P67687.info = {"start":7849,"length":696,"line":249,"column":8,"endLine":266,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":["this","playerIndex","buttons"]} +controller_Controller_constructor__P83571.info = {"start":7849,"length":696,"line":249,"column":8,"endLine":266,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":["this","playerIndex","buttons"]} -function controller_Controller_constructor__P67687_mk(s) { +function controller_Controller_constructor__P83571_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Controller_constructor__P67687, depth: s.depth + 1, + parent: s, fn: controller_Controller_constructor__P83571, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -11498,9 +11498,9 @@ function controller_Controller_constructor__P67687_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - leftId___74553: undefined, - i___74561: undefined, - i___74579: undefined, + leftId___90437: undefined, + i___90445: undefined, + i___90463: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -11510,7 +11510,7 @@ function controller_Controller_constructor__P67687_mk(s) { -function controller_addController__P69472(s) { +function controller_addController__P85356(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -11524,17 +11524,17 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - r0 = pxsim_numops_toBoolDecr(globals._players___69471); + r0 = pxsim_numops_toBoolDecr(globals._players___85355); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } r0 = pxsim_Array__mk(); - globals._players___69471 = (r0); + globals._players___85355 = (r0); case 1: case 2: - s.tmp_0 = r0 = globals._players___69471; + s.tmp_0 = r0 = globals._players___85355; r0 = s.arg0.fields["playerIndex"]; s.tmp_2 = r0; r0 = (s.tmp_2 - 1); @@ -11544,12 +11544,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller_addController__P69472.info = {"start":6613,"length":157,"line":207,"column":4,"endLine":212,"endColumn":5,"fileName":"pxt_modules/game/controller.ts","functionName":"addController","argumentNames":["ctrl"]} +controller_addController__P85356.info = {"start":6613,"length":157,"line":207,"column":4,"endLine":212,"endColumn":5,"fileName":"pxt_modules/game/controller.ts","functionName":"addController","argumentNames":["ctrl"]} -function controller_addController__P69472_mk(s) { +function controller_addController__P85356_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_addController__P69472, depth: s.depth + 1, + parent: s, fn: controller_addController__P85356, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -11561,7 +11561,7 @@ function controller_addController__P69472_mk(s) { -function helpers_arrayFilter__P65866(s) { +function helpers_arrayFilter__P81750(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -11571,31 +11571,31 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.res___74407 = undefined; - s.len___74409 = undefined; - s.i___74412 = undefined; - s.v___74417 = undefined; + s.res___90291 = undefined; + s.len___90293 = undefined; + s.i___90296 = undefined; + s.v___90301 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = pxsim_Array__mk(); - s.res___74407 = (r0); + s.res___90291 = (r0); r0 = pxsim_Array__length(s.arg0); - s.len___74409 = (r0); - s.i___74412 = (0); + s.len___90293 = (r0); + s.i___90296 = (0); case 1: - r0 = (s.i___74412 < s.len___74409); + r0 = (s.i___90296 < s.len___90293); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 4; continue; } - r0 = pxsim_Array__getAt(s.arg0, s.i___74412); - s.v___74417 = (r0); + r0 = pxsim_Array__getAt(s.arg0, s.i___90296); + s.v___90301 = (r0); s.tmp_1 = lambda_3_mk(s); s.tmp_1.argL = s.arg1; - s.tmp_1.arg0 = s.v___74417; - s.tmp_1.arg1 = s.i___74412; + s.tmp_1.arg0 = s.v___90301; + s.tmp_1.arg1 = s.i___90296; setupLambda(s.tmp_1, s.tmp_1.argL); s.callLocIdx = 6; s.pc = 5; return s.tmp_1; case 5: @@ -11603,30 +11603,30 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 2; continue; } - r0 = pxsim_Array__push(s.res___74407, s.v___74417); + r0 = pxsim_Array__push(s.res___90291, s.v___90301); case 2: case 3: - r0 = (s.i___74412 + 1); - s.i___74412 = (r0); + r0 = (s.i___90296 + 1); + s.i___90296 = (r0); { step = 1; continue; } case 4: - r0 = s.res___74407; + r0 = s.res___90291; return leave(s, r0) default: oops() } } } -helpers_arrayFilter__P65866.info = {"start":7695,"length":317,"line":261,"column":4,"endLine":269,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arrayFilter","argumentNames":["arr","callbackfn"]} +helpers_arrayFilter__P81750.info = {"start":7695,"length":317,"line":261,"column":4,"endLine":269,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arrayFilter","argumentNames":["arr","callbackfn"]} -function helpers_arrayFilter__P65866_mk(s) { +function helpers_arrayFilter__P81750_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_arrayFilter__P65866, depth: s.depth + 1, + parent: s, fn: helpers_arrayFilter__P81750, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, - res___74407: undefined, - len___74409: undefined, - i___74412: undefined, - v___74417: undefined, + res___90291: undefined, + len___90293: undefined, + i___90296: undefined, + v___90301: undefined, arg0: undefined, arg1: undefined, } } @@ -11635,7 +11635,7 @@ function helpers_arrayFilter__P65866_mk(s) { -function controller__moveSprites__P67682(s) { +function controller__moveSprites__P83566(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -11645,13 +11645,13 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = helpers_arrayForEach__P65865_mk(s); - s.tmp_1 = controller_players__P67678_mk(s); + s.tmp_0 = helpers_arrayForEach__P81749_mk(s); + s.tmp_1 = controller_players__P83562_mk(s); s.callLocIdx = 152; s.pc = 2; return s.tmp_1; case 2: r0 = s.retval; s.tmp_0.arg0 = r0; - s.tmp_0.arg1 = inline__P74257; + s.tmp_0.arg1 = inline__P90141; s.callLocIdx = 154; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; @@ -11659,12 +11659,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller__moveSprites__P67682.info = {"start":7400,"length":182,"line":234,"column":4,"endLine":238,"endColumn":5,"fileName":"pxt_modules/game/controller.ts","functionName":"_moveSprites","argumentNames":[]} +controller__moveSprites__P83566.info = {"start":7400,"length":182,"line":234,"column":4,"endLine":238,"endColumn":5,"fileName":"pxt_modules/game/controller.ts","functionName":"_moveSprites","argumentNames":[]} -function controller__moveSprites__P67682_mk(s) { +function controller__moveSprites__P83566_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller__moveSprites__P67682, depth: s.depth + 1, + parent: s, fn: controller__moveSprites__P83566, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -11674,7 +11674,7 @@ function controller__moveSprites__P67682_mk(s) { -function inline__P74257(s) { +function inline__P90141(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -11688,7 +11688,7 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = controller_Controller___preUpdate__P67707_mk(s); + s.tmp_0 = controller_Controller___preUpdate__P83591_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 153; s.pc = 1; return s.tmp_0; case 1: @@ -11697,12 +11697,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P74257.info = {"start":7548,"length":26,"line":237,"column":26,"endLine":237,"endColumn":52,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":["ctrl"]} +inline__P90141.info = {"start":7548,"length":26,"line":237,"column":26,"endLine":237,"endColumn":52,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":["ctrl"]} -function inline__P74257_mk(s) { +function inline__P90141_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P74257, depth: s.depth + 1, + parent: s, fn: inline__P90141, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -11712,7 +11712,7 @@ function inline__P74257_mk(s) { -function controller_Controller___preUpdate__P67707(s) { +function controller_Controller___preUpdate__P83591(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -11722,20 +11722,20 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.deadSprites___74264 = undefined; - s.svx___74265 = undefined; - s.svy___74266 = undefined; - s.svxInCricle___74301 = undefined; - s.svyInCircle___74303 = undefined; - s.sq___74305 = undefined; - s.scale___74320 = undefined; + s.deadSprites___90148 = undefined; + s.svx___90149 = undefined; + s.svy___90150 = undefined; + s.svxInCricle___90185 = undefined; + s.svyInCircle___90187 = undefined; + s.sq___90189 = undefined; + s.scale___90204 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Controller__C67683_VT)) failedCast(r0); - s.tmp_3 = controller_Controller__controlledSprites__P67688_mk(s); + if (!checkSubtype(r0, controller_Controller__C83567_VT)) failedCast(r0); + s.tmp_3 = controller_Controller__controlledSprites__P83572_mk(s); s.tmp_3.arg0 = s.arg0; s.callLocIdx = 164; s.pc = 18; return s.tmp_3; case 18: @@ -11751,21 +11751,21 @@ switch (step) { case 1: case 2: r0 = pxsim_pxtrt.mklocRef(); - s.deadSprites___74264 = (r0); - r0 = pxsim_pxtrt_stlocRef(s.deadSprites___74264, false); + s.deadSprites___90148 = (r0); + r0 = pxsim_pxtrt_stlocRef(s.deadSprites___90148, false); r0 = pxsim_pxtrt.mklocRef(); - s.svx___74265 = (r0); - r0 = pxsim_pxtrt_stlocRef(s.svx___74265, 0); + s.svx___90149 = (r0); + r0 = pxsim_pxtrt_stlocRef(s.svx___90149, 0); r0 = pxsim_pxtrt.mklocRef(); - s.svy___74266 = (r0); - r0 = pxsim_pxtrt_stlocRef(s.svy___74266, 0); + s.svy___90150 = (r0); + r0 = pxsim_pxtrt_stlocRef(s.svy___90150, 0); r0 = s.arg0.fields["analog"]; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 3; continue; } - s.tmp_1 = r0 = s.svx___74265; - s.tmp_5 = controller_Button_pressureLevel__P67673_mk(s); - s.tmp_6 = controller_Controller_right__P67693_mk(s); + s.tmp_1 = r0 = s.svx___90149; + s.tmp_5 = controller_Button_pressureLevel__P83557_mk(s); + s.tmp_6 = controller_Controller_right__P83577_mk(s); s.tmp_6.arg0 = s.arg0; s.callLocIdx = 165; s.pc = 20; return s.tmp_6; case 20: @@ -11775,8 +11775,8 @@ switch (step) { case 19: r0 = s.retval; s.tmp_4 = r0; - s.tmp_8 = controller_Button_pressureLevel__P67673_mk(s); - s.tmp_9 = controller_Controller_left__P67692_mk(s); + s.tmp_8 = controller_Button_pressureLevel__P83557_mk(s); + s.tmp_9 = controller_Controller_left__P83576_mk(s); s.tmp_9.arg0 = s.arg0; s.callLocIdx = 167; s.pc = 22; return s.tmp_9; case 22: @@ -11791,9 +11791,9 @@ switch (step) { r0 = (s.tmp_3 >> 1); s.tmp_2 = r0; r0 = pxsim_pxtrt_stlocRef(s.tmp_1, s.tmp_2); - s.tmp_0 = r0 = s.svy___74266; - s.tmp_4 = controller_Button_pressureLevel__P67673_mk(s); - s.tmp_5 = controller_Controller_down__P67695_mk(s); + s.tmp_0 = r0 = s.svy___90150; + s.tmp_4 = controller_Button_pressureLevel__P83557_mk(s); + s.tmp_5 = controller_Controller_down__P83579_mk(s); s.tmp_5.arg0 = s.arg0; s.callLocIdx = 169; s.pc = 24; return s.tmp_5; case 24: @@ -11803,8 +11803,8 @@ switch (step) { case 23: r0 = s.retval; s.tmp_3 = r0; - s.tmp_7 = controller_Button_pressureLevel__P67673_mk(s); - s.tmp_8 = controller_Controller_up__P67694_mk(s); + s.tmp_7 = controller_Button_pressureLevel__P83557_mk(s); + s.tmp_8 = controller_Controller_up__P83578_mk(s); s.tmp_8.arg0 = s.arg0; s.callLocIdx = 171; s.pc = 26; return s.tmp_8; case 26: @@ -11821,14 +11821,14 @@ switch (step) { r0 = pxsim_pxtrt_stlocRef(s.tmp_0, s.tmp_1); { step = 12; continue; } case 3: - s.tmp_1 = controller_Button__C67663_v0_1_mk(s); - s.tmp_2 = controller_Controller_right__P67693_mk(s); + s.tmp_1 = controller_Button__C83547_v0_1_mk(s); + s.tmp_2 = controller_Controller_right__P83577_mk(s); s.tmp_2.arg0 = s.arg0; s.callLocIdx = 173; s.pc = 28; return s.tmp_2; case 28: r0 = s.retval; s.tmp_1.arg0 = r0; - if (!checkSubtype(s.tmp_1.arg0, controller_Button__C67663_VT)) failedCast(s.tmp_1.arg0); + if (!checkSubtype(s.tmp_1.arg0, controller_Button__C83547_VT)) failedCast(s.tmp_1.arg0); s.tmp_1.fn = s.tmp_1.arg0.vtable.methods.isPressed; s.pc = 27; return s.tmp_1; case 27: @@ -11843,14 +11843,14 @@ switch (step) { case 5: // jmp value (already in r0) s.tmp_3 = r0; - s.tmp_5 = controller_Button__C67663_v0_1_mk(s); - s.tmp_6 = controller_Controller_left__P67692_mk(s); + s.tmp_5 = controller_Button__C83547_v0_1_mk(s); + s.tmp_6 = controller_Controller_left__P83576_mk(s); s.tmp_6.arg0 = s.arg0; s.callLocIdx = 174; s.pc = 30; return s.tmp_6; case 30: r0 = s.retval; s.tmp_5.arg0 = r0; - if (!checkSubtype(s.tmp_5.arg0, controller_Button__C67663_VT)) failedCast(s.tmp_5.arg0); + if (!checkSubtype(s.tmp_5.arg0, controller_Button__C83547_VT)) failedCast(s.tmp_5.arg0); s.tmp_5.fn = s.tmp_5.arg0.vtable.methods.isPressed; s.pc = 29; return s.tmp_5; case 29: @@ -11865,18 +11865,18 @@ switch (step) { case 7: // jmp value (already in r0) s.tmp_7 = r0; - s.tmp_8 = r0 = s.svx___74265; + s.tmp_8 = r0 = s.svx___90149; r0 = (s.tmp_3 - s.tmp_7); s.tmp_9 = r0; r0 = pxsim_pxtrt_stlocRef(s.tmp_8, s.tmp_9); - s.tmp_1 = controller_Button__C67663_v0_1_mk(s); - s.tmp_2 = controller_Controller_down__P67695_mk(s); + s.tmp_1 = controller_Button__C83547_v0_1_mk(s); + s.tmp_2 = controller_Controller_down__P83579_mk(s); s.tmp_2.arg0 = s.arg0; s.callLocIdx = 175; s.pc = 32; return s.tmp_2; case 32: r0 = s.retval; s.tmp_1.arg0 = r0; - if (!checkSubtype(s.tmp_1.arg0, controller_Button__C67663_VT)) failedCast(s.tmp_1.arg0); + if (!checkSubtype(s.tmp_1.arg0, controller_Button__C83547_VT)) failedCast(s.tmp_1.arg0); s.tmp_1.fn = s.tmp_1.arg0.vtable.methods.isPressed; s.pc = 31; return s.tmp_1; case 31: @@ -11891,14 +11891,14 @@ switch (step) { case 9: // jmp value (already in r0) s.tmp_3 = r0; - s.tmp_5 = controller_Button__C67663_v0_1_mk(s); - s.tmp_6 = controller_Controller_up__P67694_mk(s); + s.tmp_5 = controller_Button__C83547_v0_1_mk(s); + s.tmp_6 = controller_Controller_up__P83578_mk(s); s.tmp_6.arg0 = s.arg0; s.callLocIdx = 176; s.pc = 34; return s.tmp_6; case 34: r0 = s.retval; s.tmp_5.arg0 = r0; - if (!checkSubtype(s.tmp_5.arg0, controller_Button__C67663_VT)) failedCast(s.tmp_5.arg0); + if (!checkSubtype(s.tmp_5.arg0, controller_Button__C83547_VT)) failedCast(s.tmp_5.arg0); s.tmp_5.fn = s.tmp_5.arg0.vtable.methods.isPressed; s.pc = 33; return s.tmp_5; case 33: @@ -11913,57 +11913,57 @@ switch (step) { case 11: // jmp value (already in r0) s.tmp_7 = r0; - s.tmp_8 = r0 = s.svy___74266; + s.tmp_8 = r0 = s.svy___90150; r0 = (s.tmp_3 - s.tmp_7); s.tmp_9 = r0; r0 = pxsim_pxtrt_stlocRef(s.tmp_8, s.tmp_9); case 12: r0 = pxsim_pxtrt.mklocRef(); - s.svxInCricle___74301 = (r0); - s.tmp_0 = r0 = s.svxInCricle___74301; - r0 = pxsim_pxtrt_ldlocRef(s.svx___74265); + s.svxInCricle___90185 = (r0); + s.tmp_0 = r0 = s.svxInCricle___90185; + r0 = pxsim_pxtrt_ldlocRef(s.svx___90149); s.tmp_1 = r0; r0 = pxsim_pxtrt_stlocRef(s.tmp_0, s.tmp_1); r0 = pxsim_pxtrt.mklocRef(); - s.svyInCircle___74303 = (r0); - s.tmp_0 = r0 = s.svyInCircle___74303; - r0 = pxsim_pxtrt_ldlocRef(s.svy___74266); + s.svyInCircle___90187 = (r0); + s.tmp_0 = r0 = s.svyInCircle___90187; + r0 = pxsim_pxtrt_ldlocRef(s.svy___90150); s.tmp_1 = r0; r0 = pxsim_pxtrt_stlocRef(s.tmp_0, s.tmp_1); - r0 = pxsim_pxtrt_ldlocRef(s.svx___74265); + r0 = pxsim_pxtrt_ldlocRef(s.svx___90149); s.tmp_1 = r0; - r0 = pxsim_pxtrt_ldlocRef(s.svx___74265); + r0 = pxsim_pxtrt_ldlocRef(s.svx___90149); s.tmp_2 = r0; r0 = (s.tmp_1 * s.tmp_2); s.tmp_0 = r0; - r0 = pxsim_pxtrt_ldlocRef(s.svy___74266); + r0 = pxsim_pxtrt_ldlocRef(s.svy___90150); s.tmp_4 = r0; - r0 = pxsim_pxtrt_ldlocRef(s.svy___74266); + r0 = pxsim_pxtrt_ldlocRef(s.svy___90150); s.tmp_5 = r0; r0 = (s.tmp_4 * s.tmp_5); s.tmp_3 = r0; r0 = (s.tmp_0 + s.tmp_3); - s.sq___74305 = (r0); - r0 = (s.sq___74305 > 65536); + s.sq___90189 = (r0); + r0 = (s.sq___90189 > 65536); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 13; continue; } - r0 = (65536 / s.sq___74305); + r0 = (65536 / s.sq___90189); s.tmp_1 = r0; r0 = pxsim.Math_.sqrt(s.tmp_1); - s.scale___74320 = (r0); - s.tmp_0 = r0 = s.svxInCricle___74301; - s.tmp_3 = r0 = s.scale___74320; - r0 = pxsim_pxtrt_ldlocRef(s.svx___74265); + s.scale___90204 = (r0); + s.tmp_0 = r0 = s.svxInCricle___90185; + s.tmp_3 = r0 = s.scale___90204; + r0 = pxsim_pxtrt_ldlocRef(s.svx___90149); s.tmp_4 = r0; r0 = (s.tmp_3 * s.tmp_4); s.tmp_2 = r0; r0 = (s.tmp_2 | 0); s.tmp_1 = r0; r0 = pxsim_pxtrt_stlocRef(s.tmp_0, s.tmp_1); - s.tmp_0 = r0 = s.svyInCircle___74303; - s.tmp_3 = r0 = s.scale___74320; - r0 = pxsim_pxtrt_ldlocRef(s.svy___74266); + s.tmp_0 = r0 = s.svyInCircle___90187; + s.tmp_3 = r0 = s.scale___90204; + r0 = pxsim_pxtrt_ldlocRef(s.svy___90150); s.tmp_4 = r0; r0 = (s.tmp_3 * s.tmp_4); s.tmp_2 = r0; @@ -11972,15 +11972,15 @@ switch (step) { r0 = pxsim_pxtrt_stlocRef(s.tmp_0, s.tmp_1); case 13: case 14: - r0 = pxsim_pxtcore_mkAction(5, inline__P74338); - s.tmp_0 = r0; - r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.deadSprites___74264); - r0 = pxsim_pxtrt_stclo(s.tmp_0, 1, s.svx___74265); - r0 = pxsim_pxtrt_stclo(s.tmp_0, 2, s.svy___74266); - r0 = pxsim_pxtrt_stclo(s.tmp_0, 3, s.svxInCricle___74301); - r0 = pxsim_pxtrt_stclo(s.tmp_0, 4, s.svyInCircle___74303); - s.tmp_1 = helpers_arrayForEach__P65865_mk(s); - s.tmp_2 = controller_Controller__controlledSprites__P67688_mk(s); + r0 = pxsim_pxtcore_mkAction(5, inline__P90222); + s.tmp_0 = r0; + r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.deadSprites___90148); + r0 = pxsim_pxtrt_stclo(s.tmp_0, 1, s.svx___90149); + r0 = pxsim_pxtrt_stclo(s.tmp_0, 2, s.svy___90150); + r0 = pxsim_pxtrt_stclo(s.tmp_0, 3, s.svxInCricle___90185); + r0 = pxsim_pxtrt_stclo(s.tmp_0, 4, s.svyInCircle___90187); + s.tmp_1 = helpers_arrayForEach__P81749_mk(s); + s.tmp_2 = controller_Controller__controlledSprites__P83572_mk(s); s.tmp_2.arg0 = s.arg0; s.callLocIdx = 177; s.pc = 36; return s.tmp_2; case 36: @@ -11990,20 +11990,20 @@ switch (step) { s.callLocIdx = 185; s.pc = 35; return s.tmp_1; case 35: r0 = s.retval; - r0 = pxsim_pxtrt_ldlocRef(s.deadSprites___74264); + r0 = pxsim_pxtrt_ldlocRef(s.deadSprites___90148); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 15; continue; } - s.tmp_1 = controller_Controller__controlledSprites__P67689_mk(s); + s.tmp_1 = controller_Controller__controlledSprites__P83573_mk(s); s.tmp_1.arg0 = s.arg0; - s.tmp_2 = helpers_arrayFilter__P65866_mk(s); - s.tmp_3 = controller_Controller__controlledSprites__P67688_mk(s); + s.tmp_2 = helpers_arrayFilter__P81750_mk(s); + s.tmp_3 = controller_Controller__controlledSprites__P83572_mk(s); s.tmp_3.arg0 = s.arg0; s.callLocIdx = 186; s.pc = 39; return s.tmp_3; case 39: r0 = s.retval; s.tmp_2.arg0 = r0; - s.tmp_2.arg1 = inline__P74395; + s.tmp_2.arg1 = inline__P90279; s.callLocIdx = 187; s.pc = 38; return s.tmp_2; case 38: r0 = s.retval; @@ -12018,12 +12018,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller_Controller___preUpdate__P67707.info = {"start":14894,"length":2535,"line":466,"column":8,"endLine":530,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"__preUpdate","argumentNames":["this"]} +controller_Controller___preUpdate__P83591.info = {"start":14894,"length":2535,"line":466,"column":8,"endLine":530,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"__preUpdate","argumentNames":["this"]} -function controller_Controller___preUpdate__P67707_mk(s) { +function controller_Controller___preUpdate__P83591_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Controller___preUpdate__P67707, depth: s.depth + 1, + parent: s, fn: controller_Controller___preUpdate__P83591, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -12035,13 +12035,13 @@ function controller_Controller___preUpdate__P67707_mk(s) { tmp_7: undefined, tmp_8: undefined, tmp_9: undefined, - deadSprites___74264: undefined, - svx___74265: undefined, - svy___74266: undefined, - svxInCricle___74301: undefined, - svyInCircle___74303: undefined, - sq___74305: undefined, - scale___74320: undefined, + deadSprites___90148: undefined, + svx___90149: undefined, + svy___90150: undefined, + svxInCricle___90185: undefined, + svyInCircle___90187: undefined, + sq___90189: undefined, + scale___90204: undefined, arg0: undefined, } } @@ -12049,7 +12049,7 @@ function controller_Controller___preUpdate__P67707_mk(s) { -function inline__P74338(s) { +function inline__P90222(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -12059,9 +12059,9 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.s___74341 = undefined; - s.vx___74342 = undefined; - s.vy___74343 = undefined; + s.s___90225 = undefined; + s.vx___90226 = undefined; + s.vy___90227 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; @@ -12079,7 +12079,7 @@ switch (step) { } case 22: r0 = s.retval; - s.s___74341 = (r0); + s.s___90225 = (r0); s.tmp_2 = if_vx_1_mk(s); s.tmp_2.arg0 = s.tmp_1; if (!s.tmp_2.arg0.vtable.iface) { @@ -12092,7 +12092,7 @@ switch (step) { } case 23: r0 = s.retval; - s.vx___74342 = (r0); + s.vx___90226 = (r0); s.tmp_3 = if_vy_1_mk(s); s.tmp_3.arg0 = s.tmp_1; if (!s.tmp_3.arg0.vtable.iface) { @@ -12105,8 +12105,8 @@ switch (step) { } case 24: r0 = s.retval; - s.vy___74343 = (r0); - r0 = s.s___74341.fields["flags"]; + s.vy___90227 = (r0); + r0 = s.s___90225.fields["flags"]; s.tmp_1 = r0; r0 = (s.tmp_1 & 2); s.tmp_0 = r0; @@ -12120,14 +12120,14 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 7; continue; } - r0 = pxsim_numops_toBoolDecr(s.vx___74342); + r0 = pxsim_numops_toBoolDecr(s.vx___90226); if (!r0) { step = 3; continue; } - r0 = (s.s___74341).fields["_vx"] = (0); + r0 = (s.s___90225).fields["_vx"] = (0); case 3: case 4: - r0 = pxsim_numops_toBoolDecr(s.vy___74343); + r0 = pxsim_numops_toBoolDecr(s.vy___90227); if (!r0) { step = 5; continue; } - r0 = (s.s___74341).fields["_vy"] = (0); + r0 = (s.s___90225).fields["_vy"] = (0); case 5: case 6: case 7: @@ -12145,48 +12145,48 @@ switch (step) { s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 19; continue; } - s.tmp_2 = r0 = s.vx___74342; + s.tmp_2 = r0 = s.vx___90226; r0 = pxsim_numops_toBool(s.tmp_2); if (r0) { step = 11; continue; } r0 = s.tmp_2; { step = 12; continue; } case 11: - r0 = s.vy___74343; + r0 = s.vy___90227; case 12: // jmp value (already in r0) s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 13; continue; } - s.tmp_4 = r0 = s.s___74341; + s.tmp_4 = r0 = s.s___90225; r0 = pxsim_pxtrt_ldlocRef(s.caps[3]); s.tmp_6 = r0; - r0 = pxsim.Math_.imul(s.tmp_6, s.vx___74342); + r0 = pxsim.Math_.imul(s.tmp_6, s.vx___90226); s.tmp_5 = r0; r0 = (s.tmp_4).fields["_vx"] = (s.tmp_5); - s.tmp_0 = r0 = s.s___74341; + s.tmp_0 = r0 = s.s___90225; r0 = pxsim_pxtrt_ldlocRef(s.caps[4]); s.tmp_2 = r0; - r0 = pxsim.Math_.imul(s.tmp_2, s.vy___74343); + r0 = pxsim.Math_.imul(s.tmp_2, s.vy___90227); s.tmp_1 = r0; r0 = (s.tmp_0).fields["_vy"] = (s.tmp_1); { step = 18; continue; } case 13: - r0 = pxsim_numops_toBoolDecr(s.vx___74342); + r0 = pxsim_numops_toBoolDecr(s.vx___90226); if (!r0) { step = 14; continue; } - s.tmp_0 = r0 = s.s___74341; + s.tmp_0 = r0 = s.s___90225; r0 = pxsim_pxtrt_ldlocRef(s.caps[1]); s.tmp_2 = r0; - r0 = pxsim.Math_.imul(s.tmp_2, s.vx___74342); + r0 = pxsim.Math_.imul(s.tmp_2, s.vx___90226); s.tmp_1 = r0; r0 = (s.tmp_0).fields["_vx"] = (s.tmp_1); { step = 17; continue; } case 14: - r0 = pxsim_numops_toBoolDecr(s.vy___74343); + r0 = pxsim_numops_toBoolDecr(s.vy___90227); if (!r0) { step = 15; continue; } - s.tmp_0 = r0 = s.s___74341; + s.tmp_0 = r0 = s.s___90225; r0 = pxsim_pxtrt_ldlocRef(s.caps[2]); s.tmp_2 = r0; - r0 = pxsim.Math_.imul(s.tmp_2, s.vy___74343); + r0 = pxsim.Math_.imul(s.tmp_2, s.vy___90227); s.tmp_1 = r0; r0 = (s.tmp_0).fields["_vy"] = (s.tmp_1); case 15: @@ -12203,12 +12203,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P74338.info = {"start":16077,"length":1171,"line":497,"column":44,"endLine":525,"endColumn":13,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":["controlledSprite"]} +inline__P90222.info = {"start":16077,"length":1171,"line":497,"column":44,"endLine":525,"endColumn":13,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":["controlledSprite"]} -function inline__P74338_mk(s) { +function inline__P90222_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P74338, depth: s.depth + 1, + parent: s, fn: inline__P90222, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -12217,9 +12217,9 @@ function inline__P74338_mk(s) { tmp_4: undefined, tmp_5: undefined, tmp_6: undefined, - s___74341: undefined, - vx___74342: undefined, - vy___74343: undefined, + s___90225: undefined, + vx___90226: undefined, + vy___90227: undefined, arg0: undefined, } } @@ -12227,7 +12227,7 @@ function inline__P74338_mk(s) { -function inline__P74395(s) { +function inline__P90279(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -12252,12 +12252,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P74395.info = {"start":17375,"length":42,"line":529,"column":28,"endLine":529,"endColumn":70,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":["s"]} +inline__P90279.info = {"start":17375,"length":42,"line":529,"column":28,"endLine":529,"endColumn":70,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":["s"]} -function inline__P74395_mk(s) { +function inline__P90279_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P74395, depth: s.depth + 1, + parent: s, fn: inline__P90279, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -12269,7 +12269,7 @@ function inline__P74395_mk(s) { -function controller_Controller_down__P67695(s) { +function controller_Controller_down__P83579(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -12284,7 +12284,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Controller__C67683_VT)) failedCast(r0); + if (!checkSubtype(r0, controller_Controller__C83567_VT)) failedCast(r0); r0 = s.arg0.fields["buttons"]; s.tmp_0 = r0; r0 = (4 - 1); @@ -12293,13 +12293,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -controller_Controller_down__P67695.info = {"start":9528,"length":77,"line":312,"column":8,"endLine":314,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"down","argumentNames":["this"]} -controller_Controller_down__P67695.isGetter = true; +controller_Controller_down__P83579.info = {"start":9528,"length":77,"line":312,"column":8,"endLine":314,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"down","argumentNames":["this"]} +controller_Controller_down__P83579.isGetter = true; -function controller_Controller_down__P67695_mk(s) { +function controller_Controller_down__P83579_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Controller_down__P67695, depth: s.depth + 1, + parent: s, fn: controller_Controller_down__P83579, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -12310,7 +12310,7 @@ function controller_Controller_down__P67695_mk(s) { -function controller_Controller_button__P69473(s) { +function controller_Controller_button__P85357(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -12326,7 +12326,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Controller__C67683_VT)) failedCast(r0); + if (!checkSubtype(r0, controller_Controller__C83567_VT)) failedCast(r0); r0 = s.arg0.fields["buttons"]; s.tmp_0 = r0; r0 = (s.arg1 - 1); @@ -12335,12 +12335,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller_Controller_button__P69473.info = {"start":11484,"length":105,"line":373,"column":8,"endLine":375,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"button","argumentNames":["this","button"]} +controller_Controller_button__P85357.info = {"start":11484,"length":105,"line":373,"column":8,"endLine":375,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"button","argumentNames":["this","button"]} -function controller_Controller_button__P69473_mk(s) { +function controller_Controller_button__P85357_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Controller_button__P69473, depth: s.depth + 1, + parent: s, fn: controller_Controller_button__P85357, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -12352,7 +12352,7 @@ function controller_Controller_button__P69473_mk(s) { -function controller_Controller_up__P67694(s) { +function controller_Controller_up__P83578(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -12367,7 +12367,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Controller__C67683_VT)) failedCast(r0); + if (!checkSubtype(r0, controller_Controller__C83567_VT)) failedCast(r0); r0 = s.arg0.fields["buttons"]; s.tmp_0 = r0; r0 = (2 - 1); @@ -12376,13 +12376,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -controller_Controller_up__P67694.info = {"start":9376,"length":73,"line":304,"column":8,"endLine":306,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"up","argumentNames":["this"]} -controller_Controller_up__P67694.isGetter = true; +controller_Controller_up__P83578.info = {"start":9376,"length":73,"line":304,"column":8,"endLine":306,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"up","argumentNames":["this"]} +controller_Controller_up__P83578.isGetter = true; -function controller_Controller_up__P67694_mk(s) { +function controller_Controller_up__P83578_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Controller_up__P67694, depth: s.depth + 1, + parent: s, fn: controller_Controller_up__P83578, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -12393,7 +12393,7 @@ function controller_Controller_up__P67694_mk(s) { -function controller_Controller_right__P67693(s) { +function controller_Controller_right__P83577(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -12408,7 +12408,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Controller__C67683_VT)) failedCast(r0); + if (!checkSubtype(r0, controller_Controller__C83567_VT)) failedCast(r0); r0 = s.arg0.fields["buttons"]; s.tmp_0 = r0; r0 = (3 - 1); @@ -12417,13 +12417,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -controller_Controller_right__P67693.info = {"start":9220,"length":79,"line":296,"column":8,"endLine":298,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"right","argumentNames":["this"]} -controller_Controller_right__P67693.isGetter = true; +controller_Controller_right__P83577.info = {"start":9220,"length":79,"line":296,"column":8,"endLine":298,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"right","argumentNames":["this"]} +controller_Controller_right__P83577.isGetter = true; -function controller_Controller_right__P67693_mk(s) { +function controller_Controller_right__P83577_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Controller_right__P67693, depth: s.depth + 1, + parent: s, fn: controller_Controller_right__P83577, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -12434,7 +12434,7 @@ function controller_Controller_right__P67693_mk(s) { -function controller_Controller_left__P67692(s) { +function controller_Controller_left__P83576(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -12449,7 +12449,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Controller__C67683_VT)) failedCast(r0); + if (!checkSubtype(r0, controller_Controller__C83567_VT)) failedCast(r0); r0 = s.arg0.fields["buttons"]; s.tmp_0 = r0; r0 = (1 - 1); @@ -12458,13 +12458,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -controller_Controller_left__P67692.info = {"start":9063,"length":77,"line":288,"column":8,"endLine":290,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"left","argumentNames":["this"]} -controller_Controller_left__P67692.isGetter = true; +controller_Controller_left__P83576.info = {"start":9063,"length":77,"line":288,"column":8,"endLine":290,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"left","argumentNames":["this"]} +controller_Controller_left__P83576.isGetter = true; -function controller_Controller_left__P67692_mk(s) { +function controller_Controller_left__P83576_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Controller_left__P67692, depth: s.depth + 1, + parent: s, fn: controller_Controller_left__P83576, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -12475,7 +12475,7 @@ function controller_Controller_left__P67692_mk(s) { -function controller_Controller__controlledSprites__P67689(s) { +function controller_Controller__controlledSprites__P83573(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -12491,8 +12491,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Controller__C67683_VT)) failedCast(r0); - s.tmp_1 = game_currentScene__P68290_mk(s); + if (!checkSubtype(r0, controller_Controller__C83567_VT)) failedCast(r0); + s.tmp_1 = game_currentScene__P84174_mk(s); s.callLocIdx = 158; s.pc = 1; return s.tmp_1; case 1: r0 = s.retval; @@ -12505,12 +12505,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller_Controller__controlledSprites__P67689.info = {"start":8697,"length":134,"line":272,"column":8,"endLine":274,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"_controlledSprites","argumentNames":["this","cps"]} +controller_Controller__controlledSprites__P83573.info = {"start":8697,"length":134,"line":272,"column":8,"endLine":274,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"_controlledSprites","argumentNames":["this","cps"]} -function controller_Controller__controlledSprites__P67689_mk(s) { +function controller_Controller__controlledSprites__P83573_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Controller__controlledSprites__P67689, depth: s.depth + 1, + parent: s, fn: controller_Controller__controlledSprites__P83573, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -12523,7 +12523,7 @@ function controller_Controller__controlledSprites__P67689_mk(s) { -function controller_Controller__controlledSprites__P67688(s) { +function controller_Controller__controlledSprites__P83572(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -12538,8 +12538,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Controller__C67683_VT)) failedCast(r0); - s.tmp_1 = game_currentScene__P68290_mk(s); + if (!checkSubtype(r0, controller_Controller__C83567_VT)) failedCast(r0); + s.tmp_1 = game_currentScene__P84174_mk(s); s.callLocIdx = 157; s.pc = 1; return s.tmp_1; case 1: r0 = s.retval; @@ -12551,13 +12551,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -controller_Controller__controlledSprites__P67688.info = {"start":8555,"length":132,"line":268,"column":8,"endLine":270,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"_controlledSprites","argumentNames":["this"]} -controller_Controller__controlledSprites__P67688.isGetter = true; +controller_Controller__controlledSprites__P83572.info = {"start":8555,"length":132,"line":268,"column":8,"endLine":270,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"_controlledSprites","argumentNames":["this"]} +controller_Controller__controlledSprites__P83572.isGetter = true; -function controller_Controller__controlledSprites__P67688_mk(s) { +function controller_Controller__controlledSprites__P83572_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Controller__controlledSprites__P67688, depth: s.depth + 1, + parent: s, fn: controller_Controller__controlledSprites__P83572, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -12569,7 +12569,7 @@ function controller_Controller__controlledSprites__P67688_mk(s) { -function controller_Button_pressureLevel__P67673(s) { +function controller_Button_pressureLevel__P83557(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -12584,16 +12584,16 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Button__C67663_VT)) failedCast(r0); + if (!checkSubtype(r0, controller_Button__C83547_VT)) failedCast(r0); r0 = pxsim.control.deviceDalVersion(); s.tmp_1 = r0; r0 = (s.tmp_1 == "sim"); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 3; continue; } - s.tmp_3 = controller_Button__C67663_v0_1_mk(s); + s.tmp_3 = controller_Button__C83547_v0_1_mk(s); s.tmp_3.arg0 = s.arg0; - if (!checkSubtype(s.tmp_3.arg0, controller_Button__C67663_VT)) failedCast(s.tmp_3.arg0); + if (!checkSubtype(s.tmp_3.arg0, controller_Button__C83547_VT)) failedCast(s.tmp_3.arg0); s.tmp_3.fn = s.tmp_3.arg0.vtable.methods.isPressed; s.pc = 6; return s.tmp_3; case 6: @@ -12622,12 +12622,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller_Button_pressureLevel__P67673.info = {"start":4279,"length":311,"line":139,"column":8,"endLine":146,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"pressureLevel","argumentNames":["this"]} +controller_Button_pressureLevel__P83557.info = {"start":4279,"length":311,"line":139,"column":8,"endLine":146,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"pressureLevel","argumentNames":["this"]} -function controller_Button_pressureLevel__P67673_mk(s) { +function controller_Button_pressureLevel__P83557_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Button_pressureLevel__P67673, depth: s.depth + 1, + parent: s, fn: controller_Button_pressureLevel__P83557, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -12642,7 +12642,7 @@ function controller_Button_pressureLevel__P67673_mk(s) { -function controller_Button_isPressed__P67672(s) { +function controller_Button_isPressed__P83556(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -12657,17 +12657,17 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Button__C67663_VT)) failedCast(r0); + if (!checkSubtype(r0, controller_Button__C83547_VT)) failedCast(r0); r0 = s.arg0.fields["_pressed"]; return leave(s, r0) default: oops() } } } -controller_Button_isPressed__P67672.info = {"start":4129,"length":57,"line":132,"column":8,"endLine":134,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"isPressed","argumentNames":["this"]} +controller_Button_isPressed__P83556.info = {"start":4129,"length":57,"line":132,"column":8,"endLine":134,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"isPressed","argumentNames":["this"]} -function controller_Button_isPressed__P67672_mk(s) { +function controller_Button_isPressed__P83556_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Button_isPressed__P67672, depth: s.depth + 1, + parent: s, fn: controller_Button_isPressed__P83556, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -12676,7 +12676,7 @@ function controller_Button_isPressed__P67672_mk(s) { -function Fx_imul__P65916(s) { +function Fx_imul__P81800(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -12695,12 +12695,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Fx_imul__P65916.info = {"start":1010,"length":130,"line":32,"column":4,"endLine":34,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"imul","argumentNames":["a","b"]} +Fx_imul__P81800.info = {"start":1010,"length":130,"line":32,"column":4,"endLine":34,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"imul","argumentNames":["a","b"]} -function Fx_imul__P65916_mk(s) { +function Fx_imul__P81800_mk(s) { checkStack(s.depth); return { - parent: s, fn: Fx_imul__P65916, depth: s.depth + 1, + parent: s, fn: Fx_imul__P81800, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -12710,7 +12710,7 @@ function Fx_imul__P65916_mk(s) { -function power_checkDeepSleep__P67466(s) { +function power_checkDeepSleep__P83350(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -12720,13 +12720,13 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.p___73065 = undefined; - s.to___73068 = undefined; - s.tmp_0 = power_init__P69372_mk(s); + s.p___88949 = undefined; + s.to___88952 = undefined; + s.tmp_0 = power_init__P85256_mk(s); s.callLocIdx = 76; s.pc = 11; return s.tmp_0; case 11: r0 = s.retval; - s.tmp_0 = r0 = globals._poked___69370; + s.tmp_0 = r0 = globals._poked___85254; r0 = pxsim_numops_toBool(s.tmp_0); if (!r0) { step = 1; continue; } r0 = s.tmp_0; @@ -12736,8 +12736,8 @@ switch (step) { case 2: // jmp value (already in r0) s.tmp_1 = r0; - s.p___73065 = (s.tmp_1); - s.tmp_0 = r0 = globals._timeout___69371; + s.p___88949 = (s.tmp_1); + s.tmp_0 = r0 = globals._timeout___85255; r0 = pxsim_numops_toBool(s.tmp_0); if (!r0) { step = 3; continue; } r0 = s.tmp_0; @@ -12747,8 +12747,8 @@ switch (step) { case 4: // jmp value (already in r0) s.tmp_1 = r0; - s.to___73068 = (s.tmp_1); - r0 = (s.to___73068 > 0); + s.to___88952 = (s.tmp_1); + r0 = (s.to___88952 > 0); s.tmp_0 = r0; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 5; continue; } @@ -12757,9 +12757,9 @@ switch (step) { case 5: r0 = pxsim.control.millis(); s.tmp_2 = r0; - r0 = (s.tmp_2 - s.p___73065); + r0 = (s.tmp_2 - s.p___88949); s.tmp_1 = r0; - r0 = (s.tmp_1 > s.to___73068); + r0 = (s.tmp_1 > s.to___88952); case 6: // jmp value (already in r0) s.tmp_3 = r0; @@ -12785,12 +12785,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -power_checkDeepSleep__P67466.info = {"start":1087,"length":298,"line":36,"column":4,"endLine":46,"endColumn":5,"fileName":"pxt_modules/power/power.ts","functionName":"checkDeepSleep","argumentNames":[]} +power_checkDeepSleep__P83350.info = {"start":1087,"length":298,"line":36,"column":4,"endLine":46,"endColumn":5,"fileName":"pxt_modules/power/power.ts","functionName":"checkDeepSleep","argumentNames":[]} -function power_checkDeepSleep__P67466_mk(s) { +function power_checkDeepSleep__P83350_mk(s) { checkStack(s.depth); return { - parent: s, fn: power_checkDeepSleep__P67466, depth: s.depth + 1, + parent: s, fn: power_checkDeepSleep__P83350, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -12799,15 +12799,15 @@ function power_checkDeepSleep__P67466_mk(s) { tmp_4: undefined, tmp_5: undefined, tmp_6: undefined, - p___73065: undefined, - to___73068: undefined, + p___88949: undefined, + to___88952: undefined, } } -function power_init__P69372(s) { +function power_init__P85256(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -12817,7 +12817,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = (globals._timeout___69371 !== undefined); + r0 = (globals._timeout___85255 !== undefined); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } @@ -12827,21 +12827,21 @@ switch (step) { r0 = pxsim_pxtcore.getConfig(212, -1); s.tmp_1 = r0; r0 = (s.tmp_1 * 1000); - globals._timeout___69371 = (r0); - r0 = (globals._timeout___69371 > 0); + globals._timeout___85255 = (r0); + r0 = (globals._timeout___85255 > 0); s.tmp_0 = r0; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 3; continue; } r0 = s.tmp_0; { step = 4; continue; } case 3: - r0 = (globals._timeout___69371 < 300000); + r0 = (globals._timeout___85255 < 300000); case 4: // jmp value (already in r0) s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 5; continue; } - globals._timeout___69371 = (300000); + globals._timeout___85255 = (300000); case 5: case 6: case 7: @@ -12849,12 +12849,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -power_init__P69372.info = {"start":1610,"length":376,"line":57,"column":4,"endLine":66,"endColumn":5,"fileName":"pxt_modules/power/power.ts","functionName":"init","argumentNames":[]} +power_init__P85256.info = {"start":1610,"length":376,"line":57,"column":4,"endLine":66,"endColumn":5,"fileName":"pxt_modules/power/power.ts","functionName":"init","argumentNames":[]} -function power_init__P69372_mk(s) { +function power_init__P85256_mk(s) { checkStack(s.depth); return { - parent: s, fn: power_init__P69372, depth: s.depth + 1, + parent: s, fn: power_init__P85256, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -12864,7 +12864,7 @@ function power_init__P69372_mk(s) { -function power_poke__P67465(s) { +function power_poke__P83349(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -12874,22 +12874,22 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = power_init__P69372_mk(s); + s.tmp_0 = power_init__P85256_mk(s); s.callLocIdx = 75; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; r0 = pxsim.control.millis(); - globals._poked___69370 = (r0); + globals._poked___85254 = (r0); r0 = undefined; return leave(s, r0) default: oops() } } } -power_poke__P67465.info = {"start":795,"length":81,"line":26,"column":4,"endLine":29,"endColumn":5,"fileName":"pxt_modules/power/power.ts","functionName":"poke","argumentNames":[]} +power_poke__P83349.info = {"start":795,"length":81,"line":26,"column":4,"endLine":29,"endColumn":5,"fileName":"pxt_modules/power/power.ts","functionName":"poke","argumentNames":[]} -function power_poke__P67465_mk(s) { +function power_poke__P83349_mk(s) { checkStack(s.depth); return { - parent: s, fn: power_poke__P67465, depth: s.depth + 1, + parent: s, fn: power_poke__P83349, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, } } @@ -12898,7 +12898,7 @@ function power_poke__P67465_mk(s) { -function control_EventContext_deltaTime__P66149(s) { +function control_EventContext_deltaTime__P82033(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -12913,20 +12913,20 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, control_EventContext__C66144_VT)) failedCast(r0); + if (!checkSubtype(r0, control_EventContext__C82028_VT)) failedCast(r0); r0 = s.arg0.fields["deltaTimeMillis"]; s.tmp_0 = r0; r0 = (s.tmp_0 / 1000); return leaveAccessor(s, r0) default: oops() } } } -control_EventContext_deltaTime__P66149.info = {"start":2097,"length":75,"line":70,"column":8,"endLine":72,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"deltaTime","argumentNames":["this"]} -control_EventContext_deltaTime__P66149.isGetter = true; +control_EventContext_deltaTime__P82033.info = {"start":2097,"length":75,"line":70,"column":8,"endLine":72,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"deltaTime","argumentNames":["this"]} +control_EventContext_deltaTime__P82033.isGetter = true; -function control_EventContext_deltaTime__P66149_mk(s) { +function control_EventContext_deltaTime__P82033_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_EventContext_deltaTime__P66149, depth: s.depth + 1, + parent: s, fn: control_EventContext_deltaTime__P82033, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -12936,7 +12936,7 @@ function control_EventContext_deltaTime__P66149_mk(s) { -function scene_Scene_constructor__P68198(s) { +function scene_Scene_constructor__P84082(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -12953,13 +12953,13 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Scene__C68177_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Scene__C84061_VT)) failedCast(r0); r0 = (s.arg0).fields["previousScene"] = (s.arg2); r0 = (s.arg0).fields["eventContext"] = (s.arg1); r0 = (s.arg0).fields["flags"] = (0); - r0 = pxsim_pxtcore_mkClassInstance(ArcadePhysicsEngine__C67938_VT); + r0 = pxsim_pxtcore_mkClassInstance(ArcadePhysicsEngine__C83822_VT); s.tmp_0 = r0; - s.tmp_1 = ArcadePhysicsEngine_constructor__P67939_mk(s); + s.tmp_1 = ArcadePhysicsEngine_constructor__P83823_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = 500; s.tmp_1.arg2 = 2; @@ -12968,17 +12968,17 @@ switch (step) { case 1: r0 = s.retval; r0 = (s.arg0).fields["physicsEngine"] = (s.tmp_0); - r0 = pxsim_pxtcore_mkClassInstance(scene_Camera__C68118_VT); + r0 = pxsim_pxtcore_mkClassInstance(scene_Camera__C84002_VT); s.tmp_0 = r0; - s.tmp_1 = scene_Camera_constructor__P68122_mk(s); + s.tmp_1 = scene_Camera_constructor__P84006_mk(s); s.tmp_1.arg0 = s.tmp_0; s.callLocIdx = 779; s.pc = 2; return s.tmp_1; case 2: r0 = s.retval; r0 = (s.arg0).fields["camera"] = (s.tmp_0); - r0 = pxsim_pxtcore_mkClassInstance(scene_Background__C68030_VT); + r0 = pxsim_pxtcore_mkClassInstance(scene_Background__C83914_VT); s.tmp_0 = r0; - s.tmp_1 = scene_Background_constructor__P68034_mk(s); + s.tmp_1 = scene_Background_constructor__P83918_mk(s); s.tmp_1.arg0 = s.tmp_0; r0 = s.arg0.fields["camera"]; s.tmp_1.arg1 = r0; @@ -13035,12 +13035,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_Scene_constructor__P68198.info = {"start":3365,"length":793,"line":102,"column":8,"endLine":120,"endColumn":9,"fileName":"pxt_modules/game/scene.ts","functionName":"inline","argumentNames":["this","eventContext","previousScene"]} +scene_Scene_constructor__P84082.info = {"start":3365,"length":793,"line":102,"column":8,"endLine":120,"endColumn":9,"fileName":"pxt_modules/game/scene.ts","functionName":"inline","argumentNames":["this","eventContext","previousScene"]} -function scene_Scene_constructor__P68198_mk(s) { +function scene_Scene_constructor__P84082_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Scene_constructor__P68198, depth: s.depth + 1, + parent: s, fn: scene_Scene_constructor__P84082, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -13053,7 +13053,7 @@ function scene_Scene_constructor__P68198_mk(s) { -function scene_Camera_constructor__P68122(s) { +function scene_Camera_constructor__P84006(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13068,7 +13068,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Camera__C68118_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Camera__C84002_VT)) failedCast(r0); r0 = (s.arg0).fields["_offsetX"] = (0); r0 = (s.arg0).fields["_offsetY"] = (0); r0 = (s.arg0).fields["drawOffsetX"] = (0); @@ -13077,12 +13077,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_Camera_constructor__P68122.info = {"start":456,"length":156,"line":15,"column":8,"endLine":21,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"inline","argumentNames":["this"]} +scene_Camera_constructor__P84006.info = {"start":456,"length":156,"line":15,"column":8,"endLine":21,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"inline","argumentNames":["this"]} -function scene_Camera_constructor__P68122_mk(s) { +function scene_Camera_constructor__P84006_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Camera_constructor__P68122, depth: s.depth + 1, + parent: s, fn: scene_Camera_constructor__P84006, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -13091,7 +13091,7 @@ function scene_Camera_constructor__P68122_mk(s) { -function scene_Background_constructor__P68034(s) { +function scene_Background_constructor__P83918(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13107,7 +13107,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Background__C68030_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Background__C83914_VT)) failedCast(r0); r0 = (s.arg0).fields["color"] = (0); r0 = (s.arg0).fields["camera"] = (s.arg1); s.tmp_0 = r0 = s.arg0; @@ -13118,12 +13118,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_Background_constructor__P68034.info = {"start":367,"length":132,"line":20,"column":8,"endLine":24,"endColumn":9,"fileName":"pxt_modules/game/background.ts","functionName":"inline","argumentNames":["this","camera"]} +scene_Background_constructor__P83918.info = {"start":367,"length":132,"line":20,"column":8,"endLine":24,"endColumn":9,"fileName":"pxt_modules/game/background.ts","functionName":"inline","argumentNames":["this","camera"]} -function scene_Background_constructor__P68034_mk(s) { +function scene_Background_constructor__P83918_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Background_constructor__P68034, depth: s.depth + 1, + parent: s, fn: scene_Background_constructor__P83918, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -13135,7 +13135,7 @@ function scene_Background_constructor__P68034_mk(s) { -function ArcadePhysicsEngine_constructor__P67939(s) { +function ArcadePhysicsEngine_constructor__P83823(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13153,33 +13153,33 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, ArcadePhysicsEngine__C67938_VT)) failedCast(r0); + if (!checkSubtype(r0, ArcadePhysicsEngine__C83822_VT)) failedCast(r0); r0 = undefined; s.tmp_0 = r0 = s.arg0; r0 = pxsim_Array__mk(); s.tmp_1 = r0; r0 = (s.tmp_0).fields["sprites"] = (s.tmp_1); - r0 = pxsim_pxtcore_mkClassInstance(sprites_SpriteMap__C67858_VT); + r0 = pxsim_pxtcore_mkClassInstance(sprites_SpriteMap__C83742_VT); s.tmp_0 = r0; - s.tmp_1 = sprites_SpriteMap_constructor__P67859_mk(s); + s.tmp_1 = sprites_SpriteMap_constructor__P83743_mk(s); s.tmp_1.arg0 = s.tmp_0; s.callLocIdx = 437; s.pc = 1; return s.tmp_1; case 1: r0 = s.retval; r0 = (s.arg0).fields["map"] = (s.tmp_0); - s.tmp_0 = ArcadePhysicsEngine_maxSpeed__P67941_mk(s); + s.tmp_0 = ArcadePhysicsEngine_maxSpeed__P83825_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; s.callLocIdx = 438; s.pc = 2; return s.tmp_0; case 2: r0 = s.retval; - s.tmp_0 = ArcadePhysicsEngine_maxStep__P67945_mk(s); + s.tmp_0 = ArcadePhysicsEngine_maxStep__P83829_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg3; s.callLocIdx = 439; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; - s.tmp_0 = ArcadePhysicsEngine_minStep__P67943_mk(s); + s.tmp_0 = ArcadePhysicsEngine_minStep__P83827_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg2; s.callLocIdx = 440; s.pc = 4; return s.tmp_0; @@ -13189,12 +13189,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -ArcadePhysicsEngine_constructor__P67939.info = {"start":1451,"length":277,"line":56,"column":4,"endLine":63,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["this","maxVelocity","minSingleStep","maxSingleStep"]} +ArcadePhysicsEngine_constructor__P83823.info = {"start":1451,"length":277,"line":56,"column":4,"endLine":63,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["this","maxVelocity","minSingleStep","maxSingleStep"]} -function ArcadePhysicsEngine_constructor__P67939_mk(s) { +function ArcadePhysicsEngine_constructor__P83823_mk(s) { checkStack(s.depth); return { - parent: s, fn: ArcadePhysicsEngine_constructor__P67939, depth: s.depth + 1, + parent: s, fn: ArcadePhysicsEngine_constructor__P83823, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -13208,7 +13208,7 @@ function ArcadePhysicsEngine_constructor__P67939_mk(s) { -function ArcadePhysicsEngine_maxStep__P67945(s) { +function ArcadePhysicsEngine_maxStep__P83829(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13224,7 +13224,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, ArcadePhysicsEngine__C67938_VT)) failedCast(r0); + if (!checkSubtype(r0, ArcadePhysicsEngine__C83822_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; r0 = (s.arg1 * 256); s.tmp_2 = r0; @@ -13235,12 +13235,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -ArcadePhysicsEngine_maxStep__P67945.info = {"start":2179,"length":67,"line":86,"column":4,"endLine":88,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"maxStep","argumentNames":["this","v"]} +ArcadePhysicsEngine_maxStep__P83829.info = {"start":2179,"length":67,"line":86,"column":4,"endLine":88,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"maxStep","argumentNames":["this","v"]} -function ArcadePhysicsEngine_maxStep__P67945_mk(s) { +function ArcadePhysicsEngine_maxStep__P83829_mk(s) { checkStack(s.depth); return { - parent: s, fn: ArcadePhysicsEngine_maxStep__P67945, depth: s.depth + 1, + parent: s, fn: ArcadePhysicsEngine_maxStep__P83829, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -13253,7 +13253,7 @@ function ArcadePhysicsEngine_maxStep__P67945_mk(s) { -function ArcadePhysicsEngine_maxStep__P67944(s) { +function ArcadePhysicsEngine_maxStep__P83828(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13268,7 +13268,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, ArcadePhysicsEngine__C67938_VT)) failedCast(r0); + if (!checkSubtype(r0, ArcadePhysicsEngine__C83822_VT)) failedCast(r0); r0 = s.arg0.fields["maxSingleStep"]; s.tmp_0 = r0; r0 = (s.tmp_0 + 128); @@ -13277,13 +13277,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -ArcadePhysicsEngine_maxStep__P67944.info = {"start":2099,"length":74,"line":82,"column":4,"endLine":84,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"maxStep","argumentNames":["this"]} -ArcadePhysicsEngine_maxStep__P67944.isGetter = true; +ArcadePhysicsEngine_maxStep__P83828.info = {"start":2099,"length":74,"line":82,"column":4,"endLine":84,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"maxStep","argumentNames":["this"]} +ArcadePhysicsEngine_maxStep__P83828.isGetter = true; -function ArcadePhysicsEngine_maxStep__P67944_mk(s) { +function ArcadePhysicsEngine_maxStep__P83828_mk(s) { checkStack(s.depth); return { - parent: s, fn: ArcadePhysicsEngine_maxStep__P67944, depth: s.depth + 1, + parent: s, fn: ArcadePhysicsEngine_maxStep__P83828, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -13294,7 +13294,7 @@ function ArcadePhysicsEngine_maxStep__P67944_mk(s) { -function Fx_toInt__P65925(s) { +function Fx_toInt__P81809(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13314,12 +13314,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Fx_toInt__P65925.info = {"start":2144,"length":86,"line":68,"column":4,"endLine":70,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"toInt","argumentNames":["v"]} +Fx_toInt__P81809.info = {"start":2144,"length":86,"line":68,"column":4,"endLine":70,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"toInt","argumentNames":["v"]} -function Fx_toInt__P65925_mk(s) { +function Fx_toInt__P81809_mk(s) { checkStack(s.depth); return { - parent: s, fn: Fx_toInt__P65925, depth: s.depth + 1, + parent: s, fn: Fx_toInt__P81809, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -13329,7 +13329,7 @@ function Fx_toInt__P65925_mk(s) { -function ArcadePhysicsEngine_minStep__P67943(s) { +function ArcadePhysicsEngine_minStep__P83827(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13345,7 +13345,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, ArcadePhysicsEngine__C67938_VT)) failedCast(r0); + if (!checkSubtype(r0, ArcadePhysicsEngine__C83822_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; r0 = (s.arg1 * 256); s.tmp_2 = r0; @@ -13356,12 +13356,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -ArcadePhysicsEngine_minStep__P67943.info = {"start":2026,"length":67,"line":78,"column":4,"endLine":80,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"minStep","argumentNames":["this","v"]} +ArcadePhysicsEngine_minStep__P83827.info = {"start":2026,"length":67,"line":78,"column":4,"endLine":80,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"minStep","argumentNames":["this","v"]} -function ArcadePhysicsEngine_minStep__P67943_mk(s) { +function ArcadePhysicsEngine_minStep__P83827_mk(s) { checkStack(s.depth); return { - parent: s, fn: ArcadePhysicsEngine_minStep__P67943, depth: s.depth + 1, + parent: s, fn: ArcadePhysicsEngine_minStep__P83827, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -13374,7 +13374,7 @@ function ArcadePhysicsEngine_minStep__P67943_mk(s) { -function ArcadePhysicsEngine_minStep__P67942(s) { +function ArcadePhysicsEngine_minStep__P83826(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13389,7 +13389,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, ArcadePhysicsEngine__C67938_VT)) failedCast(r0); + if (!checkSubtype(r0, ArcadePhysicsEngine__C83822_VT)) failedCast(r0); r0 = s.arg0.fields["minSingleStep"]; s.tmp_0 = r0; r0 = (s.tmp_0 + 128); @@ -13398,13 +13398,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -ArcadePhysicsEngine_minStep__P67942.info = {"start":1946,"length":74,"line":74,"column":4,"endLine":76,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"minStep","argumentNames":["this"]} -ArcadePhysicsEngine_minStep__P67942.isGetter = true; +ArcadePhysicsEngine_minStep__P83826.info = {"start":1946,"length":74,"line":74,"column":4,"endLine":76,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"minStep","argumentNames":["this"]} +ArcadePhysicsEngine_minStep__P83826.isGetter = true; -function ArcadePhysicsEngine_minStep__P67942_mk(s) { +function ArcadePhysicsEngine_minStep__P83826_mk(s) { checkStack(s.depth); return { - parent: s, fn: ArcadePhysicsEngine_minStep__P67942, depth: s.depth + 1, + parent: s, fn: ArcadePhysicsEngine_minStep__P83826, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -13415,7 +13415,7 @@ function ArcadePhysicsEngine_minStep__P67942_mk(s) { -function ArcadePhysicsEngine_maxSpeed__P67941(s) { +function ArcadePhysicsEngine_maxSpeed__P83825(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13431,7 +13431,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, ArcadePhysicsEngine__C67938_VT)) failedCast(r0); + if (!checkSubtype(r0, ArcadePhysicsEngine__C83822_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; r0 = (s.arg1 * 256); s.tmp_2 = r0; @@ -13448,12 +13448,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -ArcadePhysicsEngine_maxSpeed__P67941.info = {"start":1813,"length":127,"line":69,"column":4,"endLine":72,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"maxSpeed","argumentNames":["this","v"]} +ArcadePhysicsEngine_maxSpeed__P83825.info = {"start":1813,"length":127,"line":69,"column":4,"endLine":72,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"maxSpeed","argumentNames":["this","v"]} -function ArcadePhysicsEngine_maxSpeed__P67941_mk(s) { +function ArcadePhysicsEngine_maxSpeed__P83825_mk(s) { checkStack(s.depth); return { - parent: s, fn: ArcadePhysicsEngine_maxSpeed__P67941, depth: s.depth + 1, + parent: s, fn: ArcadePhysicsEngine_maxSpeed__P83825, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -13466,7 +13466,7 @@ function ArcadePhysicsEngine_maxSpeed__P67941_mk(s) { -function Fx_neg__P65910(s) { +function Fx_neg__P81794(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13484,12 +13484,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Fx_neg__P65910.info = {"start":311,"length":88,"line":14,"column":4,"endLine":16,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"neg","argumentNames":["a"]} +Fx_neg__P81794.info = {"start":311,"length":88,"line":14,"column":4,"endLine":16,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"neg","argumentNames":["a"]} -function Fx_neg__P65910_mk(s) { +function Fx_neg__P81794_mk(s) { checkStack(s.depth); return { - parent: s, fn: Fx_neg__P65910, depth: s.depth + 1, + parent: s, fn: Fx_neg__P81794, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -13498,7 +13498,7 @@ function Fx_neg__P65910_mk(s) { -function ArcadePhysicsEngine_maxSpeed__P67940(s) { +function ArcadePhysicsEngine_maxSpeed__P83824(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13513,7 +13513,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, ArcadePhysicsEngine__C67938_VT)) failedCast(r0); + if (!checkSubtype(r0, ArcadePhysicsEngine__C83822_VT)) failedCast(r0); r0 = s.arg0.fields["maxVelocity"]; s.tmp_0 = r0; r0 = (s.tmp_0 + 128); @@ -13522,13 +13522,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -ArcadePhysicsEngine_maxSpeed__P67940.info = {"start":1734,"length":73,"line":65,"column":4,"endLine":67,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"maxSpeed","argumentNames":["this"]} -ArcadePhysicsEngine_maxSpeed__P67940.isGetter = true; +ArcadePhysicsEngine_maxSpeed__P83824.info = {"start":1734,"length":73,"line":65,"column":4,"endLine":67,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"maxSpeed","argumentNames":["this"]} +ArcadePhysicsEngine_maxSpeed__P83824.isGetter = true; -function ArcadePhysicsEngine_maxSpeed__P67940_mk(s) { +function ArcadePhysicsEngine_maxSpeed__P83824_mk(s) { checkStack(s.depth); return { - parent: s, fn: ArcadePhysicsEngine_maxSpeed__P67940, depth: s.depth + 1, + parent: s, fn: ArcadePhysicsEngine_maxSpeed__P83824, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -13539,7 +13539,7 @@ function ArcadePhysicsEngine_maxSpeed__P67940_mk(s) { -function PhysicsEngine_constructor__P67924(s) { +function PhysicsEngine_constructor__P83808(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13554,17 +13554,17 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, PhysicsEngine__C67923_VT)) failedCast(r0); + if (!checkSubtype(r0, PhysicsEngine__C83807_VT)) failedCast(r0); r0 = undefined; return leave(s, r0) default: oops() } } } -PhysicsEngine_constructor__P67924.info = {"start":26,"length":21,"line":1,"column":4,"endLine":2,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["this"]} +PhysicsEngine_constructor__P83808.info = {"start":26,"length":21,"line":1,"column":4,"endLine":2,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["this"]} -function PhysicsEngine_constructor__P67924_mk(s) { +function PhysicsEngine_constructor__P83808_mk(s) { checkStack(s.depth); return { - parent: s, fn: PhysicsEngine_constructor__P67924, depth: s.depth + 1, + parent: s, fn: PhysicsEngine_constructor__P83808, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -13573,7 +13573,7 @@ function PhysicsEngine_constructor__P67924_mk(s) { -function sprites_SpriteMap_constructor__P67859(s) { +function sprites_SpriteMap_constructor__P83743(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13588,7 +13588,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_SpriteMap__C67858_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_SpriteMap__C83742_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; r0 = pxsim_Array__mk(); s.tmp_1 = r0; @@ -13597,12 +13597,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -sprites_SpriteMap_constructor__P67859.info = {"start":237,"length":56,"line":8,"column":8,"endLine":10,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"inline","argumentNames":["this"]} +sprites_SpriteMap_constructor__P83743.info = {"start":237,"length":56,"line":8,"column":8,"endLine":10,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"inline","argumentNames":["this"]} -function sprites_SpriteMap_constructor__P67859_mk(s) { +function sprites_SpriteMap_constructor__P83743_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_SpriteMap_constructor__P67859, depth: s.depth + 1, + parent: s, fn: sprites_SpriteMap_constructor__P83743, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -13613,7 +13613,7 @@ function sprites_SpriteMap_constructor__P67859_mk(s) { -function music_Melody_constructor__P67361(s) { +function music_Melody_constructor__P83245(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13629,18 +13629,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, music_Melody__C67358_VT)) failedCast(r0); + if (!checkSubtype(r0, music_Melody__C83242_VT)) failedCast(r0); r0 = (s.arg0).fields["_text"] = (s.arg1); r0 = undefined; return leave(s, r0) default: oops() } } } -music_Melody_constructor__P67361.info = {"start":6328,"length":67,"line":199,"column":8,"endLine":201,"endColumn":9,"fileName":"pxt_modules/mixer/melody.ts","functionName":"inline","argumentNames":["this","text"]} +music_Melody_constructor__P83245.info = {"start":6328,"length":67,"line":199,"column":8,"endLine":201,"endColumn":9,"fileName":"pxt_modules/mixer/melody.ts","functionName":"inline","argumentNames":["this","text"]} -function music_Melody_constructor__P67361_mk(s) { +function music_Melody_constructor__P83245_mk(s) { checkStack(s.depth); return { - parent: s, fn: music_Melody_constructor__P67361, depth: s.depth + 1, + parent: s, fn: music_Melody_constructor__P83245, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -13650,7 +13650,7 @@ function music_Melody_constructor__P67361_mk(s) { -function control_pushEventContext__P66158(s) { +function control_pushEventContext__P82042(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13660,63 +13660,63 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.ctx___74710 = undefined; - s.n___74716 = undefined; - r0 = pxsim_numops_toBoolDecr(globals.eventContexts___69313); + s.ctx___90594 = undefined; + s.n___90600 = undefined; + r0 = pxsim_numops_toBoolDecr(globals.eventContexts___85197); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } r0 = pxsim_Array__mk(); - globals.eventContexts___69313 = (r0); + globals.eventContexts___85197 = (r0); case 1: case 2: - s.tmp_0 = control_eventContext__P66157_mk(s); + s.tmp_0 = control_eventContext__P82041_mk(s); s.callLocIdx = 54; s.pc = 5; return s.tmp_0; case 5: r0 = s.retval; - s.ctx___74710 = (r0); - r0 = pxsim_numops_toBoolDecr(s.ctx___74710); + s.ctx___90594 = (r0); + r0 = pxsim_numops_toBoolDecr(s.ctx___90594); if (!r0) { step = 3; continue; } - s.tmp_0 = control_EventContext_unregister__P66151_mk(s); - s.tmp_0.arg0 = s.ctx___74710; + s.tmp_0 = control_EventContext_unregister__P82035_mk(s); + s.tmp_0.arg0 = s.ctx___90594; s.callLocIdx = 55; s.pc = 6; return s.tmp_0; case 6: r0 = s.retval; case 3: case 4: - r0 = pxsim_pxtcore_mkClassInstance(control_EventContext__C66144_VT); + r0 = pxsim_pxtcore_mkClassInstance(control_EventContext__C82028_VT); s.tmp_0 = r0; - s.tmp_1 = control_EventContext_constructor__P66148_mk(s); + s.tmp_1 = control_EventContext_constructor__P82032_mk(s); s.tmp_1.arg0 = s.tmp_0; s.callLocIdx = 56; s.pc = 7; return s.tmp_1; case 7: r0 = s.retval; - s.n___74716 = (s.tmp_0); - r0 = pxsim_Array__push(globals.eventContexts___69313, s.n___74716); - r0 = s.n___74716; + s.n___90600 = (s.tmp_0); + r0 = pxsim_Array__push(globals.eventContexts___85197, s.n___90600); + r0 = s.n___90600; return leave(s, r0) default: oops() } } } -control_pushEventContext__P66158.info = {"start":7123,"length":340,"line":216,"column":4,"endLine":227,"endColumn":5,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"pushEventContext","argumentNames":[]} +control_pushEventContext__P82042.info = {"start":7123,"length":340,"line":216,"column":4,"endLine":227,"endColumn":5,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"pushEventContext","argumentNames":[]} -function control_pushEventContext__P66158_mk(s) { +function control_pushEventContext__P82042_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_pushEventContext__P66158, depth: s.depth + 1, + parent: s, fn: control_pushEventContext__P82042, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, - ctx___74710: undefined, - n___74716: undefined, + ctx___90594: undefined, + n___90600: undefined, } } -function control_EventContext_unregister__P66151(s) { +function control_EventContext_unregister__P82035(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13726,37 +13726,37 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.h___74745 = undefined; - s.unnamed372___U1 = undefined; - s.unnamed373___U2 = undefined; + s.h___90629 = undefined; + s.unnamed452___U1 = undefined; + s.unnamed453___U2 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, control_EventContext__C66144_VT)) failedCast(r0); - s.h___74745 = (undefined); + if (!checkSubtype(r0, control_EventContext__C82028_VT)) failedCast(r0); + s.h___90629 = (undefined); r0 = s.arg0.fields["handlers"]; - s.unnamed372___U1 = (r0); - s.unnamed373___U2 = (0); + s.unnamed452___U1 = (r0); + s.unnamed453___U2 = (0); case 1: - s.tmp_0 = r0 = s.unnamed373___U2; - r0 = pxsim_Array__length(s.unnamed372___U1); + s.tmp_0 = r0 = s.unnamed453___U2; + r0 = pxsim_Array__length(s.unnamed452___U1); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 2; continue; } - r0 = pxsim_Array__getAt(s.unnamed372___U1, s.unnamed373___U2); - s.h___74745 = (r0); - s.tmp_2 = control_EventHandler_unregister__P69307_mk(s); - s.tmp_2.arg0 = s.h___74745; + r0 = pxsim_Array__getAt(s.unnamed452___U1, s.unnamed453___U2); + s.h___90629 = (r0); + s.tmp_2 = control_EventHandler_unregister__P85191_mk(s); + s.tmp_2.arg0 = s.h___90629; s.callLocIdx = 50; s.pc = 3; return s.tmp_2; case 3: r0 = s.retval; - r0 = (s.unnamed373___U2 + 1); - s.unnamed373___U2 = (r0); + r0 = (s.unnamed453___U2 + 1); + s.unnamed453___U2 = (r0); { step = 1; continue; } case 2: - s.unnamed372___U1 = (undefined); + s.unnamed452___U1 = (undefined); s.tmp_0 = r0 = s.arg0; r0 = s.tmp_0.fields["frameWorker"]; s.tmp_2 = r0; @@ -13767,19 +13767,19 @@ switch (step) { return leave(s, r0) default: oops() } } } -control_EventContext_unregister__P66151.info = {"start":4534,"length":131,"line":137,"column":8,"endLine":141,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"unregister","argumentNames":["this"]} +control_EventContext_unregister__P82035.info = {"start":4534,"length":131,"line":137,"column":8,"endLine":141,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"unregister","argumentNames":["this"]} -function control_EventContext_unregister__P66151_mk(s) { +function control_EventContext_unregister__P82035_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_EventContext_unregister__P66151, depth: s.depth + 1, + parent: s, fn: control_EventContext_unregister__P82035, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - h___74745: undefined, - unnamed372___U1: undefined, - unnamed373___U2: undefined, + h___90629: undefined, + unnamed452___U1: undefined, + unnamed453___U2: undefined, arg0: undefined, } } @@ -13787,7 +13787,7 @@ function control_EventContext_unregister__P66151_mk(s) { -function control_EventHandler_unregister__P69307(s) { +function control_EventHandler_unregister__P85191(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13802,24 +13802,24 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, control_EventHandler__C69305_VT)) failedCast(r0); + if (!checkSubtype(r0, control_EventHandler__C85189_VT)) failedCast(r0); r0 = s.arg0.fields["src"]; s.tmp_0 = r0; r0 = s.arg0.fields["value"]; s.tmp_1 = r0; r0 = s.arg0.fields["flags"]; s.tmp_2 = r0; - r0 = pxsim.control.internalOnEvent(s.tmp_0, s.tmp_1, control_doNothing__P69309, s.tmp_2); + r0 = pxsim.control.internalOnEvent(s.tmp_0, s.tmp_1, control_doNothing__P85193, s.tmp_2); r0 = undefined; return leave(s, r0) default: oops() } } } -control_EventHandler_unregister__P69307.info = {"start":1136,"length":106,"line":36,"column":8,"endLine":38,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"unregister","argumentNames":["this"]} +control_EventHandler_unregister__P85191.info = {"start":1136,"length":106,"line":36,"column":8,"endLine":38,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"unregister","argumentNames":["this"]} -function control_EventHandler_unregister__P69307_mk(s) { +function control_EventHandler_unregister__P85191_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_EventHandler_unregister__P69307, depth: s.depth + 1, + parent: s, fn: control_EventHandler_unregister__P85191, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -13831,7 +13831,7 @@ function control_EventHandler_unregister__P69307_mk(s) { -function control_doNothing__P69309(s) { +function control_doNothing__P85193(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13845,12 +13845,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -control_doNothing__P69309.info = {"start":1254,"length":24,"line":41,"column":4,"endLine":41,"endColumn":28,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"doNothing","argumentNames":[]} +control_doNothing__P85193.info = {"start":1254,"length":24,"line":41,"column":4,"endLine":41,"endColumn":28,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"doNothing","argumentNames":[]} -function control_doNothing__P69309_mk(s) { +function control_doNothing__P85193_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_doNothing__P69309, depth: s.depth + 1, + parent: s, fn: control_doNothing__P85193, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, } } @@ -13858,7 +13858,7 @@ function control_doNothing__P69309_mk(s) { -function control_EventContext_constructor__P66148(s) { +function control_EventContext_constructor__P82032(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13873,7 +13873,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, control_EventContext__C66144_VT)) failedCast(r0); + if (!checkSubtype(r0, control_EventContext__C82028_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; r0 = pxsim_Array__mk(); s.tmp_1 = r0; @@ -13883,26 +13883,26 @@ switch (step) { r0 = (s.arg0).fields["deltaTimeMillis"] = (0); r0 = (s.arg0).fields["frameWorker"] = (0); r0 = (s.arg0).fields["idleCallbacks"] = (undefined); - r0 = pxsim_numops_toBoolDecr(globals.control_EventContext_lastStats___66146); + r0 = pxsim_numops_toBoolDecr(globals.control_EventContext_lastStats___82030); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } r0 = pxsim_String_.mkEmpty(); - globals.control_EventContext_lastStats___66146 = (r0); + globals.control_EventContext_lastStats___82030 = (r0); case 1: case 2: r0 = undefined; return leave(s, r0) default: oops() } } } -control_EventContext_constructor__P66148.info = {"start":1740,"length":347,"line":58,"column":8,"endLine":68,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"inline","argumentNames":["this"]} +control_EventContext_constructor__P82032.info = {"start":1740,"length":347,"line":58,"column":8,"endLine":68,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"inline","argumentNames":["this"]} -function control_EventContext_constructor__P66148_mk(s) { +function control_EventContext_constructor__P82032_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_EventContext_constructor__P66148, depth: s.depth + 1, + parent: s, fn: control_EventContext_constructor__P82032, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -13913,7 +13913,7 @@ function control_EventContext_constructor__P66148_mk(s) { -function controller_pauseUntilAnyButtonIsPressed__P67713(s) { +function controller_pauseUntilAnyButtonIsPressed__P83597(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13933,12 +13933,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller_pauseUntilAnyButtonIsPressed__P67713.info = {"start":19144,"length":96,"line":583,"column":4,"endLine":585,"endColumn":5,"fileName":"pxt_modules/game/controller.ts","functionName":"pauseUntilAnyButtonIsPressed","argumentNames":[]} +controller_pauseUntilAnyButtonIsPressed__P83597.info = {"start":19144,"length":96,"line":583,"column":4,"endLine":585,"endColumn":5,"fileName":"pxt_modules/game/controller.ts","functionName":"pauseUntilAnyButtonIsPressed","argumentNames":[]} -function controller_pauseUntilAnyButtonIsPressed__P67713_mk(s) { +function controller_pauseUntilAnyButtonIsPressed__P83597_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_pauseUntilAnyButtonIsPressed__P67713, depth: s.depth + 1, + parent: s, fn: controller_pauseUntilAnyButtonIsPressed__P83597, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, } } @@ -13946,7 +13946,7 @@ function controller_pauseUntilAnyButtonIsPressed__P67713_mk(s) { -function game_setWaitAnyButton__P68291(s) { +function game_setWaitAnyButton__P84175(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -13960,17 +13960,17 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - globals.__waitAnyButton___69640 = (s.arg0); + globals.__waitAnyButton___85524 = (s.arg0); r0 = undefined; return leave(s, r0) default: oops() } } } -game_setWaitAnyButton__P68291.info = {"start":878,"length":83,"line":31,"column":4,"endLine":33,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"setWaitAnyButton","argumentNames":["f"]} +game_setWaitAnyButton__P84175.info = {"start":878,"length":83,"line":31,"column":4,"endLine":33,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"setWaitAnyButton","argumentNames":["f"]} -function game_setWaitAnyButton__P68291_mk(s) { +function game_setWaitAnyButton__P84175_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_setWaitAnyButton__P68291, depth: s.depth + 1, + parent: s, fn: game_setWaitAnyButton__P84175, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -13979,7 +13979,7 @@ function game_setWaitAnyButton__P68291_mk(s) { -function Math_abs__P65883(s) { +function Math_abs__P81767(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14008,12 +14008,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Math_abs__P65883.info = {"start":15630,"length":77,"line":524,"column":4,"endLine":526,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"abs","argumentNames":["x"]} +Math_abs__P81767.info = {"start":15630,"length":77,"line":524,"column":4,"endLine":526,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"abs","argumentNames":["x"]} -function Math_abs__P65883_mk(s) { +function Math_abs__P81767_mk(s) { checkStack(s.depth); return { - parent: s, fn: Math_abs__P65883, depth: s.depth + 1, + parent: s, fn: Math_abs__P81767, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -14024,7 +14024,7 @@ function Math_abs__P65883_mk(s) { -function Math_sign__P65884(s) { +function Math_sign__P81768(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14059,12 +14059,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Math_sign__P65884.info = {"start":15865,"length":125,"line":532,"column":4,"endLine":536,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"sign","argumentNames":["x"]} +Math_sign__P81768.info = {"start":15865,"length":125,"line":532,"column":4,"endLine":536,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"sign","argumentNames":["x"]} -function Math_sign__P65884_mk(s) { +function Math_sign__P81768_mk(s) { checkStack(s.depth); return { - parent: s, fn: Math_sign__P65884, depth: s.depth + 1, + parent: s, fn: Math_sign__P81768, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -14075,7 +14075,7 @@ function Math_sign__P65884_mk(s) { -function texteffects_TextEffect_constructor__P68591(s) { +function texteffects_TextEffect_constructor__P84475(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14091,18 +14091,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, texteffects_TextEffect__C68589_VT)) failedCast(r0); + if (!checkSubtype(r0, texteffects_TextEffect__C84473_VT)) failedCast(r0); r0 = (s.arg0).fields["getState"] = (s.arg1); r0 = undefined; return leave(s, r0) default: oops() } } } -texteffects_TextEffect_constructor__P68591.info = {"start":657,"length":133,"line":25,"column":8,"endLine":27,"endColumn":9,"fileName":"pxt_modules/game/texteffects.ts","functionName":"inline","argumentNames":["this","getState"]} +texteffects_TextEffect_constructor__P84475.info = {"start":657,"length":133,"line":25,"column":8,"endLine":27,"endColumn":9,"fileName":"pxt_modules/game/texteffects.ts","functionName":"inline","argumentNames":["this","getState"]} -function texteffects_TextEffect_constructor__P68591_mk(s) { +function texteffects_TextEffect_constructor__P84475_mk(s) { checkStack(s.depth); return { - parent: s, fn: texteffects_TextEffect_constructor__P68591, depth: s.depth + 1, + parent: s, fn: texteffects_TextEffect_constructor__P84475, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -14112,7 +14112,7 @@ function texteffects_TextEffect_constructor__P68591_mk(s) { -function Math_FastRandom_constructor__P68346(s) { +function Math_FastRandom_constructor__P84230(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14128,7 +14128,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Math_FastRandom__C68344_VT)) failedCast(r0); + if (!checkSubtype(r0, Math_FastRandom__C84228_VT)) failedCast(r0); r0 = (s.arg1 === undefined); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); @@ -14143,12 +14143,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Math_FastRandom_constructor__P68346.info = {"start":1425,"length":175,"line":44,"column":8,"endLine":48,"endColumn":9,"fileName":"pxt_modules/game/mathUtil.ts","functionName":"inline","argumentNames":["this","seed"]} +Math_FastRandom_constructor__P84230.info = {"start":1425,"length":175,"line":44,"column":8,"endLine":48,"endColumn":9,"fileName":"pxt_modules/game/mathUtil.ts","functionName":"inline","argumentNames":["this","seed"]} -function Math_FastRandom_constructor__P68346_mk(s) { +function Math_FastRandom_constructor__P84230_mk(s) { checkStack(s.depth); return { - parent: s, fn: Math_FastRandom_constructor__P68346, depth: s.depth + 1, + parent: s, fn: Math_FastRandom_constructor__P84230, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -14159,7 +14159,7 @@ function Math_FastRandom_constructor__P68346_mk(s) { -function control_ramSize__P66095(s) { +function control_ramSize__P81979(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14184,12 +14184,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -control_ramSize__P66095.info = {"start":5058,"length":100,"line":172,"column":4,"endLine":174,"endColumn":5,"fileName":"pxt_modules/base/control.ts","functionName":"ramSize","argumentNames":[]} +control_ramSize__P81979.info = {"start":5058,"length":100,"line":172,"column":4,"endLine":174,"endColumn":5,"fileName":"pxt_modules/base/control.ts","functionName":"ramSize","argumentNames":[]} -function control_ramSize__P66095_mk(s) { +function control_ramSize__P81979_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_ramSize__P66095, depth: s.depth + 1, + parent: s, fn: control_ramSize__P81979, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -14199,7 +14199,7 @@ function control_ramSize__P66095_mk(s) { -function control__ramSize__P69276(s) { +function control__ramSize__P85160(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14213,12 +14213,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -control__ramSize__P69276.info = {"start":4938,"length":60,"line":167,"column":4,"endLine":169,"endColumn":5,"fileName":"pxt_modules/base/control.ts","functionName":"_ramSize","argumentNames":[]} +control__ramSize__P85160.info = {"start":4938,"length":60,"line":167,"column":4,"endLine":169,"endColumn":5,"fileName":"pxt_modules/base/control.ts","functionName":"_ramSize","argumentNames":[]} -function control__ramSize__P69276_mk(s) { +function control__ramSize__P85160_mk(s) { checkStack(s.depth); return { - parent: s, fn: control__ramSize__P69276, depth: s.depth + 1, + parent: s, fn: control__ramSize__P85160, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, } } @@ -14226,7 +14226,7 @@ function control__ramSize__P69276_mk(s) { -function game_consoleOverlay_listener__P69969(s) { +function game_consoleOverlay_listener__P85853(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14241,7 +14241,7 @@ switch (step) { s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } - r0 = pxsim_numops_toBoolDecr(globals.consoleStrings___69934); + r0 = pxsim_numops_toBoolDecr(globals.consoleStrings___85818); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; @@ -14261,9 +14261,9 @@ switch (step) { { step = 7; continue; } case 3: case 4: - s.tmp_4 = helpers_arrayForEach__P65865_mk(s); - s.tmp_5 = helpers_arrayFilter__P65866_mk(s); - s.tmp_6 = helpers_stringSplit__P65877_mk(s); + s.tmp_4 = helpers_arrayForEach__P81749_mk(s); + s.tmp_5 = helpers_arrayFilter__P81750_mk(s); + s.tmp_6 = helpers_stringSplit__P81761_mk(s); s.tmp_6.arg0 = s.arg1; s.tmp_6.arg1 = "\n"; s.tmp_6.arg2 = undefined; @@ -14271,27 +14271,27 @@ switch (step) { case 10: r0 = s.retval; s.tmp_5.arg0 = r0; - s.tmp_5.arg1 = inline__P74972; + s.tmp_5.arg1 = inline__P90856; s.callLocIdx = 997; s.pc = 9; return s.tmp_5; case 9: r0 = s.retval; s.tmp_4.arg0 = r0; - s.tmp_4.arg1 = inline__P74977; + s.tmp_4.arg1 = inline__P90861; s.callLocIdx = 999; s.pc = 8; return s.tmp_4; case 8: r0 = s.retval; - r0 = pxsim_Array__length(globals.consoleStrings___69934); + r0 = pxsim_Array__length(globals.consoleStrings___85818); s.tmp_1 = r0; - r0 = (s.tmp_1 > globals.consoleLines___69947); + r0 = (s.tmp_1 > globals.consoleLines___85831); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 5; continue; } - s.tmp_2 = helpers_arraySplice__P65856_mk(s); - s.tmp_2.arg0 = globals.consoleStrings___69934; + s.tmp_2 = helpers_arraySplice__P81740_mk(s); + s.tmp_2.arg0 = globals.consoleStrings___85818; s.tmp_2.arg1 = 0; - r0 = pxsim_Array__length(globals.consoleStrings___69934); + r0 = pxsim_Array__length(globals.consoleStrings___85818); s.tmp_3 = r0; - r0 = (s.tmp_3 - globals.consoleLines___69947); + r0 = (s.tmp_3 - globals.consoleLines___85831); s.tmp_2.arg2 = r0; s.callLocIdx = 1000; s.pc = 11; return s.tmp_2; case 11: @@ -14303,12 +14303,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -game_consoleOverlay_listener__P69969.info = {"start":787,"length":571,"line":26,"column":4,"endLine":42,"endColumn":5,"fileName":"pxt_modules/game/console.ts","functionName":"listener","argumentNames":["priority","text"]} +game_consoleOverlay_listener__P85853.info = {"start":787,"length":571,"line":26,"column":4,"endLine":42,"endColumn":5,"fileName":"pxt_modules/game/console.ts","functionName":"listener","argumentNames":["priority","text"]} -function game_consoleOverlay_listener__P69969_mk(s) { +function game_consoleOverlay_listener__P85853_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_consoleOverlay_listener__P69969, depth: s.depth + 1, + parent: s, fn: game_consoleOverlay_listener__P85853, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -14325,7 +14325,7 @@ function game_consoleOverlay_listener__P69969_mk(s) { -function inline__P74972(s) { +function inline__P90856(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14349,12 +14349,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P74972.info = {"start":985,"length":14,"line":32,"column":20,"endLine":32,"endColumn":34,"fileName":"pxt_modules/game/console.ts","functionName":"inline","argumentNames":["line"]} +inline__P90856.info = {"start":985,"length":14,"line":32,"column":20,"endLine":32,"endColumn":34,"fileName":"pxt_modules/game/console.ts","functionName":"inline","argumentNames":["line"]} -function inline__P74972_mk(s) { +function inline__P90856_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P74972, depth: s.depth + 1, + parent: s, fn: inline__P90856, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -14366,7 +14366,7 @@ function inline__P74972_mk(s) { -function inline__P74977(s) { +function inline__P90861(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14376,45 +14376,45 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.j___74979 = undefined; + s.j___90863 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.j___74979 = (0); + s.j___90863 = (0); case 1: - s.tmp_1 = r0 = s.j___74979; + s.tmp_1 = r0 = s.j___90863; r0 = pxsim_String_.length(s.arg0); s.tmp_2 = r0; r0 = (s.tmp_1 < s.tmp_2); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 2; continue; } - s.tmp_3 = r0 = globals.consoleStrings___69934; - s.tmp_5 = helpers_stringSlice__P65875_mk(s); + s.tmp_3 = r0 = globals.consoleStrings___85818; + s.tmp_5 = helpers_stringSlice__P81759_mk(s); s.tmp_5.arg0 = s.arg0; - s.tmp_5.arg1 = s.j___74979; - r0 = (s.j___74979 + globals.consoleColumns___69957); + s.tmp_5.arg1 = s.j___90863; + r0 = (s.j___90863 + globals.consoleColumns___85841); s.tmp_5.arg2 = r0; s.callLocIdx = 998; s.pc = 3; return s.tmp_5; case 3: r0 = s.retval; s.tmp_4 = r0; r0 = pxsim_Array__push(s.tmp_3, s.tmp_4); - r0 = (s.j___74979 + globals.consoleColumns___69957); - s.j___74979 = (r0); + r0 = (s.j___90863 + globals.consoleColumns___85841); + s.j___90863 = (r0); { step = 1; continue; } case 2: r0 = undefined; return leave(s, r0) default: oops() } } } -inline__P74977.info = {"start":1022,"length":189,"line":33,"column":21,"endLine":37,"endColumn":13,"fileName":"pxt_modules/game/console.ts","functionName":"inline","argumentNames":["line"]} +inline__P90861.info = {"start":1022,"length":189,"line":33,"column":21,"endLine":37,"endColumn":13,"fileName":"pxt_modules/game/console.ts","functionName":"inline","argumentNames":["line"]} -function inline__P74977_mk(s) { +function inline__P90861_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P74977, depth: s.depth + 1, + parent: s, fn: inline__P90861, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -14422,7 +14422,7 @@ function inline__P74977_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - j___74979: undefined, + j___90863: undefined, arg0: undefined, } } @@ -14430,7 +14430,7 @@ function inline__P74977_mk(s) { -function console_addListener__P66132(s) { +function console_addListener__P82016(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14453,7 +14453,7 @@ switch (step) { r0 = s.tmp_0; { step = 2; continue; } case 1: - r0 = pxsim_Array_.indexOf(globals.listeners___69291, s.arg0, undefined); + r0 = pxsim_Array_.indexOf(globals.listeners___85175, s.arg0, undefined); s.tmp_2 = r0; r0 = (s.tmp_2 > -1); case 2: @@ -14464,18 +14464,18 @@ switch (step) { { step = 5; continue; } case 3: case 4: - r0 = pxsim_Array__push(globals.listeners___69291, s.arg0); + r0 = pxsim_Array__push(globals.listeners___85175, s.arg0); case 5: r0 = undefined; return leave(s, r0) default: oops() } } } -console_addListener__P66132.info = {"start":3558,"length":197,"line":121,"column":4,"endLine":124,"endColumn":5,"fileName":"pxt_modules/base/console.ts","functionName":"addListener","argumentNames":["listener"]} +console_addListener__P82016.info = {"start":3558,"length":197,"line":121,"column":4,"endLine":124,"endColumn":5,"fileName":"pxt_modules/base/console.ts","functionName":"addListener","argumentNames":["listener"]} -function console_addListener__P66132_mk(s) { +function console_addListener__P82016_mk(s) { checkStack(s.depth); return { - parent: s, fn: console_addListener__P66132, depth: s.depth + 1, + parent: s, fn: console_addListener__P82016, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -14488,7 +14488,7 @@ function console_addListener__P66132_mk(s) { -function inline__P69290(s) { +function inline__P85174(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14508,12 +14508,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P69290.info = {"start":534,"length":85,"line":25,"column":8,"endLine":25,"endColumn":93,"fileName":"pxt_modules/base/console.ts","functionName":"inline","argumentNames":["priority","text"]} +inline__P85174.info = {"start":534,"length":85,"line":25,"column":8,"endLine":25,"endColumn":93,"fileName":"pxt_modules/base/console.ts","functionName":"inline","argumentNames":["priority","text"]} -function inline__P69290_mk(s) { +function inline__P85174_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P69290, depth: s.depth + 1, + parent: s, fn: inline__P85174, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -14523,7 +14523,7 @@ function inline__P69290_mk(s) { -function scene_systemMenu_register__P68391(s) { +function scene_systemMenu_register__P84275(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14533,15 +14533,15 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = pxsim_numops_toBoolDecr(globals.instance___69888); + r0 = pxsim_numops_toBoolDecr(globals.instance___85772); if (!r0) { step = 1; continue; } { step = 3; continue; } case 1: case 2: - s.tmp_0 = controller_Button_onEvent__P67670_mk(s); - s.tmp_0.arg0 = globals.menu___67643; + s.tmp_0 = controller_Button_onEvent__P83554_mk(s); + s.tmp_0.arg0 = globals.menu___83527; s.tmp_0.arg1 = 2049; - s.tmp_0.arg2 = scene_systemMenu_showSystemMenu__P68392; + s.tmp_0.arg2 = scene_systemMenu_showSystemMenu__P84276; s.callLocIdx = 983; s.pc = 4; return s.tmp_0; case 4: r0 = s.retval; @@ -14550,12 +14550,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_register__P68391.info = {"start":12793,"length":193,"line":382,"column":4,"endLine":386,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"register","argumentNames":[]} +scene_systemMenu_register__P84275.info = {"start":12793,"length":193,"line":382,"column":4,"endLine":386,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"register","argumentNames":[]} -function scene_systemMenu_register__P68391_mk(s) { +function scene_systemMenu_register__P84275_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_register__P68391, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_register__P84275, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, } } @@ -14564,7 +14564,7 @@ function scene_systemMenu_register__P68391_mk(s) { -function scene_systemMenu_showSystemMenu__P68392(s) { +function scene_systemMenu_showSystemMenu__P84276(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14574,27 +14574,27 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = pxsim_numops_toBoolDecr(globals.instance___69888); + r0 = pxsim_numops_toBoolDecr(globals.instance___85772); if (!r0) { step = 1; continue; } { step = 3; continue; } case 1: case 2: - s.tmp_0 = game_pushScene__P68294_mk(s); + s.tmp_0 = game_pushScene__P84178_mk(s); s.callLocIdx = 984; s.pc = 4; return s.tmp_0; case 4: r0 = s.retval; - r0 = pxsim_pxtcore_mkClassInstance(scene_systemMenu_PauseMenu__C68380_VT); + r0 = pxsim_pxtcore_mkClassInstance(scene_systemMenu_PauseMenu__C84264_VT); s.tmp_0 = r0; - s.tmp_1 = scene_systemMenu_PauseMenu_constructor__P68381_mk(s); + s.tmp_1 = scene_systemMenu_PauseMenu_constructor__P84265_mk(s); s.tmp_1.arg0 = s.tmp_0; - s.tmp_1.arg1 = scene_systemMenu_buildOptionList__P68388; + s.tmp_1.arg1 = scene_systemMenu_buildOptionList__P84272; s.tmp_1.arg2 = undefined; s.callLocIdx = 985; s.pc = 5; return s.tmp_1; case 5: r0 = s.retval; - globals.instance___69888 = (s.tmp_0); - s.tmp_0 = scene_systemMenu_PauseMenu_show__P68382_mk(s); - s.tmp_0.arg0 = globals.instance___69888; + globals.instance___85772 = (s.tmp_0); + s.tmp_0 = scene_systemMenu_PauseMenu_show__P84266_mk(s); + s.tmp_0.arg0 = globals.instance___85772; s.callLocIdx = 986; s.pc = 6; return s.tmp_0; case 6: r0 = s.retval; @@ -14603,12 +14603,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_showSystemMenu__P68392.info = {"start":12992,"length":172,"line":388,"column":4,"endLine":393,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"showSystemMenu","argumentNames":[]} +scene_systemMenu_showSystemMenu__P84276.info = {"start":12992,"length":172,"line":388,"column":4,"endLine":393,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"showSystemMenu","argumentNames":[]} -function scene_systemMenu_showSystemMenu__P68392_mk(s) { +function scene_systemMenu_showSystemMenu__P84276_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_showSystemMenu__P68392, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_showSystemMenu__P84276, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -14618,7 +14618,7 @@ function scene_systemMenu_showSystemMenu__P68392_mk(s) { -function scene_systemMenu_buildOptionList__P68388(s) { +function scene_systemMenu_buildOptionList__P84272(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14628,136 +14628,136 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.options___76610 = undefined; + s.options___92494 = undefined; r0 = pxsim_Array__mk(); - s.options___76610 = (r0); - r0 = pxsim_pxtcore_mkClassInstance(scene_systemMenu_MenuOption__C68372_VT); + s.options___92494 = (r0); + r0 = pxsim_pxtcore_mkClassInstance(scene_systemMenu_MenuOption__C84256_VT); s.tmp_0 = r0; - s.tmp_1 = scene_systemMenu_MenuOption_constructor__P68373_mk(s); + s.tmp_1 = scene_systemMenu_MenuOption_constructor__P84257_mk(s); s.tmp_1.arg0 = s.tmp_0; - s.tmp_1.arg1 = globals.VOLUME_DOWN_ICON___68402; - s.tmp_1.arg2 = inline__P76618; - s.tmp_1.arg3 = scene_systemMenu_volumeDown__P69894; + s.tmp_1.arg1 = globals.VOLUME_DOWN_ICON___84286; + s.tmp_1.arg2 = inline__P92502; + s.tmp_1.arg3 = scene_systemMenu_volumeDown__P85778; s.callLocIdx = 966; s.pc = 5; return s.tmp_1; case 5: r0 = s.retval; - r0 = pxsim_Array__push(s.options___76610, s.tmp_0); - r0 = pxsim_pxtcore_mkClassInstance(scene_systemMenu_MenuOption__C68372_VT); + r0 = pxsim_Array__push(s.options___92494, s.tmp_0); + r0 = pxsim_pxtcore_mkClassInstance(scene_systemMenu_MenuOption__C84256_VT); s.tmp_0 = r0; - s.tmp_1 = scene_systemMenu_MenuOption_constructor__P68373_mk(s); + s.tmp_1 = scene_systemMenu_MenuOption_constructor__P84257_mk(s); s.tmp_1.arg0 = s.tmp_0; - s.tmp_1.arg1 = globals.VOLUME_UP_ICON___68399; - s.tmp_1.arg2 = inline__P76632; - s.tmp_1.arg3 = scene_systemMenu_volumeUp__P69893; + s.tmp_1.arg1 = globals.VOLUME_UP_ICON___84283; + s.tmp_1.arg2 = inline__P92516; + s.tmp_1.arg3 = scene_systemMenu_volumeUp__P85777; s.callLocIdx = 968; s.pc = 6; return s.tmp_1; case 6: r0 = s.retval; - r0 = pxsim_Array__push(s.options___76610, s.tmp_0); + r0 = pxsim_Array__push(s.options___92494, s.tmp_0); r0 = 0; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - r0 = pxsim_pxtcore_mkClassInstance(scene_systemMenu_MenuOption__C68372_VT); + r0 = pxsim_pxtcore_mkClassInstance(scene_systemMenu_MenuOption__C84256_VT); s.tmp_1 = r0; - s.tmp_2 = scene_systemMenu_MenuOption_constructor__P68373_mk(s); + s.tmp_2 = scene_systemMenu_MenuOption_constructor__P84257_mk(s); s.tmp_2.arg0 = s.tmp_1; - s.tmp_2.arg1 = globals.BRIGHTNESS_DOWN_ICON___68400; - s.tmp_2.arg2 = inline__P76647; - s.tmp_2.arg3 = scene_systemMenu_brightnessDown__P69896; + s.tmp_2.arg1 = globals.BRIGHTNESS_DOWN_ICON___84284; + s.tmp_2.arg2 = inline__P92531; + s.tmp_2.arg3 = scene_systemMenu_brightnessDown__P85780; s.callLocIdx = 971; s.pc = 7; return s.tmp_2; case 7: r0 = s.retval; - r0 = pxsim_Array__push(s.options___76610, s.tmp_1); - r0 = pxsim_pxtcore_mkClassInstance(scene_systemMenu_MenuOption__C68372_VT); + r0 = pxsim_Array__push(s.options___92494, s.tmp_1); + r0 = pxsim_pxtcore_mkClassInstance(scene_systemMenu_MenuOption__C84256_VT); s.tmp_0 = r0; - s.tmp_1 = scene_systemMenu_MenuOption_constructor__P68373_mk(s); + s.tmp_1 = scene_systemMenu_MenuOption_constructor__P84257_mk(s); s.tmp_1.arg0 = s.tmp_0; - s.tmp_1.arg1 = globals.BRIGHTNESS_UP_ICON___68405; - s.tmp_1.arg2 = inline__P76662; - s.tmp_1.arg3 = scene_systemMenu_brightnessUp__P69895; + s.tmp_1.arg1 = globals.BRIGHTNESS_UP_ICON___84289; + s.tmp_1.arg2 = inline__P92546; + s.tmp_1.arg3 = scene_systemMenu_brightnessUp__P85779; s.callLocIdx = 973; s.pc = 8; return s.tmp_1; case 8: r0 = s.retval; - r0 = pxsim_Array__push(s.options___76610, s.tmp_0); + r0 = pxsim_Array__push(s.options___92494, s.tmp_0); case 1: case 2: - r0 = pxsim_pxtcore_mkClassInstance(scene_systemMenu_MenuOption__C68372_VT); + r0 = pxsim_pxtcore_mkClassInstance(scene_systemMenu_MenuOption__C84256_VT); s.tmp_0 = r0; - s.tmp_1 = scene_systemMenu_MenuOption_constructor__P68373_mk(s); + s.tmp_1 = scene_systemMenu_MenuOption_constructor__P84257_mk(s); s.tmp_1.arg0 = s.tmp_0; - s.tmp_1.arg1 = globals.STATS_ICON___68406; - s.tmp_1.arg2 = inline__P76677; - s.tmp_1.arg3 = scene_systemMenu_toggleStats__P69898; + s.tmp_1.arg1 = globals.STATS_ICON___84290; + s.tmp_1.arg2 = inline__P92561; + s.tmp_1.arg3 = scene_systemMenu_toggleStats__P85782; s.callLocIdx = 974; s.pc = 9; return s.tmp_1; case 9: r0 = s.retval; - r0 = pxsim_Array__push(s.options___76610, s.tmp_0); - r0 = pxsim_pxtcore_mkClassInstance(scene_systemMenu_MenuOption__C68372_VT); + r0 = pxsim_Array__push(s.options___92494, s.tmp_0); + r0 = pxsim_pxtcore_mkClassInstance(scene_systemMenu_MenuOption__C84256_VT); s.tmp_0 = r0; - s.tmp_1 = scene_systemMenu_MenuOption_constructor__P68373_mk(s); + s.tmp_1 = scene_systemMenu_MenuOption_constructor__P84257_mk(s); s.tmp_1.arg0 = s.tmp_0; - s.tmp_1.arg1 = globals.CONSOLE_ICON___68404; - s.tmp_1.arg2 = inline__P76686; - s.tmp_1.arg3 = scene_systemMenu_toggleConsole__P69899; + s.tmp_1.arg1 = globals.CONSOLE_ICON___84288; + s.tmp_1.arg2 = inline__P92570; + s.tmp_1.arg3 = scene_systemMenu_toggleConsole__P85783; s.callLocIdx = 976; s.pc = 10; return s.tmp_1; case 10: r0 = s.retval; - r0 = pxsim_Array__push(s.options___76610, s.tmp_0); - r0 = pxsim_pxtcore_mkClassInstance(scene_systemMenu_MenuOption__C68372_VT); + r0 = pxsim_Array__push(s.options___92494, s.tmp_0); + r0 = pxsim_pxtcore_mkClassInstance(scene_systemMenu_MenuOption__C84256_VT); s.tmp_0 = r0; - s.tmp_1 = scene_systemMenu_MenuOption_constructor__P68373_mk(s); + s.tmp_1 = scene_systemMenu_MenuOption_constructor__P84257_mk(s); s.tmp_1.arg0 = s.tmp_0; - s.tmp_1.arg1 = globals.SLEEP_ICON___68403; - s.tmp_1.arg2 = inline__P76695; - s.tmp_1.arg3 = scene_systemMenu_sleep__P69900; + s.tmp_1.arg1 = globals.SLEEP_ICON___84287; + s.tmp_1.arg2 = inline__P92579; + s.tmp_1.arg3 = scene_systemMenu_sleep__P85784; s.callLocIdx = 977; s.pc = 11; return s.tmp_1; case 11: r0 = s.retval; - r0 = pxsim_Array__push(s.options___76610, s.tmp_0); - r0 = pxsim_numops_toBoolDecr(globals.customMenuOptions___69889); + r0 = pxsim_Array__push(s.options___92494, s.tmp_0); + r0 = pxsim_numops_toBoolDecr(globals.customMenuOptions___85773); if (!r0) { step = 3; continue; } - s.tmp_0 = helpers_arrayConcat__P65869_mk(s); - s.tmp_0.arg0 = s.options___76610; - s.tmp_0.arg1 = globals.customMenuOptions___69889; + s.tmp_0 = helpers_arrayConcat__P81753_mk(s); + s.tmp_0.arg0 = s.options___92494; + s.tmp_0.arg1 = globals.customMenuOptions___85773; s.callLocIdx = 978; s.pc = 12; return s.tmp_0; case 12: r0 = s.retval; - s.options___76610 = (r0); + s.options___92494 = (r0); case 3: case 4: - r0 = pxsim_pxtcore_mkClassInstance(scene_systemMenu_MenuOption__C68372_VT); + r0 = pxsim_pxtcore_mkClassInstance(scene_systemMenu_MenuOption__C84256_VT); s.tmp_0 = r0; - s.tmp_1 = scene_systemMenu_MenuOption_constructor__P68373_mk(s); + s.tmp_1 = scene_systemMenu_MenuOption_constructor__P84257_mk(s); s.tmp_1.arg0 = s.tmp_0; - s.tmp_1.arg1 = globals.CLOSE_MENU_ICON___68401; - s.tmp_1.arg2 = inline__P76708; - s.tmp_1.arg3 = scene_systemMenu_closeMenu__P68387; + s.tmp_1.arg1 = globals.CLOSE_MENU_ICON___84285; + s.tmp_1.arg2 = inline__P92592; + s.tmp_1.arg3 = scene_systemMenu_closeMenu__P84271; s.callLocIdx = 979; s.pc = 13; return s.tmp_1; case 13: r0 = s.retval; - r0 = pxsim_Array__push(s.options___76610, s.tmp_0); - r0 = s.options___76610; + r0 = pxsim_Array__push(s.options___92494, s.tmp_0); + r0 = s.options___92494; return leave(s, r0) default: oops() } } } -scene_systemMenu_buildOptionList__P68388.info = {"start":10499,"length":1149,"line":334,"column":4,"endLine":354,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"buildOptionList","argumentNames":[]} +scene_systemMenu_buildOptionList__P84272.info = {"start":10499,"length":1149,"line":334,"column":4,"endLine":354,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"buildOptionList","argumentNames":[]} -function scene_systemMenu_buildOptionList__P68388_mk(s) { +function scene_systemMenu_buildOptionList__P84272_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_buildOptionList__P68388, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_buildOptionList__P84272, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - options___76610: undefined, + options___92494: undefined, } } -function inline__P76618(s) { +function inline__P92502(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14767,7 +14767,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_3 = music_volume__P67353_mk(s); + s.tmp_3 = music_volume__P83237_mk(s); s.callLocIdx = 965; s.pc = 1; return s.tmp_3; case 1: r0 = s.retval; @@ -14787,12 +14787,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P76618.info = {"start":10644,"length":39,"line":337,"column":54,"endLine":337,"endColumn":93,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} +inline__P92502.info = {"start":10644,"length":39,"line":337,"column":54,"endLine":337,"endColumn":93,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} -function inline__P76618_mk(s) { +function inline__P92502_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P76618, depth: s.depth + 1, + parent: s, fn: inline__P92502, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -14804,7 +14804,7 @@ function inline__P76618_mk(s) { -function inline__P76632(s) { +function inline__P92516(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14814,7 +14814,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_3 = music_volume__P67353_mk(s); + s.tmp_3 = music_volume__P83237_mk(s); s.callLocIdx = 967; s.pc = 1; return s.tmp_3; case 1: r0 = s.retval; @@ -14834,12 +14834,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P76632.info = {"start":10751,"length":37,"line":338,"column":52,"endLine":338,"endColumn":89,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} +inline__P92516.info = {"start":10751,"length":37,"line":338,"column":52,"endLine":338,"endColumn":89,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} -function inline__P76632_mk(s) { +function inline__P92516_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P76632, depth: s.depth + 1, + parent: s, fn: inline__P92516, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -14851,7 +14851,7 @@ function inline__P76632_mk(s) { -function inline__P76647(s) { +function inline__P92531(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14861,7 +14861,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = globals.brightness___67484; + r0 = globals.brightness___83368; s.tmp_2 = r0; if ((s.tmp_2) && (s.tmp_2).vtable) { setupResume(s, 1); @@ -14878,12 +14878,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P76647.info = {"start":10910,"length":48,"line":340,"column":62,"endLine":340,"endColumn":110,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} +inline__P92531.info = {"start":10910,"length":48,"line":340,"column":62,"endLine":340,"endColumn":110,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} -function inline__P76647_mk(s) { +function inline__P92531_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P76647, depth: s.depth + 1, + parent: s, fn: inline__P92531, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -14894,7 +14894,7 @@ function inline__P76647_mk(s) { -function inline__P76662(s) { +function inline__P92546(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14904,7 +14904,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = globals.brightness___67484; + r0 = globals.brightness___83368; s.tmp_2 = r0; if ((s.tmp_2) && (s.tmp_2).vtable) { setupResume(s, 1); @@ -14921,12 +14921,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P76662.info = {"start":11038,"length":46,"line":341,"column":60,"endLine":341,"endColumn":106,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} +inline__P92546.info = {"start":11038,"length":46,"line":341,"column":60,"endLine":341,"endColumn":106,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} -function inline__P76662_mk(s) { +function inline__P92546_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P76662, depth: s.depth + 1, + parent: s, fn: inline__P92546, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -14937,7 +14937,7 @@ function inline__P76662_mk(s) { -function inline__P76677(s) { +function inline__P92561(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14947,7 +14947,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = pxsim_numops_toBoolDecr(globals.stats___68287); + r0 = pxsim_numops_toBoolDecr(globals.stats___84171); if (!r0) { step = 1; continue; } r0 = "HIDE STATS"; { step = 2; continue; } @@ -14960,12 +14960,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P76677.info = {"start":11160,"length":46,"line":343,"column":48,"endLine":343,"endColumn":94,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} +inline__P92561.info = {"start":11160,"length":46,"line":343,"column":48,"endLine":343,"endColumn":94,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} -function inline__P76677_mk(s) { +function inline__P92561_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P76677, depth: s.depth + 1, + parent: s, fn: inline__P92561, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, } } @@ -14974,7 +14974,7 @@ function inline__P76677_mk(s) { -function inline__P76686(s) { +function inline__P92570(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -14984,7 +14984,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = pxsim_numops_toBoolDecr(globals.consoleStrings___69934); + r0 = pxsim_numops_toBoolDecr(globals.consoleStrings___85818); s.tmp_3 = r0; r0 = pxsim_Boolean__bang(s.tmp_3); s.tmp_2 = r0; @@ -15005,12 +15005,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P76686.info = {"start":11273,"length":71,"line":344,"column":50,"endLine":344,"endColumn":121,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} +inline__P92570.info = {"start":11273,"length":71,"line":344,"column":50,"endLine":344,"endColumn":121,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} -function inline__P76686_mk(s) { +function inline__P92570_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P76686, depth: s.depth + 1, + parent: s, fn: inline__P92570, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -15023,7 +15023,7 @@ function inline__P76686_mk(s) { -function inline__P76695(s) { +function inline__P92579(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -15037,12 +15037,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P76695.info = {"start":11411,"length":13,"line":345,"column":48,"endLine":345,"endColumn":61,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} +inline__P92579.info = {"start":11411,"length":13,"line":345,"column":48,"endLine":345,"endColumn":61,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} -function inline__P76695_mk(s) { +function inline__P92579_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P76695, depth: s.depth + 1, + parent: s, fn: inline__P92579, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, } } @@ -15050,7 +15050,7 @@ function inline__P76695_mk(s) { -function inline__P76708(s) { +function inline__P92592(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -15064,12 +15064,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P76708.info = {"start":11590,"length":13,"line":351,"column":53,"endLine":351,"endColumn":66,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} +inline__P92592.info = {"start":11590,"length":13,"line":351,"column":53,"endLine":351,"endColumn":66,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} -function inline__P76708_mk(s) { +function inline__P92592_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P76708, depth: s.depth + 1, + parent: s, fn: inline__P92592, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, } } @@ -15077,7 +15077,7 @@ function inline__P76708_mk(s) { -function scene_systemMenu_setScreenBrightnessSupported__P69901(s) { +function scene_systemMenu_setScreenBrightnessSupported__P85785(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -15091,12 +15091,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_setScreenBrightnessSupported__P69901.info = {"start":10398,"length":95,"line":330,"column":4,"endLine":332,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"setScreenBrightnessSupported","argumentNames":[]} +scene_systemMenu_setScreenBrightnessSupported__P85785.info = {"start":10398,"length":95,"line":330,"column":4,"endLine":332,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"setScreenBrightnessSupported","argumentNames":[]} -function scene_systemMenu_setScreenBrightnessSupported__P69901_mk(s) { +function scene_systemMenu_setScreenBrightnessSupported__P85785_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_setScreenBrightnessSupported__P69901, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_setScreenBrightnessSupported__P85785, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, } } @@ -15104,7 +15104,7 @@ function scene_systemMenu_setScreenBrightnessSupported__P69901_mk(s) { -function scene_systemMenu_sleep__P69900(s) { +function scene_systemMenu_sleep__P85784(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -15119,12 +15119,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_sleep__P69900.info = {"start":10072,"length":51,"line":316,"column":4,"endLine":318,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"sleep","argumentNames":[]} +scene_systemMenu_sleep__P85784.info = {"start":10072,"length":51,"line":316,"column":4,"endLine":318,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"sleep","argumentNames":[]} -function scene_systemMenu_sleep__P69900_mk(s) { +function scene_systemMenu_sleep__P85784_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_sleep__P69900, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_sleep__P85784, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, } } @@ -15132,7 +15132,7 @@ function scene_systemMenu_sleep__P69900_mk(s) { -function scene_systemMenu_toggleConsole__P69899(s) { +function scene_systemMenu_toggleConsole__P85783(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -15142,7 +15142,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = pxsim_numops_toBoolDecr(globals.consoleStrings___69934); + r0 = pxsim_numops_toBoolDecr(globals.consoleStrings___85818); s.tmp_3 = r0; r0 = pxsim_Boolean__bang(s.tmp_3); s.tmp_2 = r0; @@ -15152,7 +15152,7 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - s.tmp_4 = game_consoleOverlay_setVisible__P68411_mk(s); + s.tmp_4 = game_consoleOverlay_setVisible__P84295_mk(s); s.tmp_4.arg0 = false; s.tmp_4.arg1 = undefined; s.callLocIdx = 959; s.pc = 3; return s.tmp_4; @@ -15160,13 +15160,13 @@ switch (step) { r0 = s.retval; { step = 2; continue; } case 1: - s.tmp_0 = game_consoleOverlay_setVisible__P68411_mk(s); + s.tmp_0 = game_consoleOverlay_setVisible__P84295_mk(s); s.tmp_0.arg0 = true; s.tmp_0.arg1 = undefined; s.callLocIdx = 960; s.pc = 4; return s.tmp_0; case 4: r0 = s.retval; - s.tmp_0 = console_log__P66129_mk(s); + s.tmp_0 = console_log__P82013_mk(s); s.tmp_0.arg0 = "console"; s.callLocIdx = 961; s.pc = 5; return s.tmp_0; case 5: @@ -15176,12 +15176,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_toggleConsole__P69899.info = {"start":9827,"length":239,"line":307,"column":4,"endLine":314,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"toggleConsole","argumentNames":[]} +scene_systemMenu_toggleConsole__P85783.info = {"start":9827,"length":239,"line":307,"column":4,"endLine":314,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"toggleConsole","argumentNames":[]} -function scene_systemMenu_toggleConsole__P69899_mk(s) { +function scene_systemMenu_toggleConsole__P85783_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_toggleConsole__P69899, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_toggleConsole__P85783, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -15194,7 +15194,7 @@ function scene_systemMenu_toggleConsole__P69899_mk(s) { -function game_consoleOverlay_setVisible__P68411(s) { +function game_consoleOverlay_setVisible__P84295(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -15210,7 +15210,7 @@ switch (step) { s.lambdaArgs = null; } s.tmp_1 = r0 = s.arg0; - r0 = pxsim_numops_toBoolDecr(globals.consoleStrings___69934); + r0 = pxsim_numops_toBoolDecr(globals.consoleStrings___85818); s.tmp_5 = r0; r0 = pxsim_Boolean__bang(s.tmp_5); s.tmp_4 = r0; @@ -15231,26 +15231,26 @@ switch (step) { case 2: // jmp value (already in r0) s.tmp_6 = r0; - globals.consoleStrings___69934 = (s.tmp_6); + globals.consoleStrings___85818 = (s.tmp_6); case 3: case 4: r0 = (s.arg1 !== undefined); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 5; continue; } - globals.consoleColor___69933 = (s.arg1); + globals.consoleColor___85817 = (s.arg1); case 5: case 6: r0 = undefined; return leave(s, r0) default: oops() } } } -game_consoleOverlay_setVisible__P68411.info = {"start":562,"length":219,"line":19,"column":4,"endLine":24,"endColumn":5,"fileName":"pxt_modules/game/console.ts","functionName":"setVisible","argumentNames":["value","col"]} +game_consoleOverlay_setVisible__P84295.info = {"start":562,"length":219,"line":19,"column":4,"endLine":24,"endColumn":5,"fileName":"pxt_modules/game/console.ts","functionName":"setVisible","argumentNames":["value","col"]} -function game_consoleOverlay_setVisible__P68411_mk(s) { +function game_consoleOverlay_setVisible__P84295_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_consoleOverlay_setVisible__P68411, depth: s.depth + 1, + parent: s, fn: game_consoleOverlay_setVisible__P84295, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -15267,7 +15267,7 @@ function game_consoleOverlay_setVisible__P68411_mk(s) { -function console_log__P66129(s) { +function console_log__P82013(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -15281,7 +15281,7 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = console_add__P66125_mk(s); + s.tmp_0 = console_add__P82009_mk(s); s.tmp_0.arg0 = 1; s.tmp_0.arg1 = s.arg0; s.callLocIdx = 33; s.pc = 1; return s.tmp_0; @@ -15291,12 +15291,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -console_log__P66129.info = {"start":1450,"length":86,"line":58,"column":4,"endLine":60,"endColumn":5,"fileName":"pxt_modules/base/console.ts","functionName":"log","argumentNames":["value"]} +console_log__P82013.info = {"start":1450,"length":86,"line":58,"column":4,"endLine":60,"endColumn":5,"fileName":"pxt_modules/base/console.ts","functionName":"log","argumentNames":["value"]} -function console_log__P66129_mk(s) { +function console_log__P82013_mk(s) { checkStack(s.depth); return { - parent: s, fn: console_log__P66129, depth: s.depth + 1, + parent: s, fn: console_log__P82013, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -15306,7 +15306,7 @@ function console_log__P66129_mk(s) { -function console_add__P66125(s) { +function console_add__P82009(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -15316,58 +15316,58 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.text___76747 = undefined; - s.i___76756 = undefined; + s.text___92631 = undefined; + s.i___92640 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } - r0 = (s.arg0 < globals.minPriority___66124); + r0 = (s.arg0 < globals.minPriority___82008); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } { step = 5; continue; } case 1: case 2: - s.tmp_1 = console_inspect__P66131_mk(s); + s.tmp_1 = console_inspect__P82015_mk(s); s.tmp_1.arg0 = s.arg1; s.tmp_1.arg1 = 20; s.callLocIdx = 31; s.pc = 6; return s.tmp_1; case 6: r0 = s.retval; - s.text___76747 = (r0); - if ((s.text___76747) && (s.text___76747).vtable) { + s.text___92631 = (r0); + if ((s.text___92631) && (s.text___92631).vtable) { setupResume(s, 7); - pxsim_String__stringConv(s.text___76747); + pxsim_String__stringConv(s.text___92631); checkResumeConsumed(); return; - } else { s.retval = (s.text___76747) + ""; } + } else { s.retval = (s.text___92631) + ""; } case 7: r0 = s.retval; s.tmp_0 = r0; r0 = pxsim_String__concat(s.tmp_0, "\n"); - s.text___76747 = (r0); - s.i___76756 = (0); + s.text___92631 = (r0); + s.i___92640 = (0); case 3: - s.tmp_1 = r0 = s.i___76756; - r0 = pxsim_Array__length(globals.listeners___69291); + s.tmp_1 = r0 = s.i___92640; + r0 = pxsim_Array__length(globals.listeners___85175); s.tmp_2 = r0; r0 = (s.tmp_1 < s.tmp_2); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 4; continue; } s.tmp_3 = lambda_3_mk(s); - r0 = pxsim_Array__getAt(globals.listeners___69291, s.i___76756); + r0 = pxsim_Array__getAt(globals.listeners___85175, s.i___92640); s.tmp_3.argL = r0; s.tmp_3.arg0 = s.arg0; - s.tmp_3.arg1 = s.text___76747; + s.tmp_3.arg1 = s.text___92631; setupLambda(s.tmp_3, s.tmp_3.argL); s.callLocIdx = 32; s.pc = 8; return s.tmp_3; case 8: r0 = s.retval; - r0 = (s.i___76756 + 1); - s.i___76756 = (r0); + r0 = (s.i___92640 + 1); + s.i___92640 = (r0); { step = 3; continue; } case 4: case 5: @@ -15375,19 +15375,19 @@ switch (step) { return leave(s, r0) default: oops() } } } -console_add__P66125.info = {"start":632,"length":317,"line":28,"column":4,"endLine":36,"endColumn":5,"fileName":"pxt_modules/base/console.ts","functionName":"add","argumentNames":["priority","message"]} +console_add__P82009.info = {"start":632,"length":317,"line":28,"column":4,"endLine":36,"endColumn":5,"fileName":"pxt_modules/base/console.ts","functionName":"add","argumentNames":["priority","message"]} -function console_add__P66125_mk(s) { +function console_add__P82009_mk(s) { checkStack(s.depth); return { - parent: s, fn: console_add__P66125, depth: s.depth + 1, + parent: s, fn: console_add__P82009, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, - text___76747: undefined, - i___76756: undefined, + text___92631: undefined, + i___92640: undefined, arg0: undefined, arg1: undefined, } } @@ -15396,7 +15396,7 @@ function console_add__P66125_mk(s) { -function console_inspect__P66131(s) { +function console_inspect__P82015(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -15406,10 +15406,10 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.asArr___76787 = undefined; - s.asString___76805 = undefined; - s.keys___76817 = undefined; - s.snipped___76821 = undefined; + s.asArr___92671 = undefined; + s.asString___92689 = undefined; + s.keys___92701 = undefined; + s.snipped___92705 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -15450,15 +15450,15 @@ switch (step) { s.tmp_6 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_6); if (!r0) { step = 5; continue; } - s.asArr___76787 = (s.arg0); - r0 = pxsim_Array__length(s.asArr___76787); + s.asArr___92671 = (s.arg0); + r0 = pxsim_Array__length(s.asArr___92671); s.tmp_1 = r0; r0 = (s.tmp_1 <= s.arg1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 3; continue; } - s.tmp_2 = helpers_arrayJoin__P65859_mk(s); - s.tmp_2.arg0 = s.asArr___76787; + s.tmp_2 = helpers_arrayJoin__P81743_mk(s); + s.tmp_2.arg0 = s.asArr___92671; s.tmp_2.arg1 = ","; s.callLocIdx = 34; s.pc = 19; return s.tmp_2; case 19: @@ -15468,9 +15468,9 @@ switch (step) { case 3: r0 = pxsim_String_.mkEmpty(); s.tmp_4 = r0; - s.tmp_7 = helpers_arrayJoin__P65859_mk(s); - s.tmp_8 = helpers_arraySlice__P65871_mk(s); - s.tmp_8.arg0 = s.asArr___76787; + s.tmp_7 = helpers_arrayJoin__P81743_mk(s); + s.tmp_8 = helpers_arraySlice__P81755_mk(s); + s.tmp_8.arg0 = s.asArr___92671; s.tmp_8.arg1 = 0; s.tmp_8.arg2 = s.arg1; s.callLocIdx = 35; s.pc = 21; return s.tmp_8; @@ -15510,46 +15510,46 @@ switch (step) { r0 = pxsim_String_.mkEmpty(); s.tmp_10 = r0; r0 = pxsim_String__concat(s.tmp_9, s.tmp_10); - s.asString___76805 = (r0); - r0 = (s.asString___76805 != "[object Object]"); + s.asString___92689 = (r0); + r0 = (s.asString___92689 != "[object Object]"); s.tmp_0 = r0; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 6; continue; } r0 = s.tmp_0; { step = 7; continue; } case 6: - r0 = (s.asString___76805 != "[Object]"); + r0 = (s.asString___92689 != "[Object]"); case 7: // jmp value (already in r0) s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 8; continue; } - r0 = s.asString___76805; + r0 = s.asString___92689; { step = 17; continue; } case 8: case 9: r0 = pxsim_pxtrt.keysOf(s.arg0); - s.keys___76817 = (r0); - r0 = pxsim_Array__length(s.keys___76817); + s.keys___92701 = (r0); + r0 = pxsim_Array__length(s.keys___92701); s.tmp_0 = r0; r0 = (s.tmp_0 > s.arg1); - s.snipped___76821 = (r0); - r0 = pxsim_numops_toBoolDecr(s.snipped___76821); + s.snipped___92705 = (r0); + r0 = pxsim_numops_toBoolDecr(s.snipped___92705); if (!r0) { step = 10; continue; } - s.tmp_0 = helpers_arraySlice__P65871_mk(s); - s.tmp_0.arg0 = s.keys___76817; + s.tmp_0 = helpers_arraySlice__P81755_mk(s); + s.tmp_0.arg0 = s.keys___92701; s.tmp_0.arg1 = 0; s.tmp_0.arg2 = s.arg1; s.callLocIdx = 37; s.pc = 24; return s.tmp_0; case 24: r0 = s.retval; - s.keys___76817 = (r0); + s.keys___92701 = (r0); case 10: case 11: - r0 = pxsim_pxtcore_mkAction(1, inline__P76838); + r0 = pxsim_pxtcore_mkAction(1, inline__P92722); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - r0 = pxsim_numops_toBoolDecr(s.snipped___76821); + r0 = pxsim_numops_toBoolDecr(s.snipped___92705); if (!r0) { step = 12; continue; } r0 = "\n ..."; { step = 13; continue; } @@ -15558,8 +15558,8 @@ switch (step) { case 13: // jmp value (already in r0) s.tmp_1 = r0; - s.tmp_7 = helpers_arrayReduce__P65868_mk(s); - s.tmp_7.arg0 = s.keys___76817; + s.tmp_7 = helpers_arrayReduce__P81752_mk(s); + s.tmp_7.arg0 = s.keys___92701; s.tmp_7.arg1 = s.tmp_0; r0 = pxsim_String_.mkEmpty(); s.tmp_7.arg2 = r0; @@ -15608,12 +15608,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -console_inspect__P66131.info = {"start":2271,"length":1190,"line":81,"column":4,"endLine":114,"endColumn":5,"fileName":"pxt_modules/base/console.ts","functionName":"inspect","argumentNames":["obj","maxElements"]} +console_inspect__P82015.info = {"start":2271,"length":1190,"line":81,"column":4,"endLine":114,"endColumn":5,"fileName":"pxt_modules/base/console.ts","functionName":"inspect","argumentNames":["obj","maxElements"]} -function console_inspect__P66131_mk(s) { +function console_inspect__P82015_mk(s) { checkStack(s.depth); return { - parent: s, fn: console_inspect__P66131, depth: s.depth + 1, + parent: s, fn: console_inspect__P82015, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -15626,10 +15626,10 @@ function console_inspect__P66131_mk(s) { tmp_8: undefined, tmp_9: undefined, tmp_10: undefined, - asArr___76787: undefined, - asString___76805: undefined, - keys___76817: undefined, - snipped___76821: undefined, + asArr___92671: undefined, + asString___92689: undefined, + keys___92701: undefined, + snipped___92705: undefined, arg0: undefined, arg1: undefined, } } @@ -15638,7 +15638,7 @@ function console_inspect__P66131_mk(s) { -function inline__P76838(s) { +function inline__P92722(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -15701,12 +15701,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P76838.info = {"start":3293,"length":61,"line":108,"column":20,"endLine":108,"endColumn":81,"fileName":"pxt_modules/base/console.ts","functionName":"inline","argumentNames":["prev","currKey"]} +inline__P92722.info = {"start":3293,"length":61,"line":108,"column":20,"endLine":108,"endColumn":81,"fileName":"pxt_modules/base/console.ts","functionName":"inline","argumentNames":["prev","currKey"]} -function inline__P76838_mk(s) { +function inline__P92722_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P76838, depth: s.depth + 1, + parent: s, fn: inline__P92722, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -15724,7 +15724,7 @@ function inline__P76838_mk(s) { -function helpers_arrayReduce__P65868(s) { +function helpers_arrayReduce__P81752(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -15734,8 +15734,8 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.len___76865 = undefined; - s.i___76868 = undefined; + s.len___92749 = undefined; + s.i___92752 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -15743,43 +15743,43 @@ switch (step) { s.lambdaArgs = null; } r0 = pxsim_Array__length(s.arg0); - s.len___76865 = (r0); - s.i___76868 = (0); + s.len___92749 = (r0); + s.i___92752 = (0); case 1: - r0 = (s.i___76868 < s.len___76865); + r0 = (s.i___92752 < s.len___92749); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 2; continue; } s.tmp_1 = lambda_4_mk(s); s.tmp_1.argL = s.arg1; s.tmp_1.arg0 = s.arg2; - r0 = pxsim_Array__getAt(s.arg0, s.i___76868); + r0 = pxsim_Array__getAt(s.arg0, s.i___92752); s.tmp_1.arg1 = r0; - s.tmp_1.arg2 = s.i___76868; + s.tmp_1.arg2 = s.i___92752; setupLambda(s.tmp_1, s.tmp_1.argL); s.callLocIdx = 7; s.pc = 3; return s.tmp_1; case 3: r0 = s.retval; s.arg2 = (r0); - r0 = (s.i___76868 + 1); - s.i___76868 = (r0); + r0 = (s.i___92752 + 1); + s.i___92752 = (r0); { step = 1; continue; } case 2: r0 = s.arg2; return leave(s, r0) default: oops() } } } -helpers_arrayReduce__P65868.info = {"start":8316,"length":317,"line":280,"column":4,"endLine":286,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arrayReduce","argumentNames":["arr","callbackfn","initialValue"]} +helpers_arrayReduce__P81752.info = {"start":8316,"length":317,"line":280,"column":4,"endLine":286,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arrayReduce","argumentNames":["arr","callbackfn","initialValue"]} -function helpers_arrayReduce__P65868_mk(s) { +function helpers_arrayReduce__P81752_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_arrayReduce__P65868, depth: s.depth + 1, + parent: s, fn: helpers_arrayReduce__P81752, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, - len___76865: undefined, - i___76868: undefined, + len___92749: undefined, + i___92752: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -15789,7 +15789,7 @@ function helpers_arrayReduce__P65868_mk(s) { -function helpers_arrayJoin__P65859(s) { +function helpers_arrayJoin__P81743(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -15799,9 +15799,9 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.r___76893 = undefined; - s.len___76894 = undefined; - s.i___76897 = undefined; + s.r___92777 = undefined; + s.len___92778 = undefined; + s.i___92781 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -15824,16 +15824,16 @@ switch (step) { case 3: case 4: r0 = pxsim_String_.mkEmpty(); - s.r___76893 = (r0); + s.r___92777 = (r0); r0 = pxsim_Array__length(s.arg0); - s.len___76894 = (r0); - s.i___76897 = (0); + s.len___92778 = (r0); + s.i___92781 = (0); case 5: - r0 = (s.i___76897 < s.len___76894); + r0 = (s.i___92781 < s.len___92778); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 14; continue; } - r0 = (s.i___76897 > 0); + r0 = (s.i___92781 > 0); s.tmp_1 = r0; r0 = pxsim_numops_toBool(s.tmp_1); if (r0) { step = 6; continue; } @@ -15846,12 +15846,12 @@ switch (step) { s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); if (!r0) { step = 8; continue; } - if ((s.r___76893) && (s.r___76893).vtable) { + if ((s.r___92777) && (s.r___92777).vtable) { setupResume(s, 15); - pxsim_String__stringConv(s.r___76893); + pxsim_String__stringConv(s.r___92777); checkResumeConsumed(); return; - } else { s.retval = (s.r___76893) + ""; } + } else { s.retval = (s.r___92777) + ""; } case 15: r0 = s.retval; s.tmp_3 = r0; @@ -15865,10 +15865,10 @@ switch (step) { r0 = s.retval; s.tmp_4 = r0; r0 = pxsim_String__concat(s.tmp_3, s.tmp_4); - s.r___76893 = (r0); + s.r___92777 = (r0); case 8: case 9: - r0 = pxsim_Array__getAt(s.arg0, s.i___76897); + r0 = pxsim_Array__getAt(s.arg0, s.i___92781); s.tmp_1 = r0; r0 = (s.tmp_1 === undefined); s.tmp_0 = r0; @@ -15877,7 +15877,7 @@ switch (step) { r0 = s.tmp_0; { step = 11; continue; } case 10: - r0 = pxsim_Array__getAt(s.arg0, s.i___76897); + r0 = pxsim_Array__getAt(s.arg0, s.i___92781); s.tmp_2 = r0; r0 = (s.tmp_2 === null); case 11: @@ -15888,16 +15888,16 @@ switch (step) { r0 = pxsim_String_.mkEmpty(); { step = 13; continue; } case 12: - r0 = pxsim_Array__getAt(s.arg0, s.i___76897); + r0 = pxsim_Array__getAt(s.arg0, s.i___92781); case 13: // jmp value (already in r0) s.tmp_4 = r0; - if ((s.r___76893) && (s.r___76893).vtable) { + if ((s.r___92777) && (s.r___92777).vtable) { setupResume(s, 17); - pxsim_String__stringConv(s.r___76893); + pxsim_String__stringConv(s.r___92777); checkResumeConsumed(); return; - } else { s.retval = (s.r___76893) + ""; } + } else { s.retval = (s.r___92777) + ""; } case 17: r0 = s.retval; s.tmp_5 = r0; @@ -15911,21 +15911,21 @@ switch (step) { r0 = s.retval; s.tmp_6 = r0; r0 = pxsim_String__concat(s.tmp_5, s.tmp_6); - s.r___76893 = (r0); - r0 = (s.i___76897 + 1); - s.i___76897 = (r0); + s.r___92777 = (r0); + r0 = (s.i___92781 + 1); + s.i___92781 = (r0); { step = 5; continue; } case 14: - r0 = s.r___76893; + r0 = s.r___92777; return leave(s, r0) default: oops() } } } -helpers_arrayJoin__P65859.info = {"start":4133,"length":432,"line":157,"column":4,"endLine":170,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arrayJoin","argumentNames":["arr","sep"]} +helpers_arrayJoin__P81743.info = {"start":4133,"length":432,"line":157,"column":4,"endLine":170,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arrayJoin","argumentNames":["arr","sep"]} -function helpers_arrayJoin__P65859_mk(s) { +function helpers_arrayJoin__P81743_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_arrayJoin__P65859, depth: s.depth + 1, + parent: s, fn: helpers_arrayJoin__P81743, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -15934,9 +15934,9 @@ function helpers_arrayJoin__P65859_mk(s) { tmp_4: undefined, tmp_5: undefined, tmp_6: undefined, - r___76893: undefined, - len___76894: undefined, - i___76897: undefined, + r___92777: undefined, + len___92778: undefined, + i___92781: undefined, arg0: undefined, arg1: undefined, } } @@ -15945,7 +15945,7 @@ function helpers_arrayJoin__P65859_mk(s) { -function scene_systemMenu_toggleStats__P69898(s) { +function scene_systemMenu_toggleStats__P85782(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -15955,11 +15955,11 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = pxsim_numops_toBoolDecr(globals.stats___68287); + r0 = pxsim_numops_toBoolDecr(globals.stats___84171); s.tmp_0 = r0; r0 = pxsim_Boolean__bang(s.tmp_0); - globals.stats___68287 = (r0); - r0 = pxsim_numops_toBoolDecr(globals.stats___68287); + globals.stats___84171 = (r0); + r0 = pxsim_numops_toBoolDecr(globals.stats___84171); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; @@ -15968,14 +15968,14 @@ switch (step) { r0 = s.tmp_0; { step = 2; continue; } case 1: - r0 = globals.control_EventContext_onStats___66147; + r0 = globals.control_EventContext_onStats___82031; case 2: // jmp value (already in r0) s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); if (!r0) { step = 3; continue; } s.tmp_3 = lambda_2_mk(s); - s.tmp_3.argL = globals.control_EventContext_onStats___66147; + s.tmp_3.argL = globals.control_EventContext_onStats___82031; r0 = pxsim_String_.mkEmpty(); s.tmp_3.arg0 = r0; setupLambda(s.tmp_3, s.tmp_3.argL); @@ -15988,12 +15988,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_toggleStats__P69898.info = {"start":9642,"length":179,"line":300,"column":4,"endLine":305,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"toggleStats","argumentNames":[]} +scene_systemMenu_toggleStats__P85782.info = {"start":9642,"length":179,"line":300,"column":4,"endLine":305,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"toggleStats","argumentNames":[]} -function scene_systemMenu_toggleStats__P69898_mk(s) { +function scene_systemMenu_toggleStats__P85782_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_toggleStats__P69898, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_toggleStats__P85782, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -16005,7 +16005,7 @@ function scene_systemMenu_toggleStats__P69898_mk(s) { -function scene_systemMenu_brightnessDown__P69896(s) { +function scene_systemMenu_brightnessDown__P85780(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -16015,8 +16015,8 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = scene_systemMenu_setScreenBrightness__P69897_mk(s); - r0 = globals.brightness___67484; + s.tmp_0 = scene_systemMenu_setScreenBrightness__P85781_mk(s); + r0 = globals.brightness___83368; s.tmp_1 = r0; r0 = (s.tmp_1 - 5); s.tmp_0.arg0 = r0; @@ -16027,12 +16027,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_brightnessDown__P69896.info = {"start":9198,"length":87,"line":289,"column":4,"endLine":291,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"brightnessDown","argumentNames":[]} +scene_systemMenu_brightnessDown__P85780.info = {"start":9198,"length":87,"line":289,"column":4,"endLine":291,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"brightnessDown","argumentNames":[]} -function scene_systemMenu_brightnessDown__P69896_mk(s) { +function scene_systemMenu_brightnessDown__P85780_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_brightnessDown__P69896, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_brightnessDown__P85780, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -16042,7 +16042,7 @@ function scene_systemMenu_brightnessDown__P69896_mk(s) { -function scene_systemMenu_setScreenBrightness__P69897(s) { +function scene_systemMenu_setScreenBrightness__P85781(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -16056,15 +16056,15 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = helpers_setScreenBrightness__P67495_mk(s); - s.tmp_0.arg0 = globals.screen___67562; + s.tmp_0 = helpers_setScreenBrightness__P83379_mk(s); + s.tmp_0.arg0 = globals.screen___83446; s.tmp_0.arg1 = s.arg0; s.callLocIdx = 954; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - s.tmp_0 = settings_writeNumber__P67589_mk(s); + s.tmp_0 = settings_writeNumber__P83473_mk(s); s.tmp_0.arg0 = "#brightness"; - r0 = globals.brightness___67484; + r0 = globals.brightness___83368; s.tmp_0.arg1 = r0; s.callLocIdx = 956; s.pc = 2; return s.tmp_0; case 2: @@ -16073,12 +16073,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_setScreenBrightness__P69897.info = {"start":9291,"length":345,"line":293,"column":4,"endLine":298,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"setScreenBrightness","argumentNames":["b"]} +scene_systemMenu_setScreenBrightness__P85781.info = {"start":9291,"length":345,"line":293,"column":4,"endLine":298,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"setScreenBrightness","argumentNames":["b"]} -function scene_systemMenu_setScreenBrightness__P69897_mk(s) { +function scene_systemMenu_setScreenBrightness__P85781_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_setScreenBrightness__P69897, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_setScreenBrightness__P85781, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -16088,7 +16088,7 @@ function scene_systemMenu_setScreenBrightness__P69897_mk(s) { -function settings_writeNumber__P67589(s) { +function settings_writeNumber__P83473(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -16106,9 +16106,9 @@ switch (step) { r0 = pxsim_Array__mk(); s.tmp_0 = r0; r0 = pxsim_Array__push(s.tmp_0, s.arg1); - s.tmp_1 = settings_writeBuffer__P67587_mk(s); + s.tmp_1 = settings_writeBuffer__P83471_mk(s); s.tmp_1.arg0 = s.arg0; - s.tmp_2 = msgpack_packNumberArray__P65937_mk(s); + s.tmp_2 = msgpack_packNumberArray__P81821_mk(s); s.tmp_2.arg0 = s.tmp_0; s.callLocIdx = 123; s.pc = 2; return s.tmp_2; case 2: @@ -16121,12 +16121,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -settings_writeNumber__P67589.info = {"start":2087,"length":122,"line":82,"column":4,"endLine":84,"endColumn":5,"fileName":"pxt_modules/settings/settings.ts","functionName":"writeNumber","argumentNames":["key","value"]} +settings_writeNumber__P83473.info = {"start":2087,"length":122,"line":82,"column":4,"endLine":84,"endColumn":5,"fileName":"pxt_modules/settings/settings.ts","functionName":"writeNumber","argumentNames":["key","value"]} -function settings_writeNumber__P67589_mk(s) { +function settings_writeNumber__P83473_mk(s) { checkStack(s.depth); return { - parent: s, fn: settings_writeNumber__P67589, depth: s.depth + 1, + parent: s, fn: settings_writeNumber__P83473, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -16139,7 +16139,7 @@ function settings_writeNumber__P67589_mk(s) { -function settings_writeBuffer__P67587(s) { +function settings_writeBuffer__P83471(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -16166,12 +16166,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -settings_writeBuffer__P67587.info = {"start":1538,"length":290,"line":63,"column":4,"endLine":70,"endColumn":5,"fileName":"pxt_modules/settings/settings.ts","functionName":"writeBuffer","argumentNames":["key","value"]} +settings_writeBuffer__P83471.info = {"start":1538,"length":290,"line":63,"column":4,"endLine":70,"endColumn":5,"fileName":"pxt_modules/settings/settings.ts","functionName":"writeBuffer","argumentNames":["key","value"]} -function settings_writeBuffer__P67587_mk(s) { +function settings_writeBuffer__P83471_mk(s) { checkStack(s.depth); return { - parent: s, fn: settings_writeBuffer__P67587, depth: s.depth + 1, + parent: s, fn: settings_writeBuffer__P83471, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -16182,7 +16182,7 @@ function settings_writeBuffer__P67587_mk(s) { -function msgpack_packNumberArray__P65937(s) { +function msgpack_packNumberArray__P81821(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -16192,100 +16192,100 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.off___76983 = undefined; - s.n___76985 = undefined; - s.unnamed364___U2 = undefined; - s.unnamed365___U3 = undefined; - s.buf___76995 = undefined; - s.n___77001 = undefined; - s.unnamed366___U6 = undefined; - s.unnamed367___U7 = undefined; + s.off___92867 = undefined; + s.n___92869 = undefined; + s.unnamed444___U2 = undefined; + s.unnamed445___U3 = undefined; + s.buf___92879 = undefined; + s.n___92885 = undefined; + s.unnamed446___U6 = undefined; + s.unnamed447___U7 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.off___76983 = (0); - s.n___76985 = (undefined); - s.unnamed364___U2 = (s.arg0); - s.unnamed365___U3 = (0); + s.off___92867 = (0); + s.n___92869 = (undefined); + s.unnamed444___U2 = (s.arg0); + s.unnamed445___U3 = (0); case 1: - s.tmp_0 = r0 = s.unnamed365___U3; - r0 = pxsim_Array__length(s.unnamed364___U2); + s.tmp_0 = r0 = s.unnamed445___U3; + r0 = pxsim_Array__length(s.unnamed444___U2); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 2; continue; } - r0 = pxsim_Array__getAt(s.unnamed364___U2, s.unnamed365___U3); - s.n___76985 = (r0); - s.tmp_2 = r0 = s.off___76983; - s.tmp_4 = msgpack_packNumberCore__P69254_mk(s); + r0 = pxsim_Array__getAt(s.unnamed444___U2, s.unnamed445___U3); + s.n___92869 = (r0); + s.tmp_2 = r0 = s.off___92867; + s.tmp_4 = msgpack_packNumberCore__P85138_mk(s); s.tmp_4.arg0 = null; - s.tmp_4.arg1 = s.off___76983; - s.tmp_4.arg2 = s.n___76985; + s.tmp_4.arg1 = s.off___92867; + s.tmp_4.arg2 = s.n___92869; s.callLocIdx = 21; s.pc = 5; return s.tmp_4; case 5: r0 = s.retval; s.tmp_3 = r0; r0 = (s.tmp_2 + s.tmp_3); - s.off___76983 = (r0); - r0 = (s.unnamed365___U3 + 1); - s.unnamed365___U3 = (r0); + s.off___92867 = (r0); + r0 = (s.unnamed445___U3 + 1); + s.unnamed445___U3 = (r0); { step = 1; continue; } case 2: - s.unnamed364___U2 = (undefined); - r0 = pxsim.control.createBuffer(s.off___76983); - s.buf___76995 = (r0); - s.off___76983 = (0); - s.n___77001 = (undefined); - s.unnamed366___U6 = (s.arg0); - s.unnamed367___U7 = (0); + s.unnamed444___U2 = (undefined); + r0 = pxsim.control.createBuffer(s.off___92867); + s.buf___92879 = (r0); + s.off___92867 = (0); + s.n___92885 = (undefined); + s.unnamed446___U6 = (s.arg0); + s.unnamed447___U7 = (0); case 3: - s.tmp_0 = r0 = s.unnamed367___U7; - r0 = pxsim_Array__length(s.unnamed366___U6); + s.tmp_0 = r0 = s.unnamed447___U7; + r0 = pxsim_Array__length(s.unnamed446___U6); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 4; continue; } - r0 = pxsim_Array__getAt(s.unnamed366___U6, s.unnamed367___U7); - s.n___77001 = (r0); - s.tmp_2 = r0 = s.off___76983; - s.tmp_4 = msgpack_packNumberCore__P69254_mk(s); - s.tmp_4.arg0 = s.buf___76995; - s.tmp_4.arg1 = s.off___76983; - s.tmp_4.arg2 = s.n___77001; + r0 = pxsim_Array__getAt(s.unnamed446___U6, s.unnamed447___U7); + s.n___92885 = (r0); + s.tmp_2 = r0 = s.off___92867; + s.tmp_4 = msgpack_packNumberCore__P85138_mk(s); + s.tmp_4.arg0 = s.buf___92879; + s.tmp_4.arg1 = s.off___92867; + s.tmp_4.arg2 = s.n___92885; s.callLocIdx = 22; s.pc = 6; return s.tmp_4; case 6: r0 = s.retval; s.tmp_3 = r0; r0 = (s.tmp_2 + s.tmp_3); - s.off___76983 = (r0); - r0 = (s.unnamed367___U7 + 1); - s.unnamed367___U7 = (r0); + s.off___92867 = (r0); + r0 = (s.unnamed447___U7 + 1); + s.unnamed447___U7 = (r0); { step = 3; continue; } case 4: - s.unnamed366___U6 = (undefined); - r0 = s.buf___76995; + s.unnamed446___U6 = (undefined); + r0 = s.buf___92879; return leave(s, r0) default: oops() } } } -msgpack_packNumberArray__P65937.info = {"start":3427,"length":330,"line":117,"column":4,"endLine":128,"endColumn":5,"fileName":"pxt_modules/base/buffer.ts","functionName":"packNumberArray","argumentNames":["nums"]} +msgpack_packNumberArray__P81821.info = {"start":3427,"length":330,"line":117,"column":4,"endLine":128,"endColumn":5,"fileName":"pxt_modules/base/buffer.ts","functionName":"packNumberArray","argumentNames":["nums"]} -function msgpack_packNumberArray__P65937_mk(s) { +function msgpack_packNumberArray__P81821_mk(s) { checkStack(s.depth); return { - parent: s, fn: msgpack_packNumberArray__P65937, depth: s.depth + 1, + parent: s, fn: msgpack_packNumberArray__P81821, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, tmp_4: undefined, - off___76983: undefined, - n___76985: undefined, - unnamed364___U2: undefined, - unnamed365___U3: undefined, - buf___76995: undefined, - n___77001: undefined, - unnamed366___U6: undefined, - unnamed367___U7: undefined, + off___92867: undefined, + n___92869: undefined, + unnamed444___U2: undefined, + unnamed445___U3: undefined, + buf___92879: undefined, + n___92885: undefined, + unnamed446___U6: undefined, + unnamed447___U7: undefined, arg0: undefined, } } @@ -16293,7 +16293,7 @@ function msgpack_packNumberArray__P65937_mk(s) { -function msgpack_packNumberCore__P69254(s) { +function msgpack_packNumberCore__P85138(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -16303,15 +16303,15 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tag___77015 = undefined; - s.fmt___77058 = undefined; + s.tag___92899 = undefined; + s.fmt___92942 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.arg2 = (s.lambdaArgs[2]); s.lambdaArgs = null; } - s.tag___77015 = (203); + s.tag___92899 = (203); s.tmp_1 = r0 = s.arg2; r0 = (s.arg2 << 0); s.tmp_2 = r0; @@ -16361,17 +16361,17 @@ switch (step) { s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 8; continue; } - s.tag___77015 = (204); + s.tag___92899 = (204); { step = 11; continue; } case 8: r0 = (s.arg2 <= 65535); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 9; continue; } - s.tag___77015 = (205); + s.tag___92899 = (205); { step = 10; continue; } case 9: - s.tag___77015 = (206); + s.tag___92899 = (206); case 10: case 11: { step = 17; continue; } @@ -16380,41 +16380,41 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 13; continue; } - s.tag___77015 = (208); + s.tag___92899 = (208); { step = 16; continue; } case 13: r0 = (-32767 <= s.arg2); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 14; continue; } - s.tag___77015 = (209); + s.tag___92899 = (209); { step = 15; continue; } case 14: - s.tag___77015 = (210); + s.tag___92899 = (210); case 15: case 16: case 17: case 18: case 19: case 20: - s.tmp_0 = msgpack_tagFormat__P69253_mk(s); - s.tmp_0.arg0 = s.tag___77015; + s.tmp_0 = msgpack_tagFormat__P85137_mk(s); + s.tmp_0.arg0 = s.tag___92899; s.callLocIdx = 17; s.pc = 24; return s.tmp_0; case 24: r0 = s.retval; - s.fmt___77058 = (r0); + s.fmt___92942 = (r0); r0 = pxsim_numops_toBoolDecr(s.arg0); if (!r0) { step = 21; continue; } - r0 = pxsim.BufferMethods.setByte(s.arg0, s.arg1, s.tag___77015); + r0 = pxsim.BufferMethods.setByte(s.arg0, s.arg1, s.tag___92899); s.tmp_0 = r0 = s.arg0; - s.tmp_1 = r0 = s.fmt___77058; + s.tmp_1 = r0 = s.fmt___92942; r0 = (s.arg1 + 1); s.tmp_2 = r0; r0 = pxsim.BufferMethods.setNumber(s.tmp_0, s.tmp_1, s.tmp_2, s.arg2); case 21: case 22: - s.tmp_1 = pins_sizeOf__P65928_mk(s); - s.tmp_1.arg0 = s.fmt___77058; + s.tmp_1 = pins_sizeOf__P81812_mk(s); + s.tmp_1.arg0 = s.fmt___92942; s.callLocIdx = 18; s.pc = 25; return s.tmp_1; case 25: r0 = s.retval; @@ -16424,12 +16424,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -msgpack_packNumberCore__P69254.info = {"start":1632,"length":951,"line":56,"column":4,"endLine":86,"endColumn":5,"fileName":"pxt_modules/base/buffer.ts","functionName":"packNumberCore","argumentNames":["buf","offset","num"]} +msgpack_packNumberCore__P85138.info = {"start":1632,"length":951,"line":56,"column":4,"endLine":86,"endColumn":5,"fileName":"pxt_modules/base/buffer.ts","functionName":"packNumberCore","argumentNames":["buf","offset","num"]} -function msgpack_packNumberCore__P69254_mk(s) { +function msgpack_packNumberCore__P85138_mk(s) { checkStack(s.depth); return { - parent: s, fn: msgpack_packNumberCore__P69254, depth: s.depth + 1, + parent: s, fn: msgpack_packNumberCore__P85138, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -16439,8 +16439,8 @@ function msgpack_packNumberCore__P69254_mk(s) { tmp_5: undefined, tmp_6: undefined, tmp_7: undefined, - tag___77015: undefined, - fmt___77058: undefined, + tag___92899: undefined, + fmt___92942: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -16450,7 +16450,7 @@ function msgpack_packNumberCore__P69254_mk(s) { -function msgpack_tagFormat__P69253(s) { +function msgpack_tagFormat__P85137(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -16510,12 +16510,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -msgpack_tagFormat__P69253.info = {"start":1145,"length":481,"line":42,"column":4,"endLine":54,"endColumn":5,"fileName":"pxt_modules/base/buffer.ts","functionName":"tagFormat","argumentNames":["tag"]} +msgpack_tagFormat__P85137.info = {"start":1145,"length":481,"line":42,"column":4,"endLine":54,"endColumn":5,"fileName":"pxt_modules/base/buffer.ts","functionName":"tagFormat","argumentNames":["tag"]} -function msgpack_tagFormat__P69253_mk(s) { +function msgpack_tagFormat__P85137_mk(s) { checkStack(s.depth); return { - parent: s, fn: msgpack_tagFormat__P69253, depth: s.depth + 1, + parent: s, fn: msgpack_tagFormat__P85137, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -16525,7 +16525,7 @@ function msgpack_tagFormat__P69253_mk(s) { -function pins_sizeOf__P65928(s) { +function pins_sizeOf__P81812(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -16539,7 +16539,7 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = Buffer_sizeOfNumberFormat__P65964_mk(s); + s.tmp_0 = Buffer_sizeOfNumberFormat__P81848_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 16; s.pc = 1; return s.tmp_0; case 1: @@ -16547,12 +16547,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -pins_sizeOf__P65928.info = {"start":42,"length":101,"line":2,"column":4,"endLine":4,"endColumn":5,"fileName":"pxt_modules/base/buffer.ts","functionName":"sizeOf","argumentNames":["format"]} +pins_sizeOf__P81812.info = {"start":42,"length":101,"line":2,"column":4,"endLine":4,"endColumn":5,"fileName":"pxt_modules/base/buffer.ts","functionName":"sizeOf","argumentNames":["format"]} -function pins_sizeOf__P65928_mk(s) { +function pins_sizeOf__P81812_mk(s) { checkStack(s.depth); return { - parent: s, fn: pins_sizeOf__P65928, depth: s.depth + 1, + parent: s, fn: pins_sizeOf__P81812, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -16562,7 +16562,7 @@ function pins_sizeOf__P65928_mk(s) { -function Buffer_sizeOfNumberFormat__P65964(s) { +function Buffer_sizeOfNumberFormat__P81848(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -16641,12 +16641,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Buffer_sizeOfNumberFormat__P65964.info = {"start":12467,"length":856,"line":427,"column":4,"endLine":451,"endColumn":5,"fileName":"pxt_modules/base/buffer.ts","functionName":"sizeOfNumberFormat","argumentNames":["format"]} +Buffer_sizeOfNumberFormat__P81848.info = {"start":12467,"length":856,"line":427,"column":4,"endLine":451,"endColumn":5,"fileName":"pxt_modules/base/buffer.ts","functionName":"sizeOfNumberFormat","argumentNames":["format"]} -function Buffer_sizeOfNumberFormat__P65964_mk(s) { +function Buffer_sizeOfNumberFormat__P81848_mk(s) { checkStack(s.depth); return { - parent: s, fn: Buffer_sizeOfNumberFormat__P65964, depth: s.depth + 1, + parent: s, fn: Buffer_sizeOfNumberFormat__P81848, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -16656,7 +16656,7 @@ function Buffer_sizeOfNumberFormat__P65964_mk(s) { -function helpers_setScreenBrightness__P67495(s) { +function helpers_setScreenBrightness__P83379(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -16671,7 +16671,7 @@ switch (step) { s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } - s.tmp_0 = Math_clamp__P65882_mk(s); + s.tmp_0 = Math_clamp__P81766_mk(s); s.tmp_0.arg0 = 10; s.tmp_0.arg1 = 100; r0 = (s.arg1 | 0); @@ -16680,18 +16680,18 @@ switch (step) { case 1: r0 = s.retval; s.arg1 = (r0); - globals.brightness___67484 = (s.arg1); - r0 = pxsim_pxtcore.setScreenBrightness(globals.brightness___67484); + globals.brightness___83368 = (s.arg1); + r0 = pxsim_pxtcore.setScreenBrightness(globals.brightness___83368); r0 = undefined; return leave(s, r0) default: oops() } } } -helpers_setScreenBrightness__P67495.info = {"start":6243,"length":210,"line":211,"column":4,"endLine":215,"endColumn":5,"fileName":"pxt_modules/screen/image.ts","functionName":"setScreenBrightness","argumentNames":["img","b"]} +helpers_setScreenBrightness__P83379.info = {"start":6243,"length":210,"line":211,"column":4,"endLine":215,"endColumn":5,"fileName":"pxt_modules/screen/image.ts","functionName":"setScreenBrightness","argumentNames":["img","b"]} -function helpers_setScreenBrightness__P67495_mk(s) { +function helpers_setScreenBrightness__P83379_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_setScreenBrightness__P67495, depth: s.depth + 1, + parent: s, fn: helpers_setScreenBrightness__P83379, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -16702,7 +16702,7 @@ function helpers_setScreenBrightness__P67495_mk(s) { -function scene_systemMenu_brightnessUp__P69895(s) { +function scene_systemMenu_brightnessUp__P85779(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -16712,8 +16712,8 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = scene_systemMenu_setScreenBrightness__P69897_mk(s); - r0 = globals.brightness___67484; + s.tmp_0 = scene_systemMenu_setScreenBrightness__P85781_mk(s); + r0 = globals.brightness___83368; s.tmp_1 = r0; r0 = (s.tmp_1 + 5); s.tmp_0.arg0 = r0; @@ -16724,12 +16724,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_brightnessUp__P69895.info = {"start":9107,"length":85,"line":285,"column":4,"endLine":287,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"brightnessUp","argumentNames":[]} +scene_systemMenu_brightnessUp__P85779.info = {"start":9107,"length":85,"line":285,"column":4,"endLine":287,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"brightnessUp","argumentNames":[]} -function scene_systemMenu_brightnessUp__P69895_mk(s) { +function scene_systemMenu_brightnessUp__P85779_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_brightnessUp__P69895, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_brightnessUp__P85779, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -16739,7 +16739,7 @@ function scene_systemMenu_brightnessUp__P69895_mk(s) { -function scene_systemMenu_volumeDown__P69894(s) { +function scene_systemMenu_volumeDown__P85778(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -16749,29 +16749,29 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.v___77331 = undefined; - s.remainder___77334 = undefined; - s.newVolume___77337 = undefined; - s.tmp_0 = music_volume__P67353_mk(s); + s.v___93215 = undefined; + s.remainder___93218 = undefined; + s.newVolume___93221 = undefined; + s.tmp_0 = music_volume__P83237_mk(s); s.callLocIdx = 948; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; - s.v___77331 = (r0); - r0 = (s.v___77331 % 32); - s.remainder___77334 = (r0); - r0 = pxsim_numops_toBoolDecr(s.remainder___77334); + s.v___93215 = (r0); + r0 = (s.v___93215 % 32); + s.remainder___93218 = (r0); + r0 = pxsim_numops_toBoolDecr(s.remainder___93218); if (!r0) { step = 1; continue; } - r0 = s.remainder___77334; + r0 = s.remainder___93218; { step = 2; continue; } case 1: r0 = 32; case 2: // jmp value (already in r0) s.tmp_0 = r0; - r0 = (s.v___77331 - s.tmp_0); - s.newVolume___77337 = (r0); - s.tmp_0 = scene_systemMenu_setVolume__P69892_mk(s); - s.tmp_0.arg0 = s.newVolume___77337; + r0 = (s.v___93215 - s.tmp_0); + s.newVolume___93221 = (r0); + s.tmp_0 = scene_systemMenu_setVolume__P85776_mk(s); + s.tmp_0.arg0 = s.newVolume___93221; s.callLocIdx = 949; s.pc = 4; return s.tmp_0; case 4: r0 = s.retval; @@ -16779,24 +16779,24 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_volumeDown__P69894.info = {"start":8914,"length":187,"line":278,"column":4,"endLine":283,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"volumeDown","argumentNames":[]} +scene_systemMenu_volumeDown__P85778.info = {"start":8914,"length":187,"line":278,"column":4,"endLine":283,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"volumeDown","argumentNames":[]} -function scene_systemMenu_volumeDown__P69894_mk(s) { +function scene_systemMenu_volumeDown__P85778_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_volumeDown__P69894, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_volumeDown__P85778, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, - v___77331: undefined, - remainder___77334: undefined, - newVolume___77337: undefined, + v___93215: undefined, + remainder___93218: undefined, + newVolume___93221: undefined, } } -function scene_systemMenu_setVolume__P69892(s) { +function scene_systemMenu_setVolume__P85776(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -16810,18 +16810,18 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = music_setVolume__P67352_mk(s); + s.tmp_0 = music_setVolume__P83236_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 943; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - s.tmp_0 = music_playTone__P67354_mk(s); + s.tmp_0 = music_playTone__P83238_mk(s); s.tmp_0.arg0 = 440; s.tmp_0.arg1 = 500; s.callLocIdx = 944; s.pc = 2; return s.tmp_0; case 2: r0 = s.retval; - s.tmp_0 = settings_writeNumber__P67589_mk(s); + s.tmp_0 = settings_writeNumber__P83473_mk(s); s.tmp_0.arg0 = "#volume"; s.tmp_0.arg1 = s.arg0; s.callLocIdx = 945; s.pc = 3; return s.tmp_0; @@ -16831,12 +16831,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_setVolume__P69892.info = {"start":8565,"length":166,"line":265,"column":4,"endLine":269,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"setVolume","argumentNames":["newVolume"]} +scene_systemMenu_setVolume__P85776.info = {"start":8565,"length":166,"line":265,"column":4,"endLine":269,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"setVolume","argumentNames":["newVolume"]} -function scene_systemMenu_setVolume__P69892_mk(s) { +function scene_systemMenu_setVolume__P85776_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_setVolume__P69892, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_setVolume__P85776, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -16846,7 +16846,7 @@ function scene_systemMenu_setVolume__P69892_mk(s) { -function music_playTone__P67354(s) { +function music_playTone__P83238(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -16856,7 +16856,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.id___77172 = undefined; + s.id___93056 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -16881,7 +16881,7 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 3; continue; } - s.tmp_2 = music_playNoteCore__P69349_mk(s); + s.tmp_2 = music_playNoteCore__P85233_mk(s); s.tmp_2.arg0 = 0; s.tmp_2.arg1 = s.arg0; r0 = pxsim_pxtrt_ldlocRef(s.arg1); @@ -16889,7 +16889,7 @@ switch (step) { s.callLocIdx = 67; s.pc = 5; return s.tmp_2; case 5: r0 = s.retval; - s.tmp_0 = pause__P66162_mk(s); + s.tmp_0 = pause__P82046_mk(s); r0 = pxsim_pxtrt_ldlocRef(s.arg1); s.tmp_0.arg0 = r0; s.callLocIdx = 68; s.pc = 6; return s.tmp_0; @@ -16897,13 +16897,13 @@ switch (step) { r0 = s.retval; { step = 4; continue; } case 3: - r0 = (globals.playToneID___69351 + 1); + r0 = (globals.playToneID___85235 + 1); s.tmp_0 = r0; - globals.playToneID___69351 = (r0); - s.id___77172 = (s.tmp_0); - r0 = pxsim_pxtcore_mkAction(3, inline__P77178); + globals.playToneID___85235 = (r0); + s.id___93056 = (s.tmp_0); + r0 = pxsim_pxtcore_mkAction(3, inline__P93062); s.tmp_0 = r0; - r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.id___77172); + r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.id___93056); r0 = pxsim_pxtrt_stclo(s.tmp_0, 1, s.arg1); r0 = pxsim_pxtrt_stclo(s.tmp_0, 2, s.arg0); r0 = pxsim.control.runInParallel(s.tmp_0); @@ -16912,17 +16912,17 @@ switch (step) { return leave(s, r0) default: oops() } } } -music_playTone__P67354.info = {"start":2591,"length":831,"line":83,"column":4,"endLine":108,"endColumn":5,"fileName":"pxt_modules/mixer/melody.ts","functionName":"playTone","argumentNames":["frequency","ms"]} +music_playTone__P83238.info = {"start":2591,"length":831,"line":83,"column":4,"endLine":108,"endColumn":5,"fileName":"pxt_modules/mixer/melody.ts","functionName":"playTone","argumentNames":["frequency","ms"]} -function music_playTone__P67354_mk(s) { +function music_playTone__P83238_mk(s) { checkStack(s.depth); return { - parent: s, fn: music_playTone__P67354, depth: s.depth + 1, + parent: s, fn: music_playTone__P83238, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - id___77172: undefined, + id___93056: undefined, arg0: undefined, arg1: undefined, } } @@ -16931,7 +16931,7 @@ function music_playTone__P67354_mk(s) { -function inline__P77178(s) { +function inline__P93062(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -16941,14 +16941,14 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.pos___77179 = undefined; - s.now___77189 = undefined; - s.d___77192 = undefined; - s.t___77196 = undefined; + s.pos___93063 = undefined; + s.now___93073 = undefined; + s.d___93076 = undefined; + s.t___93080 = undefined; r0 = pxsim.control.millis(); - s.pos___77179 = (r0); + s.pos___93063 = (r0); case 1: - r0 = (s.caps[0] == globals.playToneID___69351); + r0 = (s.caps[0] == globals.playToneID___85235); s.tmp_0 = r0; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 2; continue; } @@ -16964,30 +16964,30 @@ switch (step) { r0 = pxsim_numops_toBoolDecr(s.tmp_2); if (!r0) { step = 6; continue; } r0 = pxsim.control.millis(); - s.now___77189 = (r0); - r0 = (s.pos___77179 - s.now___77189); - s.d___77192 = (r0); - s.tmp_0 = Math_min__P65886_mk(s); + s.now___93073 = (r0); + r0 = (s.pos___93063 - s.now___93073); + s.d___93076 = (r0); + s.tmp_0 = Math_min__P81770_mk(s); r0 = pxsim_pxtrt_ldlocRef(s.caps[1]); s.tmp_0.arg0 = r0; s.tmp_0.arg1 = 500; s.callLocIdx = 69; s.pc = 7; return s.tmp_0; case 7: r0 = s.retval; - s.t___77196 = (r0); + s.t___93080 = (r0); s.tmp_0 = r0 = s.caps[1]; r0 = pxsim_pxtrt_ldlocRef(s.caps[1]); s.tmp_2 = r0; - r0 = (s.tmp_2 - s.t___77196); + r0 = (s.tmp_2 - s.t___93080); s.tmp_1 = r0; r0 = pxsim_pxtrt_stlocRef(s.tmp_0, s.tmp_1); - r0 = (s.pos___77179 + s.t___77196); - s.pos___77179 = (r0); - s.tmp_0 = music_playNoteCore__P69349_mk(s); - r0 = (s.d___77192 - 1); + r0 = (s.pos___93063 + s.t___93080); + s.pos___93063 = (r0); + s.tmp_0 = music_playNoteCore__P85233_mk(s); + r0 = (s.d___93076 - 1); s.tmp_0.arg0 = r0; s.tmp_0.arg1 = s.caps[2]; - s.tmp_0.arg2 = s.t___77196; + s.tmp_0.arg2 = s.t___93080; s.callLocIdx = 70; s.pc = 8; return s.tmp_0; case 8: r0 = s.retval; @@ -16997,16 +16997,16 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 4; continue; } - s.tmp_2 = pause__P66162_mk(s); - r0 = (s.d___77192 + s.t___77196); + s.tmp_2 = pause__P82046_mk(s); + r0 = (s.d___93076 + s.t___93080); s.tmp_2.arg0 = r0; s.callLocIdx = 71; s.pc = 9; return s.tmp_2; case 9: r0 = s.retval; { step = 5; continue; } case 4: - s.tmp_0 = pause__P66162_mk(s); - r0 = (s.d___77192 + s.t___77196); + s.tmp_0 = pause__P82046_mk(s); + r0 = (s.d___93076 + s.t___93080); s.tmp_1 = r0; r0 = (s.tmp_1 - 100); s.tmp_0.arg0 = r0; @@ -17020,27 +17020,27 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P77178.info = {"start":2890,"length":515,"line":92,"column":34,"endLine":106,"endColumn":13,"fileName":"pxt_modules/mixer/melody.ts","functionName":"inline","argumentNames":[]} +inline__P93062.info = {"start":2890,"length":515,"line":92,"column":34,"endLine":106,"endColumn":13,"fileName":"pxt_modules/mixer/melody.ts","functionName":"inline","argumentNames":[]} -function inline__P77178_mk(s) { +function inline__P93062_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P77178, depth: s.depth + 1, + parent: s, fn: inline__P93062, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - pos___77179: undefined, - now___77189: undefined, - d___77192: undefined, - t___77196: undefined, + pos___93063: undefined, + now___93073: undefined, + d___93076: undefined, + t___93080: undefined, } } -function music_playNoteCore__P69349(s) { +function music_playNoteCore__P85233(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -17050,7 +17050,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.buf___77226 = undefined; + s.buf___93110 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -17058,16 +17058,16 @@ switch (step) { s.lambdaArgs = null; } r0 = pxsim.control.createBuffer(12); - s.buf___77226 = (r0); - s.tmp_0 = music_addNote__P69356_mk(s); - s.tmp_0.arg0 = s.buf___77226; + s.buf___93110 = (r0); + s.tmp_0 = music_addNote__P85240_mk(s); + s.tmp_0.arg0 = s.buf___93110; s.tmp_0.arg1 = 0; s.tmp_0.arg2 = s.arg2; s.tmp_0.arg3 = 255; s.tmp_0.arg4 = 255; s.tmp_0.arg5 = 3; s.tmp_0.arg6 = s.arg1; - s.tmp_1 = music_volume__P67353_mk(s); + s.tmp_1 = music_volume__P83237_mk(s); s.callLocIdx = 65; s.pc = 2; return s.tmp_1; case 2: r0 = s.retval; @@ -17076,21 +17076,21 @@ switch (step) { s.callLocIdx = 66; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - r0 = pxsim.music.queuePlayInstructions(s.arg0, s.buf___77226); + r0 = pxsim.music.queuePlayInstructions(s.arg0, s.buf___93110); r0 = undefined; return leave(s, r0) default: oops() } } } -music_playNoteCore__P69349.info = {"start":1877,"length":240,"line":66,"column":4,"endLine":70,"endColumn":5,"fileName":"pxt_modules/mixer/melody.ts","functionName":"playNoteCore","argumentNames":["when","frequency","ms"]} +music_playNoteCore__P85233.info = {"start":1877,"length":240,"line":66,"column":4,"endLine":70,"endColumn":5,"fileName":"pxt_modules/mixer/melody.ts","functionName":"playNoteCore","argumentNames":["when","frequency","ms"]} -function music_playNoteCore__P69349_mk(s) { +function music_playNoteCore__P85233_mk(s) { checkStack(s.depth); return { - parent: s, fn: music_playNoteCore__P69349, depth: s.depth + 1, + parent: s, fn: music_playNoteCore__P85233, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, - buf___77226: undefined, + buf___93110: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -17100,7 +17100,7 @@ function music_playNoteCore__P69349_mk(s) { -function music_addNote__P69356(s) { +function music_addNote__P85240(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -17168,12 +17168,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -music_addNote__P69356.info = {"start":9705,"length":904,"line":308,"column":4,"endLine":321,"endColumn":5,"fileName":"pxt_modules/mixer/melody.ts","functionName":"addNote","argumentNames":["sndInstr","sndInstrPtr","ms","beg","end","soundWave","hz","volume","endHz"]} +music_addNote__P85240.info = {"start":9705,"length":904,"line":308,"column":4,"endLine":321,"endColumn":5,"fileName":"pxt_modules/mixer/melody.ts","functionName":"addNote","argumentNames":["sndInstr","sndInstrPtr","ms","beg","end","soundWave","hz","volume","endHz"]} -function music_addNote__P69356_mk(s) { +function music_addNote__P85240_mk(s) { checkStack(s.depth); return { - parent: s, fn: music_addNote__P69356, depth: s.depth + 1, + parent: s, fn: music_addNote__P85240, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -17194,7 +17194,7 @@ function music_addNote__P69356_mk(s) { -function music_setVolume__P67352(s) { +function music_setVolume__P83236(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -17208,7 +17208,7 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = Math_clamp__P65882_mk(s); + s.tmp_0 = Math_clamp__P81766_mk(s); s.tmp_0.arg0 = 0; s.tmp_0.arg1 = 255; r0 = (s.arg0 | 0); @@ -17216,8 +17216,8 @@ switch (step) { s.callLocIdx = 62; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; - globals.globalVolume___69344 = (r0); - r0 = (globals.globalVolume___69344 > 0); + globals.globalVolume___85228 = (r0); + r0 = (globals.globalVolume___85228 > 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } @@ -17233,12 +17233,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -music_setVolume__P67352.info = {"start":1533,"length":153,"line":51,"column":4,"endLine":54,"endColumn":5,"fileName":"pxt_modules/mixer/melody.ts","functionName":"setVolume","argumentNames":["volume"]} +music_setVolume__P83236.info = {"start":1533,"length":153,"line":51,"column":4,"endLine":54,"endColumn":5,"fileName":"pxt_modules/mixer/melody.ts","functionName":"setVolume","argumentNames":["volume"]} -function music_setVolume__P67352_mk(s) { +function music_setVolume__P83236_mk(s) { checkStack(s.depth); return { - parent: s, fn: music_setVolume__P67352, depth: s.depth + 1, + parent: s, fn: music_setVolume__P83236, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -17249,7 +17249,7 @@ function music_setVolume__P67352_mk(s) { -function music_enableAmp__P69347(s) { +function music_enableAmp__P85231(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -17267,12 +17267,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -music_enableAmp__P69347.info = {"start":944,"length":64,"line":29,"column":4,"endLine":31,"endColumn":5,"fileName":"pxt_modules/mixer/melody.ts","functionName":"enableAmp","argumentNames":["en"]} +music_enableAmp__P85231.info = {"start":944,"length":64,"line":29,"column":4,"endLine":31,"endColumn":5,"fileName":"pxt_modules/mixer/melody.ts","functionName":"enableAmp","argumentNames":["en"]} -function music_enableAmp__P69347_mk(s) { +function music_enableAmp__P85231_mk(s) { checkStack(s.depth); return { - parent: s, fn: music_enableAmp__P69347, depth: s.depth + 1, + parent: s, fn: music_enableAmp__P85231, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -17281,7 +17281,7 @@ function music_enableAmp__P69347_mk(s) { -function scene_systemMenu_volumeUp__P69893(s) { +function scene_systemMenu_volumeUp__P85777(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -17291,22 +17291,22 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.v___77140 = undefined; - s.remainder___77143 = undefined; - s.newVolume___77146 = undefined; - s.tmp_0 = music_volume__P67353_mk(s); + s.v___93024 = undefined; + s.remainder___93027 = undefined; + s.newVolume___93030 = undefined; + s.tmp_0 = music_volume__P83237_mk(s); s.callLocIdx = 946; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - s.v___77140 = (r0); - r0 = (s.v___77140 % 32); - s.remainder___77143 = (r0); - r0 = (s.v___77140 + 32); + s.v___93024 = (r0); + r0 = (s.v___93024 % 32); + s.remainder___93027 = (r0); + r0 = (s.v___93024 + 32); s.tmp_0 = r0; - r0 = (s.tmp_0 - s.remainder___77143); - s.newVolume___77146 = (r0); - s.tmp_0 = scene_systemMenu_setVolume__P69892_mk(s); - s.tmp_0.arg0 = s.newVolume___77146; + r0 = (s.tmp_0 - s.remainder___93027); + s.newVolume___93030 = (r0); + s.tmp_0 = scene_systemMenu_setVolume__P85776_mk(s); + s.tmp_0.arg0 = s.newVolume___93030; s.callLocIdx = 947; s.pc = 2; return s.tmp_0; case 2: r0 = s.retval; @@ -17314,24 +17314,24 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_volumeUp__P69893.info = {"start":8737,"length":171,"line":271,"column":4,"endLine":276,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"volumeUp","argumentNames":[]} +scene_systemMenu_volumeUp__P85777.info = {"start":8737,"length":171,"line":271,"column":4,"endLine":276,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"volumeUp","argumentNames":[]} -function scene_systemMenu_volumeUp__P69893_mk(s) { +function scene_systemMenu_volumeUp__P85777_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_volumeUp__P69893, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_volumeUp__P85777, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, - v___77140: undefined, - remainder___77143: undefined, - newVolume___77146: undefined, + v___93024: undefined, + remainder___93027: undefined, + newVolume___93030: undefined, } } -function game_consoleOverlay_isVisible__P68409(s) { +function game_consoleOverlay_isVisible__P84293(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -17341,7 +17341,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = pxsim_numops_toBoolDecr(globals.consoleStrings___69934); + r0 = pxsim_numops_toBoolDecr(globals.consoleStrings___85818); s.tmp_2 = r0; r0 = pxsim_Boolean__bang(s.tmp_2); s.tmp_1 = r0; @@ -17351,12 +17351,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -game_consoleOverlay_isVisible__P68409.info = {"start":422,"length":68,"line":11,"column":4,"endLine":13,"endColumn":5,"fileName":"pxt_modules/game/console.ts","functionName":"isVisible","argumentNames":[]} +game_consoleOverlay_isVisible__P84293.info = {"start":422,"length":68,"line":11,"column":4,"endLine":13,"endColumn":5,"fileName":"pxt_modules/game/console.ts","functionName":"isVisible","argumentNames":[]} -function game_consoleOverlay_isVisible__P68409_mk(s) { +function game_consoleOverlay_isVisible__P84293_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_consoleOverlay_isVisible__P68409, depth: s.depth + 1, + parent: s, fn: game_consoleOverlay_isVisible__P84293, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -17367,7 +17367,7 @@ function game_consoleOverlay_isVisible__P68409_mk(s) { -function scene_systemMenu_closeMenu__P68387(s) { +function scene_systemMenu_closeMenu__P84271(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -17377,20 +17377,20 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = pxsim_numops_toBoolDecr(globals.instance___69888); + r0 = pxsim_numops_toBoolDecr(globals.instance___85772); if (!r0) { step = 1; continue; } - s.tmp_0 = scene_systemMenu_PauseMenu_dispose__P68386_mk(s); - s.tmp_0.arg0 = globals.instance___69888; + s.tmp_0 = scene_systemMenu_PauseMenu_dispose__P84270_mk(s); + s.tmp_0.arg0 = globals.instance___85772; s.callLocIdx = 962; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; - globals.instance___69888 = (undefined); - s.tmp_0 = controller__setUserEventsEnabled__P67714_mk(s); + globals.instance___85772 = (undefined); + s.tmp_0 = controller__setUserEventsEnabled__P83598_mk(s); s.tmp_0.arg0 = true; s.callLocIdx = 963; s.pc = 4; return s.tmp_0; case 4: r0 = s.retval; - s.tmp_0 = game_popScene__P68295_mk(s); + s.tmp_0 = game_popScene__P84179_mk(s); s.callLocIdx = 964; s.pc = 5; return s.tmp_0; case 5: r0 = s.retval; @@ -17400,12 +17400,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_closeMenu__P68387.info = {"start":10129,"length":216,"line":320,"column":4,"endLine":327,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"closeMenu","argumentNames":[]} +scene_systemMenu_closeMenu__P84271.info = {"start":10129,"length":216,"line":320,"column":4,"endLine":327,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"closeMenu","argumentNames":[]} -function scene_systemMenu_closeMenu__P68387_mk(s) { +function scene_systemMenu_closeMenu__P84271_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_closeMenu__P68387, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_closeMenu__P84271, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, } } @@ -17414,7 +17414,7 @@ function scene_systemMenu_closeMenu__P68387_mk(s) { -function scene_systemMenu_PauseMenu_dispose__P68386(s) { +function scene_systemMenu_PauseMenu_dispose__P84270(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -17429,15 +17429,15 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_systemMenu_PauseMenu__C68380_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_systemMenu_PauseMenu__C84264_VT)) failedCast(r0); r0 = s.arg0.fields["options"]; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - s.tmp_1 = helpers_arrayForEach__P65865_mk(s); + s.tmp_1 = helpers_arrayForEach__P81749_mk(s); r0 = s.arg0.fields["options"]; s.tmp_1.arg0 = r0; - s.tmp_1.arg1 = inline__P75652; + s.tmp_1.arg1 = inline__P91536; s.callLocIdx = 939; s.pc = 3; return s.tmp_1; case 3: r0 = s.retval; @@ -17448,12 +17448,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_PauseMenu_dispose__P68386.info = {"start":7732,"length":165,"line":243,"column":8,"endLine":248,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"dispose","argumentNames":["this"]} +scene_systemMenu_PauseMenu_dispose__P84270.info = {"start":7732,"length":165,"line":243,"column":8,"endLine":248,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"dispose","argumentNames":["this"]} -function scene_systemMenu_PauseMenu_dispose__P68386_mk(s) { +function scene_systemMenu_PauseMenu_dispose__P84270_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_PauseMenu_dispose__P68386, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_PauseMenu_dispose__P84270, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -17464,7 +17464,7 @@ function scene_systemMenu_PauseMenu_dispose__P68386_mk(s) { -function inline__P75652(s) { +function inline__P91536(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -17478,7 +17478,7 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = scene_systemMenu_MenuOption_dispose__P68379_mk(s); + s.tmp_0 = scene_systemMenu_MenuOption_dispose__P84263_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 938; s.pc = 1; return s.tmp_0; case 1: @@ -17487,12 +17487,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P75652.info = {"start":7813,"length":16,"line":245,"column":37,"endLine":245,"endColumn":53,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":["o"]} +inline__P91536.info = {"start":7813,"length":16,"line":245,"column":37,"endLine":245,"endColumn":53,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":["o"]} -function inline__P75652_mk(s) { +function inline__P91536_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P75652, depth: s.depth + 1, + parent: s, fn: inline__P91536, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -17502,7 +17502,7 @@ function inline__P75652_mk(s) { -function scene_systemMenu_MenuOption_dispose__P68379(s) { +function scene_systemMenu_MenuOption_dispose__P84263(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -17517,12 +17517,12 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_systemMenu_MenuOption__C68372_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_systemMenu_MenuOption__C84256_VT)) failedCast(r0); r0 = s.arg0.fields["card"]; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - s.tmp_1 = Sprite_destroy__P67851_mk(s); + s.tmp_1 = Sprite_destroy__P83735_mk(s); r0 = s.arg0.fields["card"]; s.tmp_1.arg0 = r0; s.tmp_1.arg1 = undefined; @@ -17530,7 +17530,7 @@ switch (step) { s.callLocIdx = 858; s.pc = 3; return s.tmp_1; case 3: r0 = s.retval; - s.tmp_0 = Sprite_destroy__P67851_mk(s); + s.tmp_0 = Sprite_destroy__P83735_mk(s); r0 = s.arg0.fields["icon"]; s.tmp_0.arg0 = r0; s.tmp_0.arg1 = undefined; @@ -17546,12 +17546,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_MenuOption_dispose__P68379.info = {"start":1812,"length":216,"line":77,"column":8,"endLine":84,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"dispose","argumentNames":["this"]} +scene_systemMenu_MenuOption_dispose__P84263.info = {"start":1812,"length":216,"line":77,"column":8,"endLine":84,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"dispose","argumentNames":["this"]} -function scene_systemMenu_MenuOption_dispose__P68379_mk(s) { +function scene_systemMenu_MenuOption_dispose__P84263_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_MenuOption_dispose__P68379, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_MenuOption_dispose__P84263, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -17562,7 +17562,7 @@ function scene_systemMenu_MenuOption_dispose__P68379_mk(s) { -function Sprite_destroy__P67851(s) { +function Sprite_destroy__P83735(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -17579,7 +17579,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["flags"]; s.tmp_1 = r0; r0 = (s.tmp_1 & 2); @@ -17597,7 +17597,7 @@ switch (step) { r0 = (s.tmp_2).fields["flags"] = (s.tmp_3); r0 = pxsim_numops_toBoolDecr(s.arg1); if (!r0) { step = 3; continue; } - s.tmp_0 = effects_ParticleEffect_destroy__P68550_mk(s); + s.tmp_0 = effects_ParticleEffect_destroy__P84434_mk(s); s.tmp_0.arg0 = s.arg1; s.tmp_0.arg1 = s.arg0; s.tmp_0.arg2 = s.arg2; @@ -17607,7 +17607,7 @@ switch (step) { r0 = s.retval; { step = 4; continue; } case 3: - s.tmp_0 = Sprite__destroyCore__P67852_mk(s); + s.tmp_0 = Sprite__destroyCore__P83736_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 370; s.pc = 7; return s.tmp_0; case 7: @@ -17618,12 +17618,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_destroy__P67851.info = {"start":28605,"length":293,"line":862,"column":4,"endLine":871,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"destroy","argumentNames":["this","effect","duration"]} +Sprite_destroy__P83735.info = {"start":28605,"length":293,"line":862,"column":4,"endLine":871,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"destroy","argumentNames":["this","effect","duration"]} -function Sprite_destroy__P67851_mk(s) { +function Sprite_destroy__P83735_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_destroy__P67851, depth: s.depth + 1, + parent: s, fn: Sprite_destroy__P83735, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -17639,7 +17639,7 @@ function Sprite_destroy__P67851_mk(s) { -function effects_ParticleEffect_destroy__P68550(s) { +function effects_ParticleEffect_destroy__P84434(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -17657,15 +17657,15 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, effects_ParticleEffect__C68547_VT)) failedCast(r0); - s.tmp_0 = Sprite_setFlag__P67843_mk(s); + if (!checkSubtype(r0, effects_ParticleEffect__C84431_VT)) failedCast(r0); + s.tmp_0 = Sprite_setFlag__P83727_mk(s); s.tmp_0.arg0 = s.arg1; s.tmp_0.arg1 = 3072; s.tmp_0.arg2 = true; s.callLocIdx = 1123; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; - s.tmp_0 = effects_ParticleEffect_start__P68549_mk(s); + s.tmp_0 = effects_ParticleEffect_start__P84433_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; s.tmp_0.arg2 = s.arg3; @@ -17697,8 +17697,8 @@ switch (step) { // jmp value (already in r0) s.tmp_1 = r0; r0 = (s.arg1).fields["lifespan"] = (s.tmp_1); - s.tmp_0 = effects_ImageEffect_applyTo__P68576_mk(s); - s.tmp_0.arg0 = globals.dissolve___68579; + s.tmp_0 = effects_ImageEffect_applyTo__P84460_mk(s); + s.tmp_0.arg0 = globals.dissolve___84463; s.tmp_0.arg1 = s.arg1; s.callLocIdx = 1125; s.pc = 5; return s.tmp_0; case 5: @@ -17707,12 +17707,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -effects_ParticleEffect_destroy__P68550.info = {"start":1736,"length":368,"line":41,"column":8,"endLine":46,"endColumn":9,"fileName":"pxt_modules/game/particleeffects.ts","functionName":"destroy","argumentNames":["this","anchor","duration","particlesPerSecond"]} +effects_ParticleEffect_destroy__P84434.info = {"start":1736,"length":368,"line":41,"column":8,"endLine":46,"endColumn":9,"fileName":"pxt_modules/game/particleeffects.ts","functionName":"destroy","argumentNames":["this","anchor","duration","particlesPerSecond"]} -function effects_ParticleEffect_destroy__P68550_mk(s) { +function effects_ParticleEffect_destroy__P84434_mk(s) { checkStack(s.depth); return { - parent: s, fn: effects_ParticleEffect_destroy__P68550, depth: s.depth + 1, + parent: s, fn: effects_ParticleEffect_destroy__P84434, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -17730,7 +17730,7 @@ function effects_ParticleEffect_destroy__P68550_mk(s) { -function inline__P75804(s) { +function inline__P91688(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -17740,11 +17740,11 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.i___75807 = undefined; - s.x___75818 = undefined; - s.y___75824 = undefined; - s.w___75830 = undefined; - s.h___75834 = undefined; + s.i___91691 = undefined; + s.x___91702 = undefined; + s.y___91708 = undefined; + s.w___91714 = undefined; + s.h___91718 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -17757,13 +17757,13 @@ switch (step) { r0 = (s.tmp_1 * s.tmp_2); s.tmp_0 = r0; r0 = (s.tmp_0 >> 5); - s.i___75807 = (r0); + s.i___91691 = (r0); case 1: - r0 = (s.i___75807 > 0); + r0 = (s.i___91691 > 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 2; continue; } - s.tmp_1 = Math_FastRandom_randomRange__P68348_mk(s); + s.tmp_1 = Math_FastRandom_randomRange__P84232_mk(s); s.tmp_1.arg0 = s.arg1; s.tmp_1.arg1 = 0; r0 = pxsim_ImageMethods.width(s.arg0); @@ -17771,8 +17771,8 @@ switch (step) { s.callLocIdx = 39; s.pc = 3; return s.tmp_1; case 3: r0 = s.retval; - s.x___75818 = (r0); - s.tmp_0 = Math_FastRandom_randomRange__P68348_mk(s); + s.x___91702 = (r0); + s.tmp_0 = Math_FastRandom_randomRange__P84232_mk(s); s.tmp_0.arg0 = s.arg1; s.tmp_0.arg1 = 0; r0 = pxsim_ImageMethods.height(s.arg0); @@ -17780,56 +17780,56 @@ switch (step) { s.callLocIdx = 40; s.pc = 4; return s.tmp_0; case 4: r0 = s.retval; - s.y___75824 = (r0); - s.tmp_0 = Math_FastRandom_randomRange__P68348_mk(s); + s.y___91708 = (r0); + s.tmp_0 = Math_FastRandom_randomRange__P84232_mk(s); s.tmp_0.arg0 = s.arg1; s.tmp_0.arg1 = 1; s.tmp_0.arg2 = 3; s.callLocIdx = 41; s.pc = 5; return s.tmp_0; case 5: r0 = s.retval; - s.w___75830 = (r0); - s.tmp_0 = Math_FastRandom_randomRange__P68348_mk(s); + s.w___91714 = (r0); + s.tmp_0 = Math_FastRandom_randomRange__P84232_mk(s); s.tmp_0.arg0 = s.arg1; s.tmp_0.arg1 = 1; s.tmp_0.arg2 = 3; s.callLocIdx = 42; s.pc = 6; return s.tmp_0; case 6: r0 = s.retval; - s.h___75834 = (r0); - s.tmp_0 = helpers_imageDrawRect__P67491_mk(s); + s.h___91718 = (r0); + s.tmp_0 = helpers_imageDrawRect__P83375_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_0.arg1 = s.x___75818; - s.tmp_0.arg2 = s.y___75824; - s.tmp_0.arg3 = s.w___75830; - s.tmp_0.arg4 = s.h___75834; + s.tmp_0.arg1 = s.x___91702; + s.tmp_0.arg2 = s.y___91708; + s.tmp_0.arg3 = s.w___91714; + s.tmp_0.arg4 = s.h___91718; s.tmp_0.arg5 = 0; s.callLocIdx = 43; s.pc = 7; return s.tmp_0; case 7: r0 = s.retval; - r0 = (s.i___75807 - 1); - s.i___75807 = (r0); + r0 = (s.i___91691 - 1); + s.i___91691 = (r0); { step = 1; continue; } case 2: r0 = undefined; return leave(s, r0) default: oops() } } } -inline__P75804.info = {"start":2199,"length":360,"line":60,"column":49,"endLine":69,"endColumn":5,"fileName":"pxt_modules/game/effects.ts","functionName":"inline","argumentNames":["input","r"]} +inline__P91688.info = {"start":2199,"length":360,"line":60,"column":49,"endLine":69,"endColumn":5,"fileName":"pxt_modules/game/effects.ts","functionName":"inline","argumentNames":["input","r"]} -function inline__P75804_mk(s) { +function inline__P91688_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P75804, depth: s.depth + 1, + parent: s, fn: inline__P91688, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - i___75807: undefined, - x___75818: undefined, - y___75824: undefined, - w___75830: undefined, - h___75834: undefined, + i___91691: undefined, + x___91702: undefined, + y___91708: undefined, + w___91714: undefined, + h___91718: undefined, arg0: undefined, arg1: undefined, } } @@ -17838,7 +17838,7 @@ function inline__P75804_mk(s) { -function helpers_imageDrawRect__P67491(s) { +function helpers_imageDrawRect__P83375(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -17877,7 +17877,7 @@ switch (step) { s.arg3 = (r0); r0 = (s.arg4 - 1); s.arg4 = (r0); - s.tmp_0 = helpers_imageDrawLine__P67490_mk(s); + s.tmp_0 = helpers_imageDrawLine__P83374_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; s.tmp_0.arg2 = s.arg2; @@ -17888,7 +17888,7 @@ switch (step) { s.callLocIdx = 84; s.pc = 6; return s.tmp_0; case 6: r0 = s.retval; - s.tmp_0 = helpers_imageDrawLine__P67490_mk(s); + s.tmp_0 = helpers_imageDrawLine__P83374_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; s.tmp_0.arg2 = s.arg2; @@ -17899,7 +17899,7 @@ switch (step) { s.callLocIdx = 85; s.pc = 7; return s.tmp_0; case 7: r0 = s.retval; - s.tmp_0 = helpers_imageDrawLine__P67490_mk(s); + s.tmp_0 = helpers_imageDrawLine__P83374_mk(s); s.tmp_0.arg0 = s.arg0; r0 = (s.arg1 + s.arg3); s.tmp_0.arg1 = r0; @@ -17912,7 +17912,7 @@ switch (step) { s.callLocIdx = 86; s.pc = 8; return s.tmp_0; case 8: r0 = s.retval; - s.tmp_0 = helpers_imageDrawLine__P67490_mk(s); + s.tmp_0 = helpers_imageDrawLine__P83374_mk(s); s.tmp_0.arg0 = s.arg0; r0 = (s.arg1 + s.arg3); s.tmp_0.arg1 = r0; @@ -17930,12 +17930,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -helpers_imageDrawRect__P67491.info = {"start":4141,"length":370,"line":140,"column":4,"endLine":148,"endColumn":5,"fileName":"pxt_modules/screen/image.ts","functionName":"imageDrawRect","argumentNames":["img","x","y","w","h","c"]} +helpers_imageDrawRect__P83375.info = {"start":4141,"length":370,"line":140,"column":4,"endLine":148,"endColumn":5,"fileName":"pxt_modules/screen/image.ts","functionName":"imageDrawRect","argumentNames":["img","x","y","w","h","c"]} -function helpers_imageDrawRect__P67491_mk(s) { +function helpers_imageDrawRect__P83375_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_imageDrawRect__P67491, depth: s.depth + 1, + parent: s, fn: helpers_imageDrawRect__P83375, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -17951,7 +17951,7 @@ function helpers_imageDrawRect__P67491_mk(s) { -function helpers_imageDrawLine__P67490(s) { +function helpers_imageDrawLine__P83374(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -17971,14 +17971,14 @@ switch (step) { s.lambdaArgs = null; } s.tmp_0 = r0 = s.arg0; - s.tmp_2 = helpers_pack__P69381_mk(s); + s.tmp_2 = helpers_pack__P85265_mk(s); s.tmp_2.arg0 = s.arg1; s.tmp_2.arg1 = s.arg2; s.callLocIdx = 82; s.pc = 1; return s.tmp_2; case 1: r0 = s.retval; s.tmp_1 = r0; - s.tmp_4 = helpers_pack__P69381_mk(s); + s.tmp_4 = helpers_pack__P85265_mk(s); s.tmp_4.arg0 = s.arg3; s.tmp_4.arg1 = s.arg4; s.callLocIdx = 83; s.pc = 2; return s.tmp_4; @@ -17990,12 +17990,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -helpers_imageDrawLine__P67490.info = {"start":3977,"length":159,"line":137,"column":4,"endLine":139,"endColumn":5,"fileName":"pxt_modules/screen/image.ts","functionName":"imageDrawLine","argumentNames":["img","x","y","w","h","c"]} +helpers_imageDrawLine__P83374.info = {"start":3977,"length":159,"line":137,"column":4,"endLine":139,"endColumn":5,"fileName":"pxt_modules/screen/image.ts","functionName":"imageDrawLine","argumentNames":["img","x","y","w","h","c"]} -function helpers_imageDrawLine__P67490_mk(s) { +function helpers_imageDrawLine__P83374_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_imageDrawLine__P67490, depth: s.depth + 1, + parent: s, fn: helpers_imageDrawLine__P83374, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -18014,7 +18014,7 @@ function helpers_imageDrawLine__P67490_mk(s) { -function effects_ImageEffect_applyTo__P68576(s) { +function effects_ImageEffect_applyTo__P84460(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -18024,14 +18024,14 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.clonedImage___75930 = undefined; + s.clonedImage___91814 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, effects_ImageEffect__C68574_VT)) failedCast(r0); + if (!checkSubtype(r0, effects_ImageEffect__C84458_VT)) failedCast(r0); r0 = pxsim_numops_toBoolDecr(s.arg1); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); @@ -18057,16 +18057,16 @@ switch (step) { r0 = s.arg1.fields["_image"]; s.tmp_5 = r0; r0 = pxsim_ImageMethods.clone(s.tmp_5); - s.clonedImage___75930 = (r0); - s.tmp_0 = effects_ImageEffect_change__P68577_mk(s); + s.clonedImage___91814 = (r0); + s.tmp_0 = effects_ImageEffect_change__P84461_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_0.arg1 = s.clonedImage___75930; + s.tmp_0.arg1 = s.clonedImage___91814; s.callLocIdx = 1136; s.pc = 6; return s.tmp_0; case 6: r0 = s.retval; - s.tmp_0 = Sprite_setImage__P67820_mk(s); + s.tmp_0 = Sprite_setImage__P83704_mk(s); s.tmp_0.arg0 = s.arg1; - s.tmp_0.arg1 = s.clonedImage___75930; + s.tmp_0.arg1 = s.clonedImage___91814; s.callLocIdx = 1137; s.pc = 7; return s.tmp_0; case 7: r0 = s.retval; @@ -18075,12 +18075,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -effects_ImageEffect_applyTo__P68576.info = {"start":823,"length":218,"line":21,"column":8,"endLine":26,"endColumn":9,"fileName":"pxt_modules/game/effects.ts","functionName":"applyTo","argumentNames":["this","sprite"]} +effects_ImageEffect_applyTo__P84460.info = {"start":823,"length":218,"line":21,"column":8,"endLine":26,"endColumn":9,"fileName":"pxt_modules/game/effects.ts","functionName":"applyTo","argumentNames":["this","sprite"]} -function effects_ImageEffect_applyTo__P68576_mk(s) { +function effects_ImageEffect_applyTo__P84460_mk(s) { checkStack(s.depth); return { - parent: s, fn: effects_ImageEffect_applyTo__P68576, depth: s.depth + 1, + parent: s, fn: effects_ImageEffect_applyTo__P84460, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -18088,7 +18088,7 @@ function effects_ImageEffect_applyTo__P68576_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - clonedImage___75930: undefined, + clonedImage___91814: undefined, arg0: undefined, arg1: undefined, } } @@ -18097,7 +18097,7 @@ function effects_ImageEffect_applyTo__P68576_mk(s) { -function effects_ImageEffect_change__P68577(s) { +function effects_ImageEffect_change__P84461(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -18113,7 +18113,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, effects_ImageEffect__C68574_VT)) failedCast(r0); + if (!checkSubtype(r0, effects_ImageEffect__C84458_VT)) failedCast(r0); s.tmp_0 = if_effect_3_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; @@ -18134,12 +18134,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -effects_ImageEffect_change__P68577.info = {"start":1151,"length":81,"line":32,"column":8,"endLine":34,"endColumn":9,"fileName":"pxt_modules/game/effects.ts","functionName":"change","argumentNames":["this","input"]} +effects_ImageEffect_change__P84461.info = {"start":1151,"length":81,"line":32,"column":8,"endLine":34,"endColumn":9,"fileName":"pxt_modules/game/effects.ts","functionName":"change","argumentNames":["this","input"]} -function effects_ImageEffect_change__P68577_mk(s) { +function effects_ImageEffect_change__P84461_mk(s) { checkStack(s.depth); return { - parent: s, fn: effects_ImageEffect_change__P68577, depth: s.depth + 1, + parent: s, fn: effects_ImageEffect_change__P84461, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -18150,7 +18150,7 @@ function effects_ImageEffect_change__P68577_mk(s) { -function Sprite_setImage__P67820(s) { +function Sprite_setImage__P83704(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -18166,7 +18166,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = pxsim_numops_toBoolDecr(s.arg1); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); @@ -18177,7 +18177,7 @@ switch (step) { case 1: case 2: r0 = (s.arg0).fields["_image"] = (s.arg1); - s.tmp_0 = Sprite_setHitbox__P67821_mk(s); + s.tmp_0 = Sprite_setHitbox__P83705_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 248; s.pc = 4; return s.tmp_0; case 4: @@ -18187,12 +18187,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_setImage__P67820.info = {"start":7004,"length":133,"line":256,"column":4,"endLine":260,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"setImage","argumentNames":["this","img"]} +Sprite_setImage__P83704.info = {"start":7004,"length":133,"line":256,"column":4,"endLine":260,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"setImage","argumentNames":["this","img"]} -function Sprite_setImage__P67820_mk(s) { +function Sprite_setImage__P83704_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_setImage__P67820, depth: s.depth + 1, + parent: s, fn: Sprite_setImage__P83704, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -18204,7 +18204,7 @@ function Sprite_setImage__P67820_mk(s) { -function Sprite_setHitbox__P67821(s) { +function Sprite_setHitbox__P83705(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -18214,29 +18214,29 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.newHitBox___75949 = undefined; - s.oMinX___75957 = undefined; - s.oMinY___75961 = undefined; - s.oMaxX___75965 = undefined; - s.oMaxY___75972 = undefined; - s.nMinX___75979 = undefined; - s.nMinY___75982 = undefined; - s.nMaxX___75985 = undefined; - s.nMaxY___75991 = undefined; - s.xDiff___75997 = undefined; - s.yDiff___76008 = undefined; + s.newHitBox___91833 = undefined; + s.oMinX___91841 = undefined; + s.oMinY___91845 = undefined; + s.oMaxX___91849 = undefined; + s.oMaxY___91856 = undefined; + s.nMinX___91863 = undefined; + s.nMinY___91866 = undefined; + s.nMaxX___91869 = undefined; + s.nMaxY___91875 = undefined; + s.xDiff___91881 = undefined; + s.yDiff___91892 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); - s.tmp_0 = game_calculateHitBox__P67730_mk(s); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); + s.tmp_0 = game_calculateHitBox__P83614_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 249; s.pc = 8; return s.tmp_0; case 8: r0 = s.retval; - s.newHitBox___75949 = (r0); + s.newHitBox___91833 = (r0); r0 = s.arg0.fields["_hitbox"]; s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); @@ -18245,95 +18245,95 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - r0 = (s.arg0).fields["_hitbox"] = (s.newHitBox___75949); + r0 = (s.arg0).fields["_hitbox"] = (s.newHitBox___91833); { step = 7; continue; } case 1: case 2: r0 = s.arg0.fields["_hitbox"]; r0 = r0.fields["ox"]; - s.oMinX___75957 = (r0); + s.oMinX___91841 = (r0); r0 = s.arg0.fields["_hitbox"]; r0 = r0.fields["oy"]; - s.oMinY___75961 = (r0); + s.oMinY___91845 = (r0); r0 = s.arg0.fields["_hitbox"]; r0 = r0.fields["width"]; s.tmp_0 = r0; - r0 = (s.oMinX___75957 + s.tmp_0); - s.oMaxX___75965 = (r0); + r0 = (s.oMinX___91841 + s.tmp_0); + s.oMaxX___91849 = (r0); r0 = s.arg0.fields["_hitbox"]; r0 = r0.fields["height"]; s.tmp_0 = r0; - r0 = (s.oMinY___75961 + s.tmp_0); - s.oMaxY___75972 = (r0); - r0 = s.newHitBox___75949.fields["ox"]; - s.nMinX___75979 = (r0); - r0 = s.newHitBox___75949.fields["oy"]; - s.nMinY___75982 = (r0); - r0 = s.newHitBox___75949.fields["width"]; - s.tmp_0 = r0; - r0 = (s.nMinX___75979 + s.tmp_0); - s.nMaxX___75985 = (r0); - r0 = s.newHitBox___75949.fields["height"]; - s.tmp_0 = r0; - r0 = (s.nMinY___75982 + s.tmp_0); - s.nMaxY___75991 = (r0); - s.tmp_1 = Fx_abs__P65920_mk(s); - r0 = (s.oMinX___75957 - s.nMinX___75979); + r0 = (s.oMinY___91845 + s.tmp_0); + s.oMaxY___91856 = (r0); + r0 = s.newHitBox___91833.fields["ox"]; + s.nMinX___91863 = (r0); + r0 = s.newHitBox___91833.fields["oy"]; + s.nMinY___91866 = (r0); + r0 = s.newHitBox___91833.fields["width"]; + s.tmp_0 = r0; + r0 = (s.nMinX___91863 + s.tmp_0); + s.nMaxX___91869 = (r0); + r0 = s.newHitBox___91833.fields["height"]; + s.tmp_0 = r0; + r0 = (s.nMinY___91866 + s.tmp_0); + s.nMaxY___91875 = (r0); + s.tmp_1 = Fx_abs__P81804_mk(s); + r0 = (s.oMinX___91841 - s.nMinX___91863); s.tmp_1.arg0 = r0; s.callLocIdx = 255; s.pc = 9; return s.tmp_1; case 9: r0 = s.retval; s.tmp_0 = r0; - s.tmp_3 = Fx_abs__P65920_mk(s); - r0 = (s.oMaxX___75965 - s.nMaxX___75985); + s.tmp_3 = Fx_abs__P81804_mk(s); + r0 = (s.oMaxX___91849 - s.nMaxX___91869); s.tmp_3.arg0 = r0; s.callLocIdx = 257; s.pc = 10; return s.tmp_3; case 10: r0 = s.retval; s.tmp_2 = r0; r0 = (s.tmp_0 + s.tmp_2); - s.xDiff___75997 = (r0); - s.tmp_1 = Fx_abs__P65920_mk(s); - r0 = (s.oMinY___75961 - s.nMinY___75982); + s.xDiff___91881 = (r0); + s.tmp_1 = Fx_abs__P81804_mk(s); + r0 = (s.oMinY___91845 - s.nMinY___91866); s.tmp_1.arg0 = r0; s.callLocIdx = 260; s.pc = 11; return s.tmp_1; case 11: r0 = s.retval; s.tmp_0 = r0; - s.tmp_3 = Fx_abs__P65920_mk(s); - r0 = (s.oMaxY___75972 - s.nMaxY___75991); + s.tmp_3 = Fx_abs__P81804_mk(s); + r0 = (s.oMaxY___91856 - s.nMaxY___91875); s.tmp_3.arg0 = r0; s.callLocIdx = 262; s.pc = 12; return s.tmp_3; case 12: r0 = s.retval; s.tmp_2 = r0; r0 = (s.tmp_0 + s.tmp_2); - s.yDiff___76008 = (r0); - r0 = (s.arg0).fields["_hitbox"] = (s.newHitBox___75949); - r0 = (s.xDiff___75997 <= 512); + s.yDiff___91892 = (r0); + r0 = (s.arg0).fields["_hitbox"] = (s.newHitBox___91833); + r0 = (s.xDiff___91881 <= 512); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 3; continue; } r0 = s.arg0.fields["_hitbox"]; s.tmp_1 = r0; - r0 = (s.tmp_1).fields["ox"] = (s.oMinX___75957); + r0 = (s.tmp_1).fields["ox"] = (s.oMinX___91841); r0 = s.arg0.fields["_hitbox"]; s.tmp_0 = r0; - r0 = (s.oMaxX___75965 - s.oMinX___75957); + r0 = (s.oMaxX___91849 - s.oMinX___91841); s.tmp_1 = r0; r0 = (s.tmp_0).fields["width"] = (s.tmp_1); case 3: case 4: - r0 = (s.yDiff___76008 <= 512); + r0 = (s.yDiff___91892 <= 512); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 5; continue; } r0 = s.arg0.fields["_hitbox"]; s.tmp_1 = r0; - r0 = (s.tmp_1).fields["oy"] = (s.oMinY___75961); + r0 = (s.tmp_1).fields["oy"] = (s.oMinY___91845); r0 = s.arg0.fields["_hitbox"]; s.tmp_0 = r0; - r0 = (s.oMaxY___75972 - s.oMinY___75961); + r0 = (s.oMaxY___91856 - s.oMinY___91845); s.tmp_1 = r0; r0 = (s.tmp_0).fields["height"] = (s.tmp_1); case 5: @@ -18343,28 +18343,28 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_setHitbox__P67821.info = {"start":7143,"length":1296,"line":262,"column":4,"endLine":301,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"setHitbox","argumentNames":["this"]} +Sprite_setHitbox__P83705.info = {"start":7143,"length":1296,"line":262,"column":4,"endLine":301,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"setHitbox","argumentNames":["this"]} -function Sprite_setHitbox__P67821_mk(s) { +function Sprite_setHitbox__P83705_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_setHitbox__P67821, depth: s.depth + 1, + parent: s, fn: Sprite_setHitbox__P83705, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, - newHitBox___75949: undefined, - oMinX___75957: undefined, - oMinY___75961: undefined, - oMaxX___75965: undefined, - oMaxY___75972: undefined, - nMinX___75979: undefined, - nMinY___75982: undefined, - nMaxX___75985: undefined, - nMaxY___75991: undefined, - xDiff___75997: undefined, - yDiff___76008: undefined, + newHitBox___91833: undefined, + oMinX___91841: undefined, + oMinY___91845: undefined, + oMaxX___91849: undefined, + oMaxY___91856: undefined, + nMinX___91863: undefined, + nMinY___91866: undefined, + nMaxX___91869: undefined, + nMaxY___91875: undefined, + xDiff___91881: undefined, + yDiff___91892: undefined, arg0: undefined, } } @@ -18372,7 +18372,7 @@ function Sprite_setHitbox__P67821_mk(s) { -function game_calculateHitBox__P67730(s) { +function game_calculateHitBox__P83614(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -18382,104 +18382,104 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.i___76057 = undefined; - s.minX___76060 = undefined; - s.minY___76063 = undefined; - s.maxX___76066 = undefined; - s.maxY___76067 = undefined; - s.c___76068 = undefined; - s.r___76074 = undefined; - s.width___76105 = undefined; - s.height___76111 = undefined; + s.i___91941 = undefined; + s.minX___91944 = undefined; + s.minY___91947 = undefined; + s.maxX___91950 = undefined; + s.maxY___91951 = undefined; + s.c___91952 = undefined; + s.r___91958 = undefined; + s.width___91989 = undefined; + s.height___91995 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = s.arg0.fields["_image"]; - s.i___76057 = (r0); - r0 = pxsim_ImageMethods.width(s.i___76057); - s.minX___76060 = (r0); - r0 = pxsim_ImageMethods.height(s.i___76057); - s.minY___76063 = (r0); - s.maxX___76066 = (0); - s.maxY___76067 = (0); - s.c___76068 = (0); - case 1: - s.tmp_1 = r0 = s.c___76068; - r0 = pxsim_ImageMethods.width(s.i___76057); + s.i___91941 = (r0); + r0 = pxsim_ImageMethods.width(s.i___91941); + s.minX___91944 = (r0); + r0 = pxsim_ImageMethods.height(s.i___91941); + s.minY___91947 = (r0); + s.maxX___91950 = (0); + s.maxY___91951 = (0); + s.c___91952 = (0); + case 1: + s.tmp_1 = r0 = s.c___91952; + r0 = pxsim_ImageMethods.width(s.i___91941); s.tmp_2 = r0; r0 = (s.tmp_1 < s.tmp_2); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 6; continue; } - s.r___76074 = (0); + s.r___91958 = (0); case 2: - s.tmp_1 = r0 = s.r___76074; - r0 = pxsim_ImageMethods.height(s.i___76057); + s.tmp_1 = r0 = s.r___91958; + r0 = pxsim_ImageMethods.height(s.i___91941); s.tmp_2 = r0; r0 = (s.tmp_1 < s.tmp_2); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 5; continue; } - r0 = pxsim_ImageMethods.getPixel(s.i___76057, s.c___76068, s.r___76074); + r0 = pxsim_ImageMethods.getPixel(s.i___91941, s.c___91952, s.r___91958); s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 3; continue; } - s.tmp_4 = Math_min__P65886_mk(s); - s.tmp_4.arg0 = s.minX___76060; - s.tmp_4.arg1 = s.c___76068; + s.tmp_4 = Math_min__P81770_mk(s); + s.tmp_4.arg0 = s.minX___91944; + s.tmp_4.arg1 = s.c___91952; s.callLocIdx = 208; s.pc = 7; return s.tmp_4; case 7: r0 = s.retval; - s.minX___76060 = (r0); - s.tmp_0 = Math_min__P65886_mk(s); - s.tmp_0.arg0 = s.minY___76063; - s.tmp_0.arg1 = s.r___76074; + s.minX___91944 = (r0); + s.tmp_0 = Math_min__P81770_mk(s); + s.tmp_0.arg0 = s.minY___91947; + s.tmp_0.arg1 = s.r___91958; s.callLocIdx = 209; s.pc = 8; return s.tmp_0; case 8: r0 = s.retval; - s.minY___76063 = (r0); - s.tmp_0 = Math_max__P65885_mk(s); - s.tmp_0.arg0 = s.maxX___76066; - s.tmp_0.arg1 = s.c___76068; + s.minY___91947 = (r0); + s.tmp_0 = Math_max__P81769_mk(s); + s.tmp_0.arg0 = s.maxX___91950; + s.tmp_0.arg1 = s.c___91952; s.callLocIdx = 210; s.pc = 9; return s.tmp_0; case 9: r0 = s.retval; - s.maxX___76066 = (r0); - s.tmp_0 = Math_max__P65885_mk(s); - s.tmp_0.arg0 = s.maxY___76067; - s.tmp_0.arg1 = s.r___76074; + s.maxX___91950 = (r0); + s.tmp_0 = Math_max__P81769_mk(s); + s.tmp_0.arg0 = s.maxY___91951; + s.tmp_0.arg1 = s.r___91958; s.callLocIdx = 211; s.pc = 10; return s.tmp_0; case 10: r0 = s.retval; - s.maxY___76067 = (r0); + s.maxY___91951 = (r0); case 3: case 4: - r0 = (s.r___76074 + 1); - s.r___76074 = (r0); + r0 = (s.r___91958 + 1); + s.r___91958 = (r0); { step = 2; continue; } case 5: - r0 = (s.c___76068 + 1); - s.c___76068 = (r0); + r0 = (s.c___91952 + 1); + s.c___91952 = (r0); { step = 1; continue; } case 6: - r0 = (s.maxX___76066 - s.minX___76060); + r0 = (s.maxX___91950 - s.minX___91944); s.tmp_0 = r0; r0 = (s.tmp_0 + 1); - s.width___76105 = (r0); - r0 = (s.maxY___76067 - s.minY___76063); + s.width___91989 = (r0); + r0 = (s.maxY___91951 - s.minY___91947); s.tmp_0 = r0; r0 = (s.tmp_0 + 1); - s.height___76111 = (r0); - r0 = pxsim_pxtcore_mkClassInstance(game_Hitbox__C67719_VT); + s.height___91995 = (r0); + r0 = pxsim_pxtcore_mkClassInstance(game_Hitbox__C83603_VT); s.tmp_0 = r0; - s.tmp_1 = game_Hitbox_constructor__P67725_mk(s); + s.tmp_1 = game_Hitbox_constructor__P83609_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = s.arg0; - s.tmp_1.arg2 = s.width___76105; - s.tmp_1.arg3 = s.height___76111; - s.tmp_1.arg4 = s.minX___76060; - s.tmp_1.arg5 = s.minY___76063; + s.tmp_1.arg2 = s.width___91989; + s.tmp_1.arg3 = s.height___91995; + s.tmp_1.arg4 = s.minX___91944; + s.tmp_1.arg5 = s.minY___91947; s.callLocIdx = 212; s.pc = 11; return s.tmp_1; case 11: r0 = s.retval; @@ -18487,27 +18487,27 @@ switch (step) { return leave(s, r0) default: oops() } } } -game_calculateHitBox__P67730.info = {"start":894,"length":684,"line":40,"column":4,"endLine":62,"endColumn":5,"fileName":"pxt_modules/game/hitbox.ts","functionName":"calculateHitBox","argumentNames":["s"]} +game_calculateHitBox__P83614.info = {"start":894,"length":684,"line":40,"column":4,"endLine":62,"endColumn":5,"fileName":"pxt_modules/game/hitbox.ts","functionName":"calculateHitBox","argumentNames":["s"]} -function game_calculateHitBox__P67730_mk(s) { +function game_calculateHitBox__P83614_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_calculateHitBox__P67730, depth: s.depth + 1, + parent: s, fn: game_calculateHitBox__P83614, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, tmp_4: undefined, - i___76057: undefined, - minX___76060: undefined, - minY___76063: undefined, - maxX___76066: undefined, - maxY___76067: undefined, - c___76068: undefined, - r___76074: undefined, - width___76105: undefined, - height___76111: undefined, + i___91941: undefined, + minX___91944: undefined, + minY___91947: undefined, + maxX___91950: undefined, + maxY___91951: undefined, + c___91952: undefined, + r___91958: undefined, + width___91989: undefined, + height___91995: undefined, arg0: undefined, } } @@ -18515,7 +18515,7 @@ function game_calculateHitBox__P67730_mk(s) { -function game_Hitbox_constructor__P67725(s) { +function game_Hitbox_constructor__P83609(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -18535,7 +18535,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, game_Hitbox__C67719_VT)) failedCast(r0); + if (!checkSubtype(r0, game_Hitbox__C83603_VT)) failedCast(r0); r0 = (s.arg0).fields["parent"] = (s.arg1); s.tmp_0 = r0 = s.arg0; r0 = (s.arg2 * 256); @@ -18565,12 +18565,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -game_Hitbox_constructor__P67725.info = {"start":151,"length":266,"line":8,"column":8,"endLine":14,"endColumn":9,"fileName":"pxt_modules/game/hitbox.ts","functionName":"inline","argumentNames":["this","parent","width","height","ox","oy"]} +game_Hitbox_constructor__P83609.info = {"start":151,"length":266,"line":8,"column":8,"endLine":14,"endColumn":9,"fileName":"pxt_modules/game/hitbox.ts","functionName":"inline","argumentNames":["this","parent","width","height","ox","oy"]} -function game_Hitbox_constructor__P67725_mk(s) { +function game_Hitbox_constructor__P83609_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_Hitbox_constructor__P67725, depth: s.depth + 1, + parent: s, fn: game_Hitbox_constructor__P83609, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -18587,7 +18587,7 @@ function game_Hitbox_constructor__P67725_mk(s) { -function Fx_abs__P65920(s) { +function Fx_abs__P81804(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -18617,12 +18617,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Fx_abs__P65920.info = {"start":1506,"length":164,"line":44,"column":4,"endLine":49,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"abs","argumentNames":["a"]} +Fx_abs__P81804.info = {"start":1506,"length":164,"line":44,"column":4,"endLine":49,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"abs","argumentNames":["a"]} -function Fx_abs__P65920_mk(s) { +function Fx_abs__P81804_mk(s) { checkStack(s.depth); return { - parent: s, fn: Fx_abs__P65920, depth: s.depth + 1, + parent: s, fn: Fx_abs__P81804, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -18632,7 +18632,7 @@ function Fx_abs__P65920_mk(s) { -function Fx_sub__P65914(s) { +function Fx_sub__P81798(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -18651,12 +18651,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Fx_sub__P65914.info = {"start":749,"length":118,"line":26,"column":4,"endLine":28,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"sub","argumentNames":["a","b"]} +Fx_sub__P81798.info = {"start":749,"length":118,"line":26,"column":4,"endLine":28,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"sub","argumentNames":["a","b"]} -function Fx_sub__P65914_mk(s) { +function Fx_sub__P81798_mk(s) { checkStack(s.depth); return { - parent: s, fn: Fx_sub__P65914, depth: s.depth + 1, + parent: s, fn: Fx_sub__P81798, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -18666,7 +18666,7 @@ function Fx_sub__P65914_mk(s) { -function Sprite_image__P67819(s) { +function Sprite_image__P83703(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -18681,18 +18681,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["_image"]; return leaveAccessor(s, r0) default: oops() } } } -Sprite_image__P67819.info = {"start":6728,"length":54,"line":246,"column":4,"endLine":248,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"image","argumentNames":["this"]} -Sprite_image__P67819.isGetter = true; +Sprite_image__P83703.info = {"start":6728,"length":54,"line":246,"column":4,"endLine":248,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"image","argumentNames":["this"]} +Sprite_image__P83703.isGetter = true; -function Sprite_image__P67819_mk(s) { +function Sprite_image__P83703_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_image__P67819, depth: s.depth + 1, + parent: s, fn: Sprite_image__P83703, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -18701,7 +18701,7 @@ function Sprite_image__P67819_mk(s) { -function effects_ParticleEffect_start__P68549(s) { +function effects_ParticleEffect_start__P84433(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -18711,7 +18711,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.src___76166 = undefined; + s.src___92050 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -18721,7 +18721,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, effects_ParticleEffect__C68547_VT)) failedCast(r0); + if (!checkSubtype(r0, effects_ParticleEffect__C84431_VT)) failedCast(r0); r0 = s.arg0.fields["sourceFactory"]; s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); @@ -18757,9 +18757,9 @@ switch (step) { } case 10: r0 = s.retval; - s.src___76166 = (r0); - s.tmp_0 = particles_ParticleSource_setRelativeToCamera__P68447_mk(s); - s.tmp_0.arg0 = s.src___76166; + s.src___92050 = (r0); + s.tmp_0 = particles_ParticleSource_setRelativeToCamera__P84331_mk(s); + s.tmp_0.arg0 = s.src___92050; r0 = pxsim_numops_toBoolDecr(s.arg4); s.tmp_3 = r0; r0 = pxsim_Boolean__bang(s.tmp_3); @@ -18784,7 +18784,7 @@ switch (step) { case 6: // jmp value (already in r0) s.tmp_1 = r0; - r0 = (s.src___76166).fields["lifespan"] = (s.tmp_1); + r0 = (s.src___92050).fields["lifespan"] = (s.tmp_1); case 7: case 8: case 9: @@ -18792,19 +18792,19 @@ switch (step) { return leave(s, r0) default: oops() } } } -effects_ParticleEffect_start__P68549.info = {"start":967,"length":452,"line":26,"column":8,"endLine":32,"endColumn":9,"fileName":"pxt_modules/game/particleeffects.ts","functionName":"start","argumentNames":["this","anchor","duration","particlesPerSecond","relativeToCamera"]} +effects_ParticleEffect_start__P84433.info = {"start":967,"length":452,"line":26,"column":8,"endLine":32,"endColumn":9,"fileName":"pxt_modules/game/particleeffects.ts","functionName":"start","argumentNames":["this","anchor","duration","particlesPerSecond","relativeToCamera"]} -function effects_ParticleEffect_start__P68549_mk(s) { +function effects_ParticleEffect_start__P84433_mk(s) { checkStack(s.depth); return { - parent: s, fn: effects_ParticleEffect_start__P68549, depth: s.depth + 1, + parent: s, fn: effects_ParticleEffect_start__P84433, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, tmp_4: undefined, - src___76166: undefined, + src___92050: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -18816,7 +18816,7 @@ function effects_ParticleEffect_start__P68549_mk(s) { -function particles_ParticleSource_setRelativeToCamera__P68447(s) { +function particles_ParticleSource_setRelativeToCamera__P84331(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -18832,7 +18832,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ParticleSource__C68436_VT)) failedCast(r0); + if (!checkSubtype(r0, particles_ParticleSource__C84320_VT)) failedCast(r0); r0 = pxsim_numops_toBoolDecr(s.arg1); if (!r0) { step = 1; continue; } s.tmp_0 = r0 = s.arg0; @@ -18858,12 +18858,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_ParticleSource_setRelativeToCamera__P68447.info = {"start":6422,"length":173,"line":210,"column":8,"endLine":213,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"setRelativeToCamera","argumentNames":["this","on"]} +particles_ParticleSource_setRelativeToCamera__P84331.info = {"start":6422,"length":173,"line":210,"column":8,"endLine":213,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"setRelativeToCamera","argumentNames":["this","on"]} -function particles_ParticleSource_setRelativeToCamera__P68447_mk(s) { +function particles_ParticleSource_setRelativeToCamera__P84331_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ParticleSource_setRelativeToCamera__P68447, depth: s.depth + 1, + parent: s, fn: particles_ParticleSource_setRelativeToCamera__P84331, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -18878,7 +18878,7 @@ function particles_ParticleSource_setRelativeToCamera__P68447_mk(s) { -function Sprite_setFlag__P67843(s) { +function Sprite_setFlag__P83727(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -18895,7 +18895,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = pxsim_numops_toBoolDecr(s.arg2); if (!r0) { step = 1; continue; } s.tmp_0 = r0 = s.arg0; @@ -18930,7 +18930,7 @@ switch (step) { s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 5; continue; } - s.tmp_2 = Sprite_setFlag__P67843_mk(s); + s.tmp_2 = Sprite_setFlag__P83727_mk(s); r0 = s.arg0.fields["sayBubbleSprite"]; s.tmp_2.arg0 = r0; s.tmp_2.arg1 = 512; @@ -18944,12 +18944,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_setFlag__P67843.info = {"start":24075,"length":292,"line":735,"column":4,"endLine":742,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"setFlag","argumentNames":["this","flag","on"]} +Sprite_setFlag__P83727.info = {"start":24075,"length":292,"line":735,"column":4,"endLine":742,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"setFlag","argumentNames":["this","flag","on"]} -function Sprite_setFlag__P67843_mk(s) { +function Sprite_setFlag__P83727_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_setFlag__P67843, depth: s.depth + 1, + parent: s, fn: Sprite_setFlag__P83727, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -18965,7 +18965,7 @@ function Sprite_setFlag__P67843_mk(s) { -function Sprite__destroyCore__P67852(s) { +function Sprite__destroyCore__P83736(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -18975,29 +18975,29 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.scene___75702 = undefined; + s.scene___91586 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; r0 = s.tmp_0.fields["flags"]; s.tmp_2 = r0; r0 = (s.tmp_2 | 2); s.tmp_1 = r0; r0 = (s.tmp_0).fields["flags"] = (s.tmp_1); - s.tmp_0 = game_currentScene__P68290_mk(s); + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 371; s.pc = 9; return s.tmp_0; case 9: r0 = s.retval; - s.scene___75702 = (r0); + s.scene___91586 = (r0); r0 = s.arg0.fields["sayBubbleSprite"]; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - s.tmp_1 = Sprite_destroy__P67851_mk(s); + s.tmp_1 = Sprite_destroy__P83735_mk(s); r0 = s.arg0.fields["sayBubbleSprite"]; s.tmp_1.arg0 = r0; s.tmp_1.arg1 = undefined; @@ -19007,7 +19007,7 @@ switch (step) { r0 = s.retval; case 1: case 2: - r0 = s.scene___75702.fields["allSprites"]; + r0 = s.scene___91586.fields["allSprites"]; s.tmp_0 = r0; r0 = pxsim_Array_.removeElement(s.tmp_0, s.arg0); r0 = s.arg0.fields["_kind"]; @@ -19019,7 +19019,7 @@ switch (step) { r0 = s.tmp_0; { step = 4; continue; } case 3: - r0 = s.scene___75702.fields["spritesByKind"]; + r0 = s.scene___91586.fields["spritesByKind"]; s.tmp_2 = r0; r0 = s.arg0.fields["_kind"]; s.tmp_3 = r0; @@ -19029,8 +19029,8 @@ switch (step) { s.tmp_4 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_4); if (!r0) { step = 5; continue; } - s.tmp_5 = sprites_SpriteSet_remove__P67882_mk(s); - r0 = s.scene___75702.fields["spritesByKind"]; + s.tmp_5 = sprites_SpriteSet_remove__P83766_mk(s); + r0 = s.scene___91586.fields["spritesByKind"]; s.tmp_6 = r0; r0 = s.arg0.fields["_kind"]; s.tmp_7 = r0; @@ -19042,11 +19042,11 @@ switch (step) { r0 = s.retval; case 5: case 6: - s.tmp_0 = PhysicsEngine__C67923_v1_2_mk(s); - r0 = s.scene___75702.fields["physicsEngine"]; + s.tmp_0 = PhysicsEngine__C83807_v1_2_mk(s); + r0 = s.scene___91586.fields["physicsEngine"]; s.tmp_0.arg0 = r0; s.tmp_0.arg1 = s.arg0; - if (!checkSubtype(s.tmp_0.arg0, PhysicsEngine__C67923_VT)) failedCast(s.tmp_0.arg0); + if (!checkSubtype(s.tmp_0.arg0, PhysicsEngine__C83807_VT)) failedCast(s.tmp_0.arg0); s.tmp_0.fn = s.tmp_0.arg0.vtable.methods.removeSprite; s.pc = 12; return s.tmp_0; case 12: @@ -19070,15 +19070,15 @@ switch (step) { r0 = s.retval; case 7: case 8: - r0 = pxsim_pxtcore_mkAction(1, inline__P75739); + r0 = pxsim_pxtcore_mkAction(1, inline__P91623); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - r0 = pxsim_pxtcore_mkAction(1, inline__P75746); + r0 = pxsim_pxtcore_mkAction(1, inline__P91630); s.tmp_1 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_1, 0, s.arg0); - s.tmp_2 = helpers_arrayForEach__P65865_mk(s); - s.tmp_3 = helpers_arrayFilter__P65866_mk(s); - r0 = s.scene___75702.fields["destroyedHandlers"]; + s.tmp_2 = helpers_arrayForEach__P81749_mk(s); + s.tmp_3 = helpers_arrayFilter__P81750_mk(s); + r0 = s.scene___91586.fields["destroyedHandlers"]; s.tmp_3.arg0 = r0; s.tmp_3.arg1 = s.tmp_0; s.callLocIdx = 379; s.pc = 15; return s.tmp_3; @@ -19093,12 +19093,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite__destroyCore__P67852.info = {"start":28904,"length":693,"line":873,"column":4,"endLine":889,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"_destroyCore","argumentNames":["this"]} +Sprite__destroyCore__P83736.info = {"start":28904,"length":693,"line":873,"column":4,"endLine":889,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"_destroyCore","argumentNames":["this"]} -function Sprite__destroyCore__P67852_mk(s) { +function Sprite__destroyCore__P83736_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite__destroyCore__P67852, depth: s.depth + 1, + parent: s, fn: Sprite__destroyCore__P83736, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -19108,7 +19108,7 @@ function Sprite__destroyCore__P67852_mk(s) { tmp_5: undefined, tmp_6: undefined, tmp_7: undefined, - scene___75702: undefined, + scene___91586: undefined, arg0: undefined, } } @@ -19116,7 +19116,7 @@ function Sprite__destroyCore__P67852_mk(s) { -function inline__P75739(s) { +function inline__P91623(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -19138,12 +19138,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P75739.info = {"start":29520,"length":26,"line":887,"column":20,"endLine":887,"endColumn":46,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]} +inline__P91623.info = {"start":29520,"length":26,"line":887,"column":20,"endLine":887,"endColumn":46,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]} -function inline__P75739_mk(s) { +function inline__P91623_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P75739, depth: s.depth + 1, + parent: s, fn: inline__P91623, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -19154,7 +19154,7 @@ function inline__P75739_mk(s) { -function inline__P75746(s) { +function inline__P91630(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -19186,12 +19186,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P75746.info = {"start":29569,"length":20,"line":888,"column":21,"endLine":888,"endColumn":41,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]} +inline__P91630.info = {"start":29569,"length":20,"line":888,"column":21,"endLine":888,"endColumn":41,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]} -function inline__P75746_mk(s) { +function inline__P91630_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P75746, depth: s.depth + 1, + parent: s, fn: inline__P91630, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -19201,7 +19201,7 @@ function inline__P75746_mk(s) { -function PhysicsEngine_removeSprite__P67926(s) { +function PhysicsEngine_removeSprite__P83810(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -19217,17 +19217,17 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, PhysicsEngine__C67923_VT)) failedCast(r0); + if (!checkSubtype(r0, PhysicsEngine__C83807_VT)) failedCast(r0); r0 = undefined; return leave(s, r0) default: oops() } } } -PhysicsEngine_removeSprite__P67926.info = {"start":159,"length":32,"line":10,"column":4,"endLine":10,"endColumn":36,"fileName":"pxt_modules/game/physics.ts","functionName":"removeSprite","argumentNames":["this","sprite"]} +PhysicsEngine_removeSprite__P83810.info = {"start":159,"length":32,"line":10,"column":4,"endLine":10,"endColumn":36,"fileName":"pxt_modules/game/physics.ts","functionName":"removeSprite","argumentNames":["this","sprite"]} -function PhysicsEngine_removeSprite__P67926_mk(s) { +function PhysicsEngine_removeSprite__P83810_mk(s) { checkStack(s.depth); return { - parent: s, fn: PhysicsEngine_removeSprite__P67926, depth: s.depth + 1, + parent: s, fn: PhysicsEngine_removeSprite__P83810, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -19237,7 +19237,7 @@ function PhysicsEngine_removeSprite__P67926_mk(s) { -function sprites_SpriteSet_remove__P67882(s) { +function sprites_SpriteSet_remove__P83766(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -19247,26 +19247,26 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.i___75755 = undefined; + s.i___91639 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_SpriteSet__C67875_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_SpriteSet__C83759_VT)) failedCast(r0); r0 = s.arg0.fields["_sprites"]; s.tmp_0 = r0; r0 = pxsim_Array_.indexOf(s.tmp_0, s.arg1, undefined); - s.i___75755 = (r0); - r0 = (s.i___75755 > -1); + s.i___91639 = (r0); + r0 = (s.i___91639 > -1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - s.tmp_1 = helpers_arraySplice__P65856_mk(s); + s.tmp_1 = helpers_arraySplice__P81740_mk(s); r0 = s.arg0.fields["_sprites"]; s.tmp_1.arg0 = r0; - s.tmp_1.arg1 = s.i___75755; + s.tmp_1.arg1 = s.i___91639; s.tmp_1.arg2 = 1; s.callLocIdx = 427; s.pc = 4; return s.tmp_1; case 4: @@ -19280,16 +19280,16 @@ switch (step) { return leave(s, r0) default: oops() } } } -sprites_SpriteSet_remove__P67882.info = {"start":1816,"length":235,"line":66,"column":8,"endLine":73,"endColumn":9,"fileName":"pxt_modules/game/spriteset.ts","functionName":"remove","argumentNames":["this","sprite"]} +sprites_SpriteSet_remove__P83766.info = {"start":1816,"length":235,"line":66,"column":8,"endLine":73,"endColumn":9,"fileName":"pxt_modules/game/spriteset.ts","functionName":"remove","argumentNames":["this","sprite"]} -function sprites_SpriteSet_remove__P67882_mk(s) { +function sprites_SpriteSet_remove__P83766_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_SpriteSet_remove__P67882, depth: s.depth + 1, + parent: s, fn: sprites_SpriteSet_remove__P83766, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, - i___75755: undefined, + i___91639: undefined, arg0: undefined, arg1: undefined, } } @@ -19298,7 +19298,7 @@ function sprites_SpriteSet_remove__P67882_mk(s) { -function Sprite_kind__P67834(s) { +function Sprite_kind__P83718(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -19313,17 +19313,17 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["_kind"]; return leave(s, r0) default: oops() } } } -Sprite_kind__P67834.info = {"start":10783,"length":41,"line":391,"column":4,"endLine":393,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"kind","argumentNames":["this"]} +Sprite_kind__P83718.info = {"start":10783,"length":41,"line":391,"column":4,"endLine":393,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"kind","argumentNames":["this"]} -function Sprite_kind__P67834_mk(s) { +function Sprite_kind__P83718_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_kind__P67834, depth: s.depth + 1, + parent: s, fn: Sprite_kind__P83718, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -19332,7 +19332,7 @@ function Sprite_kind__P67834_mk(s) { -function game_popScene__P68295(s) { +function game_popScene__P84179(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -19342,57 +19342,57 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.oldScene___75581 = undefined; - s.tmp_0 = game_currentScene__P68290_mk(s); + s.oldScene___91465 = undefined; + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 823; s.pc = 11; return s.tmp_0; case 11: r0 = s.retval; - s.oldScene___75581 = (r0); - s.tmp_0 = r0 = globals._sceneStack___69637; + s.oldScene___91465 = (r0); + s.tmp_0 = r0 = globals._sceneStack___85521; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 1; continue; } r0 = s.tmp_0; { step = 2; continue; } case 1: - r0 = pxsim_Array__length(globals._sceneStack___69637); + r0 = pxsim_Array__length(globals._sceneStack___85521); case 2: // jmp value (already in r0) s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 3; continue; } - r0 = pxsim_Array_.pop(globals._sceneStack___69637); - globals._scene___69636 = (r0); - s.tmp_0 = control_popEventContext__P66159_mk(s); + r0 = pxsim_Array_.pop(globals._sceneStack___85521); + globals._scene___85520 = (r0); + s.tmp_0 = control_popEventContext__P82043_mk(s); s.callLocIdx = 824; s.pc = 12; return s.tmp_0; case 12: r0 = s.retval; { step = 6; continue; } case 3: - r0 = pxsim_numops_toBoolDecr(globals._scene___69636); + r0 = pxsim_numops_toBoolDecr(globals._scene___85520); if (!r0) { step = 4; continue; } - s.tmp_0 = control_popEventContext__P66159_mk(s); + s.tmp_0 = control_popEventContext__P82043_mk(s); s.callLocIdx = 825; s.pc = 13; return s.tmp_0; case 13: r0 = s.retval; - globals._scene___69636 = (undefined); + globals._scene___85520 = (undefined); case 4: case 5: case 6: - r0 = pxsim_numops_toBoolDecr(globals._scene___69636); + r0 = pxsim_numops_toBoolDecr(globals._scene___85520); if (!r0) { step = 7; continue; } - s.tmp_0 = particles_enableAll__P68468_mk(s); + s.tmp_0 = particles_enableAll__P84352_mk(s); s.callLocIdx = 826; s.pc = 14; return s.tmp_0; case 14: r0 = s.retval; case 7: case 8: - r0 = pxsim_numops_toBoolDecr(globals._scenePopHandlers___69639); + r0 = pxsim_numops_toBoolDecr(globals._scenePopHandlers___85523); if (!r0) { step = 9; continue; } - r0 = pxsim_pxtcore_mkAction(1, inline__P75602); + r0 = pxsim_pxtcore_mkAction(1, inline__P91486); s.tmp_0 = r0; - r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.oldScene___75581); - s.tmp_1 = helpers_arrayForEach__P65865_mk(s); - s.tmp_1.arg0 = globals._scenePopHandlers___69639; + r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.oldScene___91465); + s.tmp_1 = helpers_arrayForEach__P81749_mk(s); + s.tmp_1.arg0 = globals._scenePopHandlers___85523; s.tmp_1.arg1 = s.tmp_0; s.callLocIdx = 828; s.pc = 15; return s.tmp_1; case 15: @@ -19403,23 +19403,23 @@ switch (step) { return leave(s, r0) default: oops() } } } -game_popScene__P68295.info = {"start":2033,"length":548,"line":75,"column":4,"endLine":93,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"popScene","argumentNames":[]} +game_popScene__P84179.info = {"start":2033,"length":548,"line":75,"column":4,"endLine":93,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"popScene","argumentNames":[]} -function game_popScene__P68295_mk(s) { +function game_popScene__P84179_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_popScene__P68295, depth: s.depth + 1, + parent: s, fn: game_popScene__P84179, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, - oldScene___75581: undefined, + oldScene___91465: undefined, } } -function inline__P75602(s) { +function inline__P91486(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -19444,12 +19444,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P75602.info = {"start":2545,"length":18,"line":91,"column":38,"endLine":91,"endColumn":56,"fileName":"pxt_modules/game/game.ts","functionName":"inline","argumentNames":["cb"]} +inline__P91486.info = {"start":2545,"length":18,"line":91,"column":38,"endLine":91,"endColumn":56,"fileName":"pxt_modules/game/game.ts","functionName":"inline","argumentNames":["cb"]} -function inline__P75602_mk(s) { +function inline__P91486_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P75602, depth: s.depth + 1, + parent: s, fn: inline__P91486, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -19459,7 +19459,7 @@ function inline__P75602_mk(s) { -function particles_enableAll__P68468(s) { +function particles_enableAll__P84352(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -19469,21 +19469,21 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.sources___75606 = undefined; - s.tmp_0 = particles_particleSources__P70000_mk(s); + s.sources___91490 = undefined; + s.tmp_0 = particles_particleSources__P85884_mk(s); s.callLocIdx = 1067; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; - s.sources___75606 = (r0); - r0 = pxsim_numops_toBoolDecr(s.sources___75606); + s.sources___91490 = (r0); + r0 = pxsim_numops_toBoolDecr(s.sources___91490); if (!r0) { step = 1; continue; } - s.tmp_0 = helpers_arrayForEach__P65865_mk(s); - s.tmp_0.arg0 = s.sources___75606; - s.tmp_0.arg1 = inline__P75612; + s.tmp_0 = helpers_arrayForEach__P81749_mk(s); + s.tmp_0.arg0 = s.sources___91490; + s.tmp_0.arg1 = inline__P91496; s.callLocIdx = 1069; s.pc = 4; return s.tmp_0; case 4: r0 = s.retval; - s.tmp_0 = particles_pruneParticles__P69996_mk(s); + s.tmp_0 = particles_pruneParticles__P85880_mk(s); s.callLocIdx = 1070; s.pc = 5; return s.tmp_0; case 5: r0 = s.retval; @@ -19493,22 +19493,22 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_enableAll__P68468.info = {"start":12632,"length":193,"line":412,"column":4,"endLine":418,"endColumn":5,"fileName":"pxt_modules/game/particles.ts","functionName":"enableAll","argumentNames":[]} +particles_enableAll__P84352.info = {"start":12632,"length":193,"line":412,"column":4,"endLine":418,"endColumn":5,"fileName":"pxt_modules/game/particles.ts","functionName":"enableAll","argumentNames":[]} -function particles_enableAll__P68468_mk(s) { +function particles_enableAll__P84352_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_enableAll__P68468, depth: s.depth + 1, + parent: s, fn: particles_enableAll__P84352, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, - sources___75606: undefined, + sources___91490: undefined, } } -function inline__P75612(s) { +function inline__P91496(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -19522,7 +19522,7 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = particles_ParticleSource_enabled__P68449_mk(s); + s.tmp_0 = particles_ParticleSource_enabled__P84333_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = true; s.callLocIdx = 1068; s.pc = 1; return s.tmp_0; @@ -19532,12 +19532,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P75612.info = {"start":12756,"length":21,"line":415,"column":28,"endLine":415,"endColumn":49,"fileName":"pxt_modules/game/particles.ts","functionName":"inline","argumentNames":["s"]} +inline__P91496.info = {"start":12756,"length":21,"line":415,"column":28,"endLine":415,"endColumn":49,"fileName":"pxt_modules/game/particles.ts","functionName":"inline","argumentNames":["s"]} -function inline__P75612_mk(s) { +function inline__P91496_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P75612, depth: s.depth + 1, + parent: s, fn: inline__P91496, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -19547,7 +19547,7 @@ function inline__P75612_mk(s) { -function control_popEventContext__P66159(s) { +function control_popEventContext__P82043(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -19557,9 +19557,9 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.ctx___75619 = undefined; - s.context___75627 = undefined; - r0 = pxsim_numops_toBoolDecr(globals.eventContexts___69313); + s.ctx___91503 = undefined; + s.context___91511 = undefined; + r0 = pxsim_numops_toBoolDecr(globals.eventContexts___85197); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; @@ -19568,9 +19568,9 @@ switch (step) { { step = 7; continue; } case 1: case 2: - r0 = pxsim_Array_.pop(globals.eventContexts___69313); - s.ctx___75619 = (r0); - r0 = pxsim_numops_toBoolDecr(s.ctx___75619); + r0 = pxsim_Array_.pop(globals.eventContexts___85197); + s.ctx___91503 = (r0); + r0 = pxsim_numops_toBoolDecr(s.ctx___91503); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; @@ -19579,53 +19579,53 @@ switch (step) { { step = 7; continue; } case 3: case 4: - s.tmp_2 = control_EventContext_unregister__P66151_mk(s); - s.tmp_2.arg0 = s.ctx___75619; + s.tmp_2 = control_EventContext_unregister__P82035_mk(s); + s.tmp_2.arg0 = s.ctx___91503; s.callLocIdx = 57; s.pc = 8; return s.tmp_2; case 8: r0 = s.retval; - s.tmp_0 = r0 = globals.eventContexts___69313; - r0 = pxsim_Array__length(globals.eventContexts___69313); + s.tmp_0 = r0 = globals.eventContexts___85197; + r0 = pxsim_Array__length(globals.eventContexts___85197); s.tmp_2 = r0; r0 = (s.tmp_2 - 1); s.tmp_1 = r0; r0 = pxsim_Array__getAt(s.tmp_0, s.tmp_1); - s.context___75627 = (r0); - r0 = pxsim_numops_toBoolDecr(s.context___75627); + s.context___91511 = (r0); + r0 = pxsim_numops_toBoolDecr(s.context___91511); if (!r0) { step = 5; continue; } - s.tmp_0 = control_EventContext_register__P66150_mk(s); - s.tmp_0.arg0 = s.context___75627; + s.tmp_0 = control_EventContext_register__P82034_mk(s); + s.tmp_0.arg0 = s.context___91511; s.callLocIdx = 58; s.pc = 9; return s.tmp_0; case 9: r0 = s.retval; { step = 6; continue; } case 5: - globals.eventContexts___69313 = (undefined); + globals.eventContexts___85197 = (undefined); case 6: case 7: r0 = undefined; return leave(s, r0) default: oops() } } } -control_popEventContext__P66159.info = {"start":7568,"length":413,"line":232,"column":4,"endLine":246,"endColumn":5,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"popEventContext","argumentNames":[]} +control_popEventContext__P82043.info = {"start":7568,"length":413,"line":232,"column":4,"endLine":246,"endColumn":5,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"popEventContext","argumentNames":[]} -function control_popEventContext__P66159_mk(s) { +function control_popEventContext__P82043_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_popEventContext__P66159, depth: s.depth + 1, + parent: s, fn: control_popEventContext__P82043, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - ctx___75619: undefined, - context___75627: undefined, + ctx___91503: undefined, + context___91511: undefined, } } -function control_EventContext_register__P66150(s) { +function control_EventContext_register__P82034(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -19635,38 +19635,38 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.h___75640 = undefined; - s.unnamed370___U1 = undefined; - s.unnamed371___U2 = undefined; + s.h___91524 = undefined; + s.unnamed450___U1 = undefined; + s.unnamed451___U2 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, control_EventContext__C66144_VT)) failedCast(r0); - s.h___75640 = (undefined); + if (!checkSubtype(r0, control_EventContext__C82028_VT)) failedCast(r0); + s.h___91524 = (undefined); r0 = s.arg0.fields["handlers"]; - s.unnamed370___U1 = (r0); - s.unnamed371___U2 = (0); + s.unnamed450___U1 = (r0); + s.unnamed451___U2 = (0); case 1: - s.tmp_0 = r0 = s.unnamed371___U2; - r0 = pxsim_Array__length(s.unnamed370___U1); + s.tmp_0 = r0 = s.unnamed451___U2; + r0 = pxsim_Array__length(s.unnamed450___U1); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 2; continue; } - r0 = pxsim_Array__getAt(s.unnamed370___U1, s.unnamed371___U2); - s.h___75640 = (r0); - s.tmp_2 = control_EventHandler_register__P69306_mk(s); - s.tmp_2.arg0 = s.h___75640; + r0 = pxsim_Array__getAt(s.unnamed450___U1, s.unnamed451___U2); + s.h___91524 = (r0); + s.tmp_2 = control_EventHandler_register__P85190_mk(s); + s.tmp_2.arg0 = s.h___91524; s.callLocIdx = 48; s.pc = 3; return s.tmp_2; case 3: r0 = s.retval; - r0 = (s.unnamed371___U2 + 1); - s.unnamed371___U2 = (r0); + r0 = (s.unnamed451___U2 + 1); + s.unnamed451___U2 = (r0); { step = 1; continue; } case 2: - s.unnamed370___U1 = (undefined); - s.tmp_0 = control_EventContext_registerFrameCallbacks__P69311_mk(s); + s.unnamed450___U1 = (undefined); + s.tmp_0 = control_EventContext_registerFrameCallbacks__P85195_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 49; s.pc = 4; return s.tmp_0; case 4: @@ -19675,19 +19675,19 @@ switch (step) { return leave(s, r0) default: oops() } } } -control_EventContext_register__P66150.info = {"start":4386,"length":138,"line":131,"column":8,"endLine":135,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"register","argumentNames":["this"]} +control_EventContext_register__P82034.info = {"start":4386,"length":138,"line":131,"column":8,"endLine":135,"endColumn":9,"fileName":"pxt_modules/base/eventcontext.ts","functionName":"register","argumentNames":["this"]} -function control_EventContext_register__P66150_mk(s) { +function control_EventContext_register__P82034_mk(s) { checkStack(s.depth); return { - parent: s, fn: control_EventContext_register__P66150, depth: s.depth + 1, + parent: s, fn: control_EventContext_register__P82034, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - h___75640: undefined, - unnamed370___U1: undefined, - unnamed371___U2: undefined, + h___91524: undefined, + unnamed450___U1: undefined, + unnamed451___U2: undefined, arg0: undefined, } } @@ -19695,7 +19695,7 @@ function control_EventContext_register__P66150_mk(s) { -function controller__setUserEventsEnabled__P67714(s) { +function controller__setUserEventsEnabled__P83598(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -19709,17 +19709,17 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - globals._userEventsEnabled___69458 = (s.arg0); + globals._userEventsEnabled___85342 = (s.arg0); r0 = undefined; return leave(s, r0) default: oops() } } } -controller__setUserEventsEnabled__P67714.info = {"start":19246,"length":101,"line":587,"column":4,"endLine":589,"endColumn":5,"fileName":"pxt_modules/game/controller.ts","functionName":"_setUserEventsEnabled","argumentNames":["enabled"]} +controller__setUserEventsEnabled__P83598.info = {"start":19246,"length":101,"line":587,"column":4,"endLine":589,"endColumn":5,"fileName":"pxt_modules/game/controller.ts","functionName":"_setUserEventsEnabled","argumentNames":["enabled"]} -function controller__setUserEventsEnabled__P67714_mk(s) { +function controller__setUserEventsEnabled__P83598_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller__setUserEventsEnabled__P67714, depth: s.depth + 1, + parent: s, fn: controller__setUserEventsEnabled__P83598, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -19728,7 +19728,7 @@ function controller__setUserEventsEnabled__P67714_mk(s) { -function scene_systemMenu_MenuOption_constructor__P68373(s) { +function scene_systemMenu_MenuOption_constructor__P84257(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -19746,7 +19746,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_systemMenu_MenuOption__C68372_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_systemMenu_MenuOption__C84256_VT)) failedCast(r0); r0 = (s.arg0).fields["iconImage"] = (s.arg1); r0 = (s.arg0).fields["getText"] = (s.arg2); r0 = (s.arg0).fields["action"] = (s.arg3); @@ -19754,12 +19754,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_MenuOption_constructor__P68373.info = {"start":786,"length":108,"line":38,"column":8,"endLine":39,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":["this","iconImage","getText","action"]} +scene_systemMenu_MenuOption_constructor__P84257.info = {"start":786,"length":108,"line":38,"column":8,"endLine":39,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":["this","iconImage","getText","action"]} -function scene_systemMenu_MenuOption_constructor__P68373_mk(s) { +function scene_systemMenu_MenuOption_constructor__P84257_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_MenuOption_constructor__P68373, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_MenuOption_constructor__P84257, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -19771,7 +19771,7 @@ function scene_systemMenu_MenuOption_constructor__P68373_mk(s) { -function helpers_screenBrightness__P67496(s) { +function helpers_screenBrightness__P83380(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -19785,16 +19785,16 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - r0 = globals.brightness___67484; + r0 = globals.brightness___83368; return leave(s, r0) default: oops() } } } -helpers_screenBrightness__P67496.info = {"start":6459,"length":98,"line":217,"column":4,"endLine":219,"endColumn":5,"fileName":"pxt_modules/screen/image.ts","functionName":"screenBrightness","argumentNames":["img"]} +helpers_screenBrightness__P83380.info = {"start":6459,"length":98,"line":217,"column":4,"endLine":219,"endColumn":5,"fileName":"pxt_modules/screen/image.ts","functionName":"screenBrightness","argumentNames":["img"]} -function helpers_screenBrightness__P67496_mk(s) { +function helpers_screenBrightness__P83380_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_screenBrightness__P67496, depth: s.depth + 1, + parent: s, fn: helpers_screenBrightness__P83380, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -19803,7 +19803,7 @@ function helpers_screenBrightness__P67496_mk(s) { -function music_volume__P67353(s) { +function music_volume__P83237(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -19813,20 +19813,20 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = music_initVolume__P69348_mk(s); + s.tmp_0 = music_initVolume__P85232_mk(s); s.callLocIdx = 64; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - r0 = globals.globalVolume___69344; + r0 = globals.globalVolume___85228; return leave(s, r0) default: oops() } } } -music_volume__P67353.info = {"start":1781,"length":90,"line":61,"column":4,"endLine":64,"endColumn":5,"fileName":"pxt_modules/mixer/melody.ts","functionName":"volume","argumentNames":[]} +music_volume__P83237.info = {"start":1781,"length":90,"line":61,"column":4,"endLine":64,"endColumn":5,"fileName":"pxt_modules/mixer/melody.ts","functionName":"volume","argumentNames":[]} -function music_volume__P67353_mk(s) { +function music_volume__P83237_mk(s) { checkStack(s.depth); return { - parent: s, fn: music_volume__P67353, depth: s.depth + 1, + parent: s, fn: music_volume__P83237, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, } } @@ -19835,7 +19835,7 @@ function music_volume__P67353_mk(s) { -function music_initVolume__P69348(s) { +function music_initVolume__P85232(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -19845,12 +19845,12 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = (globals.globalVolume___69344 === null); + r0 = (globals.globalVolume___85228 === null); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - globals.globalVolume___69344 = (0); - s.tmp_0 = music_setVolume__P67352_mk(s); + globals.globalVolume___85228 = (0); + s.tmp_0 = music_setVolume__P83236_mk(s); r0 = pxsim_pxtcore.getConfig(59, 128); s.tmp_0.arg0 = r0; s.callLocIdx = 61; s.pc = 3; return s.tmp_0; @@ -19862,12 +19862,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -music_initVolume__P69348.info = {"start":1014,"length":180,"line":33,"column":4,"endLine":38,"endColumn":5,"fileName":"pxt_modules/mixer/melody.ts","functionName":"initVolume","argumentNames":[]} +music_initVolume__P85232.info = {"start":1014,"length":180,"line":33,"column":4,"endLine":38,"endColumn":5,"fileName":"pxt_modules/mixer/melody.ts","functionName":"initVolume","argumentNames":[]} -function music_initVolume__P69348_mk(s) { +function music_initVolume__P85232_mk(s) { checkStack(s.depth); return { - parent: s, fn: music_initVolume__P69348, depth: s.depth + 1, + parent: s, fn: music_initVolume__P85232, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, } } @@ -19876,7 +19876,7 @@ function music_initVolume__P69348_mk(s) { -function helpers_arrayConcat__P65869(s) { +function helpers_arrayConcat__P81753(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -19886,74 +19886,74 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.out___76713 = undefined; - s.value___76716 = undefined; - s.unnamed360___U2 = undefined; - s.unnamed361___U3 = undefined; - s.value___76723 = undefined; - s.unnamed362___U5 = undefined; - s.unnamed363___U6 = undefined; + s.out___92597 = undefined; + s.value___92600 = undefined; + s.unnamed440___U2 = undefined; + s.unnamed441___U3 = undefined; + s.value___92607 = undefined; + s.unnamed442___U5 = undefined; + s.unnamed443___U6 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = pxsim_Array__mk(); - s.out___76713 = (r0); - s.value___76716 = (undefined); - s.unnamed360___U2 = (s.arg0); - s.unnamed361___U3 = (0); + s.out___92597 = (r0); + s.value___92600 = (undefined); + s.unnamed440___U2 = (s.arg0); + s.unnamed441___U3 = (0); case 1: - s.tmp_0 = r0 = s.unnamed361___U3; - r0 = pxsim_Array__length(s.unnamed360___U2); + s.tmp_0 = r0 = s.unnamed441___U3; + r0 = pxsim_Array__length(s.unnamed440___U2); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 2; continue; } - r0 = pxsim_Array__getAt(s.unnamed360___U2, s.unnamed361___U3); - s.value___76716 = (r0); - r0 = pxsim_Array__push(s.out___76713, s.value___76716); - r0 = (s.unnamed361___U3 + 1); - s.unnamed361___U3 = (r0); + r0 = pxsim_Array__getAt(s.unnamed440___U2, s.unnamed441___U3); + s.value___92600 = (r0); + r0 = pxsim_Array__push(s.out___92597, s.value___92600); + r0 = (s.unnamed441___U3 + 1); + s.unnamed441___U3 = (r0); { step = 1; continue; } case 2: - s.unnamed360___U2 = (undefined); - s.value___76723 = (undefined); - s.unnamed362___U5 = (s.arg1); - s.unnamed363___U6 = (0); + s.unnamed440___U2 = (undefined); + s.value___92607 = (undefined); + s.unnamed442___U5 = (s.arg1); + s.unnamed443___U6 = (0); case 3: - s.tmp_0 = r0 = s.unnamed363___U6; - r0 = pxsim_Array__length(s.unnamed362___U5); + s.tmp_0 = r0 = s.unnamed443___U6; + r0 = pxsim_Array__length(s.unnamed442___U5); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 4; continue; } - r0 = pxsim_Array__getAt(s.unnamed362___U5, s.unnamed363___U6); - s.value___76723 = (r0); - r0 = pxsim_Array__push(s.out___76713, s.value___76723); - r0 = (s.unnamed363___U6 + 1); - s.unnamed363___U6 = (r0); + r0 = pxsim_Array__getAt(s.unnamed442___U5, s.unnamed443___U6); + s.value___92607 = (r0); + r0 = pxsim_Array__push(s.out___92597, s.value___92607); + r0 = (s.unnamed443___U6 + 1); + s.unnamed443___U6 = (r0); { step = 3; continue; } case 4: - s.unnamed362___U5 = (undefined); - r0 = s.out___76713; + s.unnamed442___U5 = (undefined); + r0 = s.out___92597; return leave(s, r0) default: oops() } } } -helpers_arrayConcat__P65869.info = {"start":8639,"length":264,"line":288,"column":4,"endLine":297,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arrayConcat","argumentNames":["arr","otherArr"]} +helpers_arrayConcat__P81753.info = {"start":8639,"length":264,"line":288,"column":4,"endLine":297,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arrayConcat","argumentNames":["arr","otherArr"]} -function helpers_arrayConcat__P65869_mk(s) { +function helpers_arrayConcat__P81753_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_arrayConcat__P65869, depth: s.depth + 1, + parent: s, fn: helpers_arrayConcat__P81753, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, - out___76713: undefined, - value___76716: undefined, - unnamed360___U2: undefined, - unnamed361___U3: undefined, - value___76723: undefined, - unnamed362___U5: undefined, - unnamed363___U6: undefined, + out___92597: undefined, + value___92600: undefined, + unnamed440___U2: undefined, + unnamed441___U3: undefined, + value___92607: undefined, + unnamed442___U5: undefined, + unnamed443___U6: undefined, arg0: undefined, arg1: undefined, } } @@ -19962,7 +19962,7 @@ function helpers_arrayConcat__P65869_mk(s) { -function scene_systemMenu_PauseMenu_show__P68382(s) { +function scene_systemMenu_PauseMenu_show__P84266(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -19972,14 +19972,14 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.current___75057 = undefined; - s.i___75058 = undefined; + s.current___90941 = undefined; + s.i___90942 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_systemMenu_PauseMenu__C68380_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_systemMenu_PauseMenu__C84264_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; s.tmp_2 = if_generator_1_mk(s); s.tmp_2.arg0 = s.arg0; @@ -19997,9 +19997,9 @@ switch (step) { s.tmp_1 = r0; r0 = (s.tmp_0).fields["options"] = (s.tmp_1); r0 = (s.arg0).fields["selection"] = (0); - s.i___75058 = (0); + s.i___90942 = (0); case 1: - s.tmp_1 = r0 = s.i___75058; + s.tmp_1 = r0 = s.i___90942; r0 = s.arg0.fields["options"]; s.tmp_3 = r0; r0 = pxsim_Array__length(s.tmp_3); @@ -20010,22 +20010,22 @@ switch (step) { if (!r0) { step = 2; continue; } r0 = s.arg0.fields["options"]; s.tmp_4 = r0; - r0 = pxsim_Array__getAt(s.tmp_4, s.i___75058); - s.current___75057 = (r0); - s.tmp_0 = scene_systemMenu_MenuOption_show__P68374_mk(s); - s.tmp_0.arg0 = s.current___75057; + r0 = pxsim_Array__getAt(s.tmp_4, s.i___90942); + s.current___90941 = (r0); + s.tmp_0 = scene_systemMenu_MenuOption_show__P84258_mk(s); + s.tmp_0.arg0 = s.current___90941; s.callLocIdx = 872; s.pc = 4; return s.tmp_0; case 4: r0 = s.retval; - s.tmp_0 = scene_systemMenu_MenuOption_setTheme__P68377_mk(s); - s.tmp_0.arg0 = s.current___75057; + s.tmp_0 = scene_systemMenu_MenuOption_setTheme__P84261_mk(s); + s.tmp_0.arg0 = s.current___90941; r0 = s.arg0.fields["theme"]; s.tmp_0.arg1 = r0; s.callLocIdx = 873; s.pc = 5; return s.tmp_0; case 5: r0 = s.retval; - s.tmp_0 = scene_systemMenu_MenuOption_position__P68375_mk(s); - s.tmp_0.arg0 = s.current___75057; + s.tmp_0 = scene_systemMenu_MenuOption_position__P84259_mk(s); + s.tmp_0.arg0 = s.current___90941; s.tmp_2 = if_padding_1_mk(s); r0 = s.arg0.fields["theme"]; s.tmp_2.arg0 = r0; @@ -20040,7 +20040,7 @@ switch (step) { case 7: r0 = s.retval; s.tmp_1 = r0; - s.tmp_5 = r0 = s.i___75058; + s.tmp_5 = r0 = s.i___90942; s.tmp_7 = if_cardsPerRow_1_mk(s); r0 = s.arg0.fields["theme"]; s.tmp_7.arg0 = r0; @@ -20105,7 +20105,7 @@ switch (step) { case 11: r0 = s.retval; s.tmp_13 = r0; - s.tmp_17 = r0 = s.i___75058; + s.tmp_17 = r0 = s.i___90942; s.tmp_19 = if_cardsPerRow_1_mk(s); r0 = s.arg0.fields["theme"]; s.tmp_19.arg0 = r0; @@ -20159,98 +20159,98 @@ switch (step) { s.callLocIdx = 882; s.pc = 6; return s.tmp_0; case 6: r0 = s.retval; - r0 = (s.i___75058 + 1); - s.i___75058 = (r0); + r0 = (s.i___90942 + 1); + s.i___90942 = (r0); { step = 1; continue; } case 2: - s.tmp_0 = controller__setUserEventsEnabled__P67714_mk(s); + s.tmp_0 = controller__setUserEventsEnabled__P83598_mk(s); s.tmp_0.arg0 = false; s.callLocIdx = 883; s.pc = 15; return s.tmp_0; case 15: r0 = s.retval; - r0 = pxsim_pxtcore_mkAction(1, inline__P75121); + r0 = pxsim_pxtcore_mkAction(1, inline__P91005); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - s.tmp_1 = controller_Button_onEvent__P67670_mk(s); - s.tmp_1.arg0 = globals.A___67637; + s.tmp_1 = controller_Button_onEvent__P83554_mk(s); + s.tmp_1.arg0 = globals.A___83521; s.tmp_1.arg1 = 2053; s.tmp_1.arg2 = s.tmp_0; s.callLocIdx = 885; s.pc = 16; return s.tmp_1; case 16: r0 = s.retval; - r0 = pxsim_pxtcore_mkAction(1, inline__P75141); + r0 = pxsim_pxtcore_mkAction(1, inline__P91025); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - s.tmp_1 = controller_Button_onEvent__P67670_mk(s); - s.tmp_1.arg0 = globals.A___67637; + s.tmp_1 = controller_Button_onEvent__P83554_mk(s); + s.tmp_1.arg0 = globals.A___83521; s.tmp_1.arg1 = 2052; s.tmp_1.arg2 = s.tmp_0; s.callLocIdx = 887; s.pc = 17; return s.tmp_1; case 17: r0 = s.retval; - s.tmp_0 = controller_Button_onEvent__P67670_mk(s); - s.tmp_0.arg0 = globals.B___67638; + s.tmp_0 = controller_Button_onEvent__P83554_mk(s); + s.tmp_0.arg0 = globals.B___83522; s.tmp_0.arg1 = 2053; - s.tmp_0.arg2 = inline__P75170; + s.tmp_0.arg2 = inline__P91054; s.callLocIdx = 889; s.pc = 18; return s.tmp_0; case 18: r0 = s.retval; - s.tmp_0 = controller_Button_onEvent__P67670_mk(s); - s.tmp_0.arg0 = globals.menu___67643; + s.tmp_0 = controller_Button_onEvent__P83554_mk(s); + s.tmp_0.arg0 = globals.menu___83527; s.tmp_0.arg1 = 2053; - s.tmp_0.arg2 = inline__P75175; + s.tmp_0.arg2 = inline__P91059; s.callLocIdx = 891; s.pc = 19; return s.tmp_0; case 19: r0 = s.retval; - r0 = pxsim_pxtcore_mkAction(1, inline__P75180); + r0 = pxsim_pxtcore_mkAction(1, inline__P91064); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - s.tmp_1 = controller_Button_onEvent__P67670_mk(s); - s.tmp_1.arg0 = globals.up___67640; + s.tmp_1 = controller_Button_onEvent__P83554_mk(s); + s.tmp_1.arg0 = globals.up___83524; s.tmp_1.arg1 = 2053; s.tmp_1.arg2 = s.tmp_0; s.callLocIdx = 895; s.pc = 20; return s.tmp_1; case 20: r0 = s.retval; - r0 = pxsim_pxtcore_mkAction(1, inline__P75192); + r0 = pxsim_pxtcore_mkAction(1, inline__P91076); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - s.tmp_1 = controller_Button_onEvent__P67670_mk(s); - s.tmp_1.arg0 = globals.left___67639; + s.tmp_1 = controller_Button_onEvent__P83554_mk(s); + s.tmp_1.arg0 = globals.left___83523; s.tmp_1.arg1 = 2053; s.tmp_1.arg2 = s.tmp_0; s.callLocIdx = 898; s.pc = 21; return s.tmp_1; case 21: r0 = s.retval; - r0 = pxsim_pxtcore_mkAction(1, inline__P75201); + r0 = pxsim_pxtcore_mkAction(1, inline__P91085); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - s.tmp_1 = controller_Button_onEvent__P67670_mk(s); - s.tmp_1.arg0 = globals.down___67642; + s.tmp_1 = controller_Button_onEvent__P83554_mk(s); + s.tmp_1.arg0 = globals.down___83526; s.tmp_1.arg1 = 2053; s.tmp_1.arg2 = s.tmp_0; s.callLocIdx = 902; s.pc = 22; return s.tmp_1; case 22: r0 = s.retval; - r0 = pxsim_pxtcore_mkAction(1, inline__P75217); + r0 = pxsim_pxtcore_mkAction(1, inline__P91101); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - s.tmp_1 = controller_Button_onEvent__P67670_mk(s); - s.tmp_1.arg0 = globals.right___67641; + s.tmp_1 = controller_Button_onEvent__P83554_mk(s); + s.tmp_1.arg0 = globals.right___83525; s.tmp_1.arg1 = 2053; s.tmp_1.arg2 = s.tmp_0; s.callLocIdx = 905; s.pc = 23; return s.tmp_1; case 23: r0 = s.retval; - r0 = pxsim_pxtcore_mkAction(1, inline__P75229); + r0 = pxsim_pxtcore_mkAction(1, inline__P91113); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - s.tmp_1 = game_onShade__P68305_mk(s); + s.tmp_1 = game_onShade__P84189_mk(s); s.tmp_1.arg0 = s.tmp_0; s.callLocIdx = 908; s.pc = 24; return s.tmp_1; case 24: r0 = s.retval; - s.tmp_0 = scene_systemMenu_PauseMenu_setSelection__P68384_mk(s); + s.tmp_0 = scene_systemMenu_PauseMenu_setSelection__P84268_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = 0; s.callLocIdx = 909; s.pc = 25; return s.tmp_0; @@ -20260,12 +20260,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_PauseMenu_show__P68382.info = {"start":3296,"length":2241,"line":123,"column":8,"endLine":181,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"show","argumentNames":["this"]} +scene_systemMenu_PauseMenu_show__P84266.info = {"start":3296,"length":2241,"line":123,"column":8,"endLine":181,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"show","argumentNames":["this"]} -function scene_systemMenu_PauseMenu_show__P68382_mk(s) { +function scene_systemMenu_PauseMenu_show__P84266_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_PauseMenu_show__P68382, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_PauseMenu_show__P84266, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -20292,8 +20292,8 @@ function scene_systemMenu_PauseMenu_show__P68382_mk(s) { tmp_22: undefined, tmp_23: undefined, tmp_24: undefined, - current___75057: undefined, - i___75058: undefined, + current___90941: undefined, + i___90942: undefined, arg0: undefined, } } @@ -20301,7 +20301,7 @@ function scene_systemMenu_PauseMenu_show__P68382_mk(s) { -function inline__P75121(s) { +function inline__P91005(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -20339,7 +20339,7 @@ switch (step) { { step = 5; continue; } case 3: case 4: - s.tmp_8 = scene_systemMenu_MenuOption_setState__P68378_mk(s); + s.tmp_8 = scene_systemMenu_MenuOption_setState__P84262_mk(s); r0 = s.caps[0].fields["options"]; s.tmp_9 = r0; r0 = s.caps[0].fields["selection"]; @@ -20355,12 +20355,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P75121.info = {"start":4025,"length":170,"line":140,"column":50,"endLine":143,"endColumn":13,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} +inline__P91005.info = {"start":4025,"length":170,"line":140,"column":50,"endLine":143,"endColumn":13,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} -function inline__P75121_mk(s) { +function inline__P91005_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P75121, depth: s.depth + 1, + parent: s, fn: inline__P91005, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -20379,7 +20379,7 @@ function inline__P75121_mk(s) { -function inline__P75141(s) { +function inline__P91025(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -20417,7 +20417,7 @@ switch (step) { { step = 5; continue; } case 3: case 4: - s.tmp_8 = scene_systemMenu_MenuOption_setState__P68378_mk(s); + s.tmp_8 = scene_systemMenu_MenuOption_setState__P84262_mk(s); r0 = s.caps[0].fields["options"]; s.tmp_9 = r0; r0 = s.caps[0].fields["selection"]; @@ -20441,12 +20441,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P75141.info = {"start":4247,"length":247,"line":145,"column":48,"endLine":149,"endColumn":13,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} +inline__P91025.info = {"start":4247,"length":247,"line":145,"column":48,"endLine":149,"endColumn":13,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} -function inline__P75141_mk(s) { +function inline__P91025_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P75141, depth: s.depth + 1, + parent: s, fn: inline__P91025, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -20465,7 +20465,7 @@ function inline__P75141_mk(s) { -function inline__P75170(s) { +function inline__P91054(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -20475,7 +20475,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = scene_systemMenu_closeMenu__P68387_mk(s); + s.tmp_0 = scene_systemMenu_closeMenu__P84271_mk(s); s.callLocIdx = 888; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; @@ -20483,12 +20483,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P75170.info = {"start":4548,"length":50,"line":151,"column":50,"endLine":153,"endColumn":13,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} +inline__P91054.info = {"start":4548,"length":50,"line":151,"column":50,"endLine":153,"endColumn":13,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} -function inline__P75170_mk(s) { +function inline__P91054_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P75170, depth: s.depth + 1, + parent: s, fn: inline__P91054, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, } } @@ -20497,7 +20497,7 @@ function inline__P75170_mk(s) { -function inline__P75175(s) { +function inline__P91059(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -20507,7 +20507,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = scene_systemMenu_closeMenu__P68387_mk(s); + s.tmp_0 = scene_systemMenu_closeMenu__P84271_mk(s); s.callLocIdx = 890; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; @@ -20515,12 +20515,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P75175.info = {"start":4655,"length":50,"line":155,"column":53,"endLine":157,"endColumn":13,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} +inline__P91059.info = {"start":4655,"length":50,"line":155,"column":53,"endLine":157,"endColumn":13,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} -function inline__P75175_mk(s) { +function inline__P91059_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P75175, depth: s.depth + 1, + parent: s, fn: inline__P91059, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, } } @@ -20529,7 +20529,7 @@ function inline__P75175_mk(s) { -function inline__P75180(s) { +function inline__P91064(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -20539,9 +20539,9 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = scene_systemMenu_PauseMenu_setSelection__P68384_mk(s); + s.tmp_0 = scene_systemMenu_PauseMenu_setSelection__P84268_mk(s); s.tmp_0.arg0 = s.caps[0]; - s.tmp_1 = Math_max__P65885_mk(s); + s.tmp_1 = Math_max__P81769_mk(s); s.tmp_1.arg0 = 0; r0 = s.caps[0].fields["selection"]; s.tmp_2 = r0; @@ -20572,12 +20572,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P75180.info = {"start":4760,"length":110,"line":159,"column":51,"endLine":161,"endColumn":13,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} +inline__P91064.info = {"start":4760,"length":110,"line":159,"column":51,"endLine":161,"endColumn":13,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} -function inline__P75180_mk(s) { +function inline__P91064_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P75180, depth: s.depth + 1, + parent: s, fn: inline__P91064, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -20590,7 +20590,7 @@ function inline__P75180_mk(s) { -function inline__P75192(s) { +function inline__P91076(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -20600,9 +20600,9 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = scene_systemMenu_PauseMenu_setSelection__P68384_mk(s); + s.tmp_0 = scene_systemMenu_PauseMenu_setSelection__P84268_mk(s); s.tmp_0.arg0 = s.caps[0]; - s.tmp_1 = Math_max__P65885_mk(s); + s.tmp_1 = Math_max__P81769_mk(s); s.tmp_1.arg0 = 0; r0 = s.caps[0].fields["selection"]; s.tmp_2 = r0; @@ -20619,12 +20619,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P75192.info = {"start":4927,"length":89,"line":163,"column":53,"endLine":165,"endColumn":13,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} +inline__P91076.info = {"start":4927,"length":89,"line":163,"column":53,"endLine":165,"endColumn":13,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} -function inline__P75192_mk(s) { +function inline__P91076_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P75192, depth: s.depth + 1, + parent: s, fn: inline__P91076, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -20635,7 +20635,7 @@ function inline__P75192_mk(s) { -function inline__P75201(s) { +function inline__P91085(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -20645,9 +20645,9 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = scene_systemMenu_PauseMenu_setSelection__P68384_mk(s); + s.tmp_0 = scene_systemMenu_PauseMenu_setSelection__P84268_mk(s); s.tmp_0.arg0 = s.caps[0]; - s.tmp_1 = Math_min__P65886_mk(s); + s.tmp_1 = Math_min__P81770_mk(s); r0 = s.caps[0].fields["options"]; s.tmp_3 = r0; r0 = pxsim_Array__length(s.tmp_3); @@ -20683,12 +20683,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P75201.info = {"start":5073,"length":132,"line":167,"column":53,"endLine":169,"endColumn":13,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} +inline__P91085.info = {"start":5073,"length":132,"line":167,"column":53,"endLine":169,"endColumn":13,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} -function inline__P75201_mk(s) { +function inline__P91085_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P75201, depth: s.depth + 1, + parent: s, fn: inline__P91085, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -20703,7 +20703,7 @@ function inline__P75201_mk(s) { -function inline__P75217(s) { +function inline__P91101(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -20713,9 +20713,9 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = scene_systemMenu_PauseMenu_setSelection__P68384_mk(s); + s.tmp_0 = scene_systemMenu_PauseMenu_setSelection__P84268_mk(s); s.tmp_0.arg0 = s.caps[0]; - s.tmp_1 = Math_min__P65886_mk(s); + s.tmp_1 = Math_min__P81770_mk(s); r0 = s.caps[0].fields["options"]; s.tmp_3 = r0; r0 = pxsim_Array__length(s.tmp_3); @@ -20737,12 +20737,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P75217.info = {"start":5263,"length":111,"line":171,"column":54,"endLine":173,"endColumn":13,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} +inline__P91101.info = {"start":5263,"length":111,"line":171,"column":54,"endLine":173,"endColumn":13,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} -function inline__P75217_mk(s) { +function inline__P91101_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P75217, depth: s.depth + 1, + parent: s, fn: inline__P91101, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -20755,7 +20755,7 @@ function inline__P75217_mk(s) { -function inline__P75229(s) { +function inline__P91113(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -20765,12 +20765,12 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = scene_systemMenu_PauseMenu_onUpdate__P68383_mk(s); + s.tmp_0 = scene_systemMenu_PauseMenu_onUpdate__P84267_mk(s); s.tmp_0.arg0 = s.caps[0]; s.callLocIdx = 906; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - s.tmp_0 = scene_systemMenu_PauseMenu_drawText__P68385_mk(s); + s.tmp_0 = scene_systemMenu_PauseMenu_drawText__P84269_mk(s); s.tmp_0.arg0 = s.caps[0]; s.callLocIdx = 907; s.pc = 2; return s.tmp_0; case 2: @@ -20779,12 +20779,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P75229.info = {"start":5403,"length":87,"line":175,"column":25,"endLine":178,"endColumn":13,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} +inline__P91113.info = {"start":5403,"length":87,"line":175,"column":25,"endLine":178,"endColumn":13,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":[]} -function inline__P75229_mk(s) { +function inline__P91113_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P75229, depth: s.depth + 1, + parent: s, fn: inline__P91113, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, } } @@ -20793,7 +20793,7 @@ function inline__P75229_mk(s) { -function scene_systemMenu_PauseMenu_drawText__P68385(s) { +function scene_systemMenu_PauseMenu_drawText__P84269(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -20808,7 +20808,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_systemMenu_PauseMenu__C68380_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_systemMenu_PauseMenu__C84264_VT)) failedCast(r0); r0 = s.arg0.fields["options"]; s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); @@ -20820,11 +20820,11 @@ switch (step) { { step = 3; continue; } case 1: case 2: - s.tmp_3 = helpers_imageFillRect__P67488_mk(s); - s.tmp_3.arg0 = globals.screen___67562; + s.tmp_3 = helpers_imageFillRect__P83372_mk(s); + s.tmp_3.arg0 = globals.screen___83446; s.tmp_3.arg1 = 0; s.tmp_3.arg2 = 0; - r0 = pxsim_ImageMethods.width(globals.screen___67562); + r0 = pxsim_ImageMethods.width(globals.screen___83446); s.tmp_3.arg3 = r0; s.tmp_5 = if_cardsTop_1_mk(s); r0 = s.arg0.fields["theme"]; @@ -20846,8 +20846,8 @@ switch (step) { s.callLocIdx = 921; s.pc = 4; return s.tmp_3; case 4: r0 = s.retval; - s.tmp_0 = helpers_imagePrintCenter__P67519_mk(s); - s.tmp_0.arg0 = globals.screen___67562; + s.tmp_0 = helpers_imagePrintCenter__P83403_mk(s); + s.tmp_0.arg0 = globals.screen___83446; s.tmp_1 = if_headerText_1_mk(s); r0 = s.arg0.fields["theme"]; s.tmp_1.arg0 = r0; @@ -20881,8 +20881,8 @@ switch (step) { s.callLocIdx = 924; s.pc = 6; return s.tmp_0; case 6: r0 = s.retval; - s.tmp_0 = helpers_imageFillRect__P67488_mk(s); - s.tmp_0.arg0 = globals.screen___67562; + s.tmp_0 = helpers_imageFillRect__P83372_mk(s); + s.tmp_0.arg0 = globals.screen___83446; s.tmp_0.arg1 = 0; s.tmp_2 = if_infoTop_1_mk(s); r0 = s.arg0.fields["theme"]; @@ -20900,9 +20900,9 @@ switch (step) { s.tmp_1 = r0; r0 = (s.tmp_1 - 3); s.tmp_0.arg2 = r0; - r0 = pxsim_ImageMethods.width(globals.screen___67562); + r0 = pxsim_ImageMethods.width(globals.screen___83446); s.tmp_0.arg3 = r0; - r0 = pxsim_ImageMethods.height(globals.screen___67562); + r0 = pxsim_ImageMethods.height(globals.screen___83446); s.tmp_4 = r0; s.tmp_6 = if_infoTop_1_mk(s); r0 = s.arg0.fields["theme"]; @@ -20926,8 +20926,8 @@ switch (step) { s.callLocIdx = 927; s.pc = 9; return s.tmp_0; case 9: r0 = s.retval; - s.tmp_0 = helpers_imageFillRect__P67488_mk(s); - s.tmp_0.arg0 = globals.screen___67562; + s.tmp_0 = helpers_imageFillRect__P83372_mk(s); + s.tmp_0.arg0 = globals.screen___83446; s.tmp_1 = if_padding_1_mk(s); r0 = s.arg0.fields["theme"]; s.tmp_1.arg0 = r0; @@ -20956,7 +20956,7 @@ switch (step) { case 14: r0 = s.retval; s.tmp_0.arg2 = r0; - r0 = pxsim_ImageMethods.width(globals.screen___67562); + r0 = pxsim_ImageMethods.width(globals.screen___83446); s.tmp_3 = r0; s.tmp_6 = if_padding_1_mk(s); r0 = s.arg0.fields["theme"]; @@ -21008,8 +21008,8 @@ switch (step) { s.callLocIdx = 933; s.pc = 12; return s.tmp_0; case 12: r0 = s.retval; - s.tmp_0 = helpers_imagePrintCenter__P67519_mk(s); - s.tmp_0.arg0 = globals.screen___67562; + s.tmp_0 = helpers_imagePrintCenter__P83403_mk(s); + s.tmp_0.arg0 = globals.screen___83446; s.tmp_1 = if_getText_1_mk(s); r0 = s.arg0.fields["options"]; s.tmp_2 = r0; @@ -21068,12 +21068,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_PauseMenu_drawText__P68385.info = {"start":6927,"length":795,"line":224,"column":8,"endLine":241,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"drawText","argumentNames":["this"]} +scene_systemMenu_PauseMenu_drawText__P84269.info = {"start":6927,"length":795,"line":224,"column":8,"endLine":241,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"drawText","argumentNames":["this"]} -function scene_systemMenu_PauseMenu_drawText__P68385_mk(s) { +function scene_systemMenu_PauseMenu_drawText__P84269_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_PauseMenu_drawText__P68385, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_PauseMenu_drawText__P84269, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -21092,7 +21092,7 @@ function scene_systemMenu_PauseMenu_drawText__P68385_mk(s) { -function helpers_imagePrintCenter__P67519(s) { +function helpers_imagePrintCenter__P83403(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -21102,8 +21102,8 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.w___75316 = undefined; - s.x___75322 = undefined; + s.w___91200 = undefined; + s.x___91206 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -21118,7 +21118,7 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - s.tmp_2 = image_getFontForText__P67507_mk(s); + s.tmp_2 = image_getFontForText__P83391_mk(s); s.tmp_2.arg0 = s.arg1; s.callLocIdx = 95; s.pc = 3; return s.tmp_2; case 3: @@ -21142,17 +21142,17 @@ switch (step) { r0 = s.retval; s.tmp_1 = r0; r0 = (s.tmp_0 * s.tmp_1); - s.w___75316 = (r0); + s.w___91200 = (r0); r0 = pxsim_ImageMethods.width(s.arg0); s.tmp_1 = r0; - r0 = (s.tmp_1 - s.w___75316); + r0 = (s.tmp_1 - s.w___91200); s.tmp_0 = r0; r0 = (s.tmp_0 / 2); - s.x___75322 = (r0); - s.tmp_0 = helpers_imagePrint__P67520_mk(s); + s.x___91206 = (r0); + s.tmp_0 = helpers_imagePrint__P83404_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; - s.tmp_0.arg2 = s.x___75322; + s.tmp_0.arg2 = s.x___91206; s.tmp_0.arg3 = s.arg2; s.tmp_0.arg4 = s.arg3; s.tmp_0.arg5 = s.arg4; @@ -21164,18 +21164,18 @@ switch (step) { return leave(s, r0) default: oops() } } } -helpers_imagePrintCenter__P67519.info = {"start":15025,"length":295,"line":206,"column":4,"endLine":211,"endColumn":5,"fileName":"pxt_modules/screen/text.ts","functionName":"imagePrintCenter","argumentNames":["img","text","y","color","font"]} +helpers_imagePrintCenter__P83403.info = {"start":15025,"length":295,"line":206,"column":4,"endLine":211,"endColumn":5,"fileName":"pxt_modules/screen/text.ts","functionName":"imagePrintCenter","argumentNames":["img","text","y","color","font"]} -function helpers_imagePrintCenter__P67519_mk(s) { +function helpers_imagePrintCenter__P83403_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_imagePrintCenter__P67519, depth: s.depth + 1, + parent: s, fn: helpers_imagePrintCenter__P83403, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - w___75316: undefined, - x___75322: undefined, + w___91200: undefined, + x___91206: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -21187,7 +21187,7 @@ function helpers_imagePrintCenter__P67519_mk(s) { -function scene_systemMenu_PauseMenu_setSelection__P68384(s) { +function scene_systemMenu_PauseMenu_setSelection__P84268(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -21203,7 +21203,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_systemMenu_PauseMenu__C68380_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_systemMenu_PauseMenu__C84264_VT)) failedCast(r0); r0 = s.arg0.fields["options"]; s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); @@ -21223,7 +21223,7 @@ switch (step) { s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 3; continue; } - s.tmp_6 = scene_systemMenu_MenuOption_setState__P68378_mk(s); + s.tmp_6 = scene_systemMenu_MenuOption_setState__P84262_mk(s); r0 = s.arg0.fields["options"]; s.tmp_7 = r0; r0 = s.arg0.fields["selection"]; @@ -21245,9 +21245,9 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 7; continue; } - s.tmp_4 = controller_Button__C67663_v0_1_mk(s); - s.tmp_4.arg0 = globals.A___67637; - if (!checkSubtype(s.tmp_4.arg0, controller_Button__C67663_VT)) failedCast(s.tmp_4.arg0); + s.tmp_4 = controller_Button__C83547_v0_1_mk(s); + s.tmp_4.arg0 = globals.A___83521; + if (!checkSubtype(s.tmp_4.arg0, controller_Button__C83547_VT)) failedCast(s.tmp_4.arg0); s.tmp_4.fn = s.tmp_4.arg0.vtable.methods.isPressed; s.pc = 11; return s.tmp_4; case 11: @@ -21262,7 +21262,7 @@ switch (step) { case 6: // jmp value (already in r0) s.tmp_5 = r0; - s.tmp_6 = scene_systemMenu_MenuOption_setState__P68378_mk(s); + s.tmp_6 = scene_systemMenu_MenuOption_setState__P84262_mk(s); r0 = s.arg0.fields["options"]; s.tmp_7 = r0; r0 = s.arg0.fields["selection"]; @@ -21275,7 +21275,7 @@ switch (step) { r0 = s.retval; case 7: case 8: - s.tmp_0 = scene_systemMenu_PauseMenu_updateScrollTarget__P69891_mk(s); + s.tmp_0 = scene_systemMenu_PauseMenu_updateScrollTarget__P85775_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 919; s.pc = 13; return s.tmp_0; case 13: @@ -21285,12 +21285,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_PauseMenu_setSelection__P68384.info = {"start":6436,"length":481,"line":208,"column":8,"endLine":222,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"setSelection","argumentNames":["this","selection"]} +scene_systemMenu_PauseMenu_setSelection__P84268.info = {"start":6436,"length":481,"line":208,"column":8,"endLine":222,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"setSelection","argumentNames":["this","selection"]} -function scene_systemMenu_PauseMenu_setSelection__P68384_mk(s) { +function scene_systemMenu_PauseMenu_setSelection__P84268_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_PauseMenu_setSelection__P68384, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_PauseMenu_setSelection__P84268, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -21309,7 +21309,7 @@ function scene_systemMenu_PauseMenu_setSelection__P68384_mk(s) { -function scene_systemMenu_PauseMenu_updateScrollTarget__P69891(s) { +function scene_systemMenu_PauseMenu_updateScrollTarget__P85775(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -21319,13 +21319,13 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.row___75533 = undefined; + s.row___91417 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_systemMenu_PauseMenu__C68380_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_systemMenu_PauseMenu__C84264_VT)) failedCast(r0); r0 = s.arg0.fields["selection"]; s.tmp_0 = r0; s.tmp_2 = if_cardsPerRow_1_mk(s); @@ -21343,17 +21343,17 @@ switch (step) { r0 = s.retval; s.tmp_1 = r0; r0 = pxsim.Math_.idiv(s.tmp_0, s.tmp_1); - s.row___75533 = (r0); + s.row___91417 = (r0); r0 = s.arg0.fields["scrollRow"]; s.tmp_1 = r0; - r0 = (s.row___75533 === s.tmp_1); + r0 = (s.row___91417 === s.tmp_1); s.tmp_0 = r0; r0 = pxsim_numops_toBool(s.tmp_0); if (!r0) { step = 1; continue; } r0 = s.tmp_0; { step = 2; continue; } case 1: - r0 = (s.row___75533 - 1); + r0 = (s.row___91417 - 1); s.tmp_2 = r0; r0 = s.arg0.fields["scrollRow"]; s.tmp_3 = r0; @@ -21368,7 +21368,7 @@ switch (step) { case 4: r0 = s.arg0.fields["scrollRow"]; s.tmp_6 = r0; - r0 = (s.row___75533 > s.tmp_6); + r0 = (s.row___91417 > s.tmp_6); s.tmp_5 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_5); if (!r0) { step = 5; continue; } @@ -21428,12 +21428,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_PauseMenu_updateScrollTarget__P69891.info = {"start":7907,"length":458,"line":250,"column":8,"endLine":260,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"updateScrollTarget","argumentNames":["this"]} +scene_systemMenu_PauseMenu_updateScrollTarget__P85775.info = {"start":7907,"length":458,"line":250,"column":8,"endLine":260,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"updateScrollTarget","argumentNames":["this"]} -function scene_systemMenu_PauseMenu_updateScrollTarget__P69891_mk(s) { +function scene_systemMenu_PauseMenu_updateScrollTarget__P85775_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_PauseMenu_updateScrollTarget__P69891, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_PauseMenu_updateScrollTarget__P85775, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -21445,7 +21445,7 @@ function scene_systemMenu_PauseMenu_updateScrollTarget__P69891_mk(s) { tmp_7: undefined, tmp_8: undefined, tmp_9: undefined, - row___75533: undefined, + row___91417: undefined, arg0: undefined, } } @@ -21453,7 +21453,7 @@ function scene_systemMenu_PauseMenu_updateScrollTarget__P69891_mk(s) { -function scene_systemMenu_PauseMenu_onUpdate__P68383(s) { +function scene_systemMenu_PauseMenu_onUpdate__P84267(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -21463,22 +21463,22 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.t___75338 = undefined; - s.i___75342 = undefined; - s.dt___75371 = undefined; + s.t___91222 = undefined; + s.i___91226 = undefined; + s.dt___91255 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_systemMenu_PauseMenu__C68380_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_systemMenu_PauseMenu__C84264_VT)) failedCast(r0); r0 = pxsim.control.millis(); s.tmp_0 = r0; r0 = (s.tmp_0 / 250); - s.t___75338 = (r0); - s.i___75342 = (0); + s.t___91222 = (r0); + s.i___91226 = (0); case 1: - s.tmp_1 = r0 = s.i___75342; + s.tmp_1 = r0 = s.i___91226; r0 = s.arg0.fields["options"]; s.tmp_3 = r0; r0 = pxsim_Array__length(s.tmp_3); @@ -21487,13 +21487,13 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 2; continue; } - s.tmp_4 = scene_systemMenu_MenuOption_setOffset__P68376_mk(s); + s.tmp_4 = scene_systemMenu_MenuOption_setOffset__P84260_mk(s); r0 = s.arg0.fields["options"]; s.tmp_5 = r0; - r0 = pxsim_Array__getAt(s.tmp_5, s.i___75342); + r0 = pxsim_Array__getAt(s.tmp_5, s.i___91226); s.tmp_4.arg0 = r0; - s.tmp_8 = r0 = s.t___75338; - s.tmp_11 = r0 = s.i___75342; + s.tmp_8 = r0 = s.t___91222; + s.tmp_11 = r0 = s.i___91226; s.tmp_13 = if_cardsPerRow_1_mk(s); r0 = s.arg0.fields["theme"]; s.tmp_13.arg0 = r0; @@ -21521,11 +21521,11 @@ switch (step) { s.callLocIdx = 911; s.pc = 10; return s.tmp_4; case 10: r0 = s.retval; - r0 = (s.i___75342 + 1); - s.i___75342 = (r0); + r0 = (s.i___91226 + 1); + s.i___91226 = (r0); { step = 1; continue; } case 2: - s.tmp_1 = game_currentScene__P68290_mk(s); + s.tmp_1 = game_currentScene__P84174_mk(s); s.callLocIdx = 912; s.pc = 12; return s.tmp_1; case 12: r0 = s.retval; @@ -21534,7 +21534,7 @@ switch (step) { r0 = s.tmp_0.fields["deltaTimeMillis"]; s.tmp_2 = r0; r0 = (s.tmp_2 / 1000); - s.dt___75371 = (r0); + s.dt___91255 = (r0); r0 = s.arg0.fields["scrollOffset"]; s.tmp_1 = r0; r0 = s.arg0.fields["scrollTarget"]; @@ -21546,7 +21546,7 @@ switch (step) { s.tmp_3 = r0 = s.arg0; r0 = s.tmp_3.fields["scrollOffset"]; s.tmp_5 = r0; - r0 = (s.dt___75371 * 100); + r0 = (s.dt___91255 * 100); s.tmp_6 = r0; r0 = (s.tmp_5 + s.tmp_6); s.tmp_4 = r0; @@ -21564,7 +21564,7 @@ switch (step) { s.tmp_3 = r0 = s.arg0; r0 = s.tmp_3.fields["scrollOffset"]; s.tmp_5 = r0; - r0 = (s.dt___75371 * 100); + r0 = (s.dt___91255 * 100); s.tmp_6 = r0; r0 = (s.tmp_5 - s.tmp_6); s.tmp_4 = r0; @@ -21574,7 +21574,7 @@ switch (step) { { step = 9; continue; } case 5: case 6: - s.tmp_2 = Math_abs__P65883_mk(s); + s.tmp_2 = Math_abs__P81767_mk(s); r0 = s.arg0.fields["scrollOffset"]; s.tmp_3 = r0; r0 = s.arg0.fields["scrollTarget"]; @@ -21594,8 +21594,8 @@ switch (step) { r0 = (s.arg0).fields["scrollOffset"] = (s.tmp_5); case 7: case 8: - s.tmp_0 = scene_Camera_offsetY__P68126_mk(s); - s.tmp_1 = game_currentScene__P68290_mk(s); + s.tmp_0 = scene_Camera_offsetY__P84010_mk(s); + s.tmp_1 = game_currentScene__P84174_mk(s); s.callLocIdx = 915; s.pc = 15; return s.tmp_1; case 15: r0 = s.retval; @@ -21611,12 +21611,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_PauseMenu_onUpdate__P68383.info = {"start":5547,"length":879,"line":183,"column":8,"endLine":206,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"onUpdate","argumentNames":["this"]} +scene_systemMenu_PauseMenu_onUpdate__P84267.info = {"start":5547,"length":879,"line":183,"column":8,"endLine":206,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"onUpdate","argumentNames":["this"]} -function scene_systemMenu_PauseMenu_onUpdate__P68383_mk(s) { +function scene_systemMenu_PauseMenu_onUpdate__P84267_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_PauseMenu_onUpdate__P68383, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_PauseMenu_onUpdate__P84267, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -21632,9 +21632,9 @@ function scene_systemMenu_PauseMenu_onUpdate__P68383_mk(s) { tmp_11: undefined, tmp_12: undefined, tmp_13: undefined, - t___75338: undefined, - i___75342: undefined, - dt___75371: undefined, + t___91222: undefined, + i___91226: undefined, + dt___91255: undefined, arg0: undefined, } } @@ -21642,7 +21642,7 @@ function scene_systemMenu_PauseMenu_onUpdate__P68383_mk(s) { -function scene_systemMenu_MenuOption_setOffset__P68376(s) { +function scene_systemMenu_MenuOption_setOffset__P84260(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -21658,8 +21658,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_systemMenu_MenuOption__C68372_VT)) failedCast(r0); - s.tmp_0 = Sprite_top__P67831_mk(s); + if (!checkSubtype(r0, scene_systemMenu_MenuOption__C84256_VT)) failedCast(r0); + s.tmp_0 = Sprite_top__P83715_mk(s); r0 = s.arg0.fields["card"]; s.tmp_0.arg0 = r0; r0 = s.arg0.fields["top"]; @@ -21669,10 +21669,10 @@ switch (step) { s.callLocIdx = 853; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - s.tmp_0 = Sprite_y__P67792_mk(s); + s.tmp_0 = Sprite_y__P83676_mk(s); r0 = s.arg0.fields["icon"]; s.tmp_0.arg0 = r0; - s.tmp_1 = Sprite_y__P67791_mk(s); + s.tmp_1 = Sprite_y__P83675_mk(s); r0 = s.arg0.fields["card"]; s.tmp_1.arg0 = r0; s.callLocIdx = 854; s.pc = 3; return s.tmp_1; @@ -21686,12 +21686,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_MenuOption_setOffset__P68376.info = {"start":1411,"length":123,"line":61,"column":8,"endLine":64,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"setOffset","argumentNames":["this","offset"]} +scene_systemMenu_MenuOption_setOffset__P84260.info = {"start":1411,"length":123,"line":61,"column":8,"endLine":64,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"setOffset","argumentNames":["this","offset"]} -function scene_systemMenu_MenuOption_setOffset__P68376_mk(s) { +function scene_systemMenu_MenuOption_setOffset__P84260_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_MenuOption_setOffset__P68376, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_MenuOption_setOffset__P84260, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -21703,7 +21703,7 @@ function scene_systemMenu_MenuOption_setOffset__P68376_mk(s) { -function Sprite_top__P67831(s) { +function Sprite_top__P83715(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -21713,22 +21713,22 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.physics___75447 = undefined; + s.physics___91331 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); - s.tmp_0 = game_currentScene__P68290_mk(s); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 275; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; r0 = r0.fields["physicsEngine"]; - s.physics___75447 = (r0); - s.tmp_0 = PhysicsEngine__C67923_v2_4_mk(s); - s.tmp_0.arg0 = s.physics___75447; + s.physics___91331 = (r0); + s.tmp_0 = PhysicsEngine__C83807_v2_4_mk(s); + s.tmp_0.arg0 = s.physics___91331; s.tmp_0.arg1 = s.arg0; s.tmp_0.arg2 = 0; r0 = (s.arg1 * 256); @@ -21739,7 +21739,7 @@ switch (step) { s.tmp_3 = r0; r0 = (s.tmp_1 - s.tmp_3); s.tmp_0.arg3 = r0; - if (!checkSubtype(s.tmp_0.arg0, PhysicsEngine__C67923_VT)) failedCast(s.tmp_0.arg0); + if (!checkSubtype(s.tmp_0.arg0, PhysicsEngine__C83807_VT)) failedCast(s.tmp_0.arg0); s.tmp_0.fn = s.tmp_0.arg0.vtable.methods.moveSprite; s.pc = 2; return s.tmp_0; case 2: @@ -21748,18 +21748,18 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_top__P67831.info = {"start":9912,"length":256,"line":359,"column":4,"endLine":369,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"top","argumentNames":["this","value"]} +Sprite_top__P83715.info = {"start":9912,"length":256,"line":359,"column":4,"endLine":369,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"top","argumentNames":["this","value"]} -function Sprite_top__P67831_mk(s) { +function Sprite_top__P83715_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_top__P67831, depth: s.depth + 1, + parent: s, fn: Sprite_top__P83715, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, - physics___75447: undefined, + physics___91331: undefined, arg0: undefined, arg1: undefined, } } @@ -21768,7 +21768,7 @@ function Sprite_top__P67831_mk(s) { -function PhysicsEngine_moveSprite__P67927(s) { +function PhysicsEngine_moveSprite__P83811(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -21786,17 +21786,17 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, PhysicsEngine__C67923_VT)) failedCast(r0); + if (!checkSubtype(r0, PhysicsEngine__C83807_VT)) failedCast(r0); r0 = undefined; return leave(s, r0) default: oops() } } } -PhysicsEngine_moveSprite__P67927.info = {"start":230,"length":43,"line":13,"column":4,"endLine":13,"endColumn":47,"fileName":"pxt_modules/game/physics.ts","functionName":"moveSprite","argumentNames":["this","s","dx","dy"]} +PhysicsEngine_moveSprite__P83811.info = {"start":230,"length":43,"line":13,"column":4,"endLine":13,"endColumn":47,"fileName":"pxt_modules/game/physics.ts","functionName":"moveSprite","argumentNames":["this","s","dx","dy"]} -function PhysicsEngine_moveSprite__P67927_mk(s) { +function PhysicsEngine_moveSprite__P83811_mk(s) { checkStack(s.depth); return { - parent: s, fn: PhysicsEngine_moveSprite__P67927, depth: s.depth + 1, + parent: s, fn: PhysicsEngine_moveSprite__P83811, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -21808,7 +21808,7 @@ function PhysicsEngine_moveSprite__P67927_mk(s) { -function Sprite_top__P67830(s) { +function Sprite_top__P83714(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -21823,20 +21823,20 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["_y"]; s.tmp_0 = r0; r0 = (s.tmp_0 / 256); return leaveAccessor(s, r0) default: oops() } } } -Sprite_top__P67830.info = {"start":9769,"length":53,"line":354,"column":4,"endLine":356,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"top","argumentNames":["this"]} -Sprite_top__P67830.isGetter = true; +Sprite_top__P83714.info = {"start":9769,"length":53,"line":354,"column":4,"endLine":356,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"top","argumentNames":["this"]} +Sprite_top__P83714.isGetter = true; -function Sprite_top__P67830_mk(s) { +function Sprite_top__P83714_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_top__P67830, depth: s.depth + 1, + parent: s, fn: Sprite_top__P83714, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -21846,7 +21846,7 @@ function Sprite_top__P67830_mk(s) { -function Sprite_y__P67792(s) { +function Sprite_y__P83676(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -21862,8 +21862,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); - s.tmp_0 = Sprite_top__P67831_mk(s); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); + s.tmp_0 = Sprite_top__P83715_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_1 = r0 = s.arg1; r0 = s.arg0.fields["_image"]; @@ -21881,12 +21881,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_y__P67792.info = {"start":2201,"length":72,"line":90,"column":4,"endLine":92,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"y","argumentNames":["this","v"]} +Sprite_y__P83676.info = {"start":2201,"length":72,"line":90,"column":4,"endLine":92,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"y","argumentNames":["this","v"]} -function Sprite_y__P67792_mk(s) { +function Sprite_y__P83676_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_y__P67792, depth: s.depth + 1, + parent: s, fn: Sprite_y__P83676, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -21901,7 +21901,7 @@ function Sprite_y__P67792_mk(s) { -function scene_systemMenu_MenuOption_setState__P68378(s) { +function scene_systemMenu_MenuOption_setState__P84262(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -21917,7 +21917,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_systemMenu_MenuOption__C68372_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_systemMenu_MenuOption__C84256_VT)) failedCast(r0); r0 = s.arg0.fields["state"]; s.tmp_1 = r0; r0 = (s.tmp_1 === s.arg1); @@ -21928,7 +21928,7 @@ switch (step) { case 1: case 2: r0 = (s.arg0).fields["state"] = (s.arg1); - s.tmp_0 = scene_systemMenu_MenuOption_updateCard__P69890_mk(s); + s.tmp_0 = scene_systemMenu_MenuOption_updateCard__P85774_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 857; s.pc = 4; return s.tmp_0; case 4: @@ -21938,12 +21938,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_MenuOption_setState__P68378.info = {"start":1655,"length":147,"line":71,"column":8,"endLine":75,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"setState","argumentNames":["this","state"]} +scene_systemMenu_MenuOption_setState__P84262.info = {"start":1655,"length":147,"line":71,"column":8,"endLine":75,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"setState","argumentNames":["this","state"]} -function scene_systemMenu_MenuOption_setState__P68378_mk(s) { +function scene_systemMenu_MenuOption_setState__P84262_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_MenuOption_setState__P68378, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_MenuOption_setState__P84262, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -21955,7 +21955,7 @@ function scene_systemMenu_MenuOption_setState__P68378_mk(s) { -function scene_systemMenu_MenuOption_updateCard__P69890(s) { +function scene_systemMenu_MenuOption_updateCard__P85774(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -21970,7 +21970,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_systemMenu_MenuOption__C68372_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_systemMenu_MenuOption__C84256_VT)) failedCast(r0); r0 = s.arg0.fields["theme"]; s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); @@ -21993,7 +21993,7 @@ switch (step) { r0 = s.tmp_3; { step = 6; continue; } case 3: - s.tmp_4 = Sprite_setImage__P67820_mk(s); + s.tmp_4 = Sprite_setImage__P83704_mk(s); r0 = s.arg0.fields["card"]; s.tmp_4.arg0 = r0; s.tmp_5 = if_basicCard_1_mk(s); @@ -22015,7 +22015,7 @@ switch (step) { r0 = s.retval; { step = 6; continue; } case 4: - s.tmp_0 = Sprite_setImage__P67820_mk(s); + s.tmp_0 = Sprite_setImage__P83704_mk(s); r0 = s.arg0.fields["card"]; s.tmp_0.arg0 = r0; s.tmp_1 = if_selectedCard_1_mk(s); @@ -22037,7 +22037,7 @@ switch (step) { r0 = s.retval; { step = 6; continue; } case 5: - s.tmp_0 = Sprite_setImage__P67820_mk(s); + s.tmp_0 = Sprite_setImage__P83704_mk(s); r0 = s.arg0.fields["card"]; s.tmp_0.arg0 = r0; s.tmp_1 = if_activeCard_1_mk(s); @@ -22058,10 +22058,10 @@ switch (step) { case 12: r0 = s.retval; case 6: - s.tmp_0 = Sprite_x__P67790_mk(s); + s.tmp_0 = Sprite_x__P83674_mk(s); r0 = s.arg0.fields["icon"]; s.tmp_0.arg0 = r0; - s.tmp_1 = Sprite_x__P67789_mk(s); + s.tmp_1 = Sprite_x__P83673_mk(s); r0 = s.arg0.fields["card"]; s.tmp_1.arg0 = r0; s.callLocIdx = 866; s.pc = 15; return s.tmp_1; @@ -22071,10 +22071,10 @@ switch (step) { s.callLocIdx = 867; s.pc = 14; return s.tmp_0; case 14: r0 = s.retval; - s.tmp_0 = Sprite_y__P67792_mk(s); + s.tmp_0 = Sprite_y__P83676_mk(s); r0 = s.arg0.fields["icon"]; s.tmp_0.arg0 = r0; - s.tmp_1 = Sprite_y__P67791_mk(s); + s.tmp_1 = Sprite_y__P83675_mk(s); r0 = s.arg0.fields["card"]; s.tmp_1.arg0 = r0; s.callLocIdx = 868; s.pc = 17; return s.tmp_1; @@ -22089,12 +22089,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_MenuOption_updateCard__P69890.info = {"start":2038,"length":497,"line":86,"column":8,"endLine":97,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"updateCard","argumentNames":["this"]} +scene_systemMenu_MenuOption_updateCard__P85774.info = {"start":2038,"length":497,"line":86,"column":8,"endLine":97,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"updateCard","argumentNames":["this"]} -function scene_systemMenu_MenuOption_updateCard__P69890_mk(s) { +function scene_systemMenu_MenuOption_updateCard__P85774_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_MenuOption_updateCard__P69890, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_MenuOption_updateCard__P85774, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -22109,7 +22109,7 @@ function scene_systemMenu_MenuOption_updateCard__P69890_mk(s) { -function Sprite_x__P67790(s) { +function Sprite_x__P83674(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -22125,8 +22125,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); - s.tmp_0 = Sprite_left__P67827_mk(s); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); + s.tmp_0 = Sprite_left__P83711_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_1 = r0 = s.arg1; r0 = s.arg0.fields["_image"]; @@ -22144,12 +22144,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_x__P67790.info = {"start":1852,"length":72,"line":79,"column":4,"endLine":81,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"x","argumentNames":["this","v"]} +Sprite_x__P83674.info = {"start":1852,"length":72,"line":79,"column":4,"endLine":81,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"x","argumentNames":["this","v"]} -function Sprite_x__P67790_mk(s) { +function Sprite_x__P83674_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_x__P67790, depth: s.depth + 1, + parent: s, fn: Sprite_x__P83674, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -22164,7 +22164,7 @@ function Sprite_x__P67790_mk(s) { -function Sprite_left__P67827(s) { +function Sprite_left__P83711(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -22174,22 +22174,22 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.physics___76297 = undefined; + s.physics___92181 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); - s.tmp_0 = game_currentScene__P68290_mk(s); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 267; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; r0 = r0.fields["physicsEngine"]; - s.physics___76297 = (r0); - s.tmp_0 = PhysicsEngine__C67923_v2_4_mk(s); - s.tmp_0.arg0 = s.physics___76297; + s.physics___92181 = (r0); + s.tmp_0 = PhysicsEngine__C83807_v2_4_mk(s); + s.tmp_0.arg0 = s.physics___92181; s.tmp_0.arg1 = s.arg0; r0 = (s.arg1 * 256); s.tmp_2 = r0; @@ -22200,7 +22200,7 @@ switch (step) { r0 = (s.tmp_1 - s.tmp_3); s.tmp_0.arg2 = r0; s.tmp_0.arg3 = 0; - if (!checkSubtype(s.tmp_0.arg0, PhysicsEngine__C67923_VT)) failedCast(s.tmp_0.arg0); + if (!checkSubtype(s.tmp_0.arg0, PhysicsEngine__C83807_VT)) failedCast(s.tmp_0.arg0); s.tmp_0.fn = s.tmp_0.arg0.vtable.methods.moveSprite; s.pc = 2; return s.tmp_0; case 2: @@ -22209,18 +22209,18 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_left__P67827.info = {"start":9108,"length":257,"line":329,"column":4,"endLine":339,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"left","argumentNames":["this","value"]} +Sprite_left__P83711.info = {"start":9108,"length":257,"line":329,"column":4,"endLine":339,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"left","argumentNames":["this","value"]} -function Sprite_left__P67827_mk(s) { +function Sprite_left__P83711_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_left__P67827, depth: s.depth + 1, + parent: s, fn: Sprite_left__P83711, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, - physics___76297: undefined, + physics___92181: undefined, arg0: undefined, arg1: undefined, } } @@ -22229,7 +22229,7 @@ function Sprite_left__P67827_mk(s) { -function Sprite_left__P67826(s) { +function Sprite_left__P83710(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -22244,20 +22244,20 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["_x"]; s.tmp_0 = r0; r0 = (s.tmp_0 / 256); return leaveAccessor(s, r0) default: oops() } } } -Sprite_left__P67826.info = {"start":8964,"length":53,"line":324,"column":4,"endLine":326,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"left","argumentNames":["this"]} -Sprite_left__P67826.isGetter = true; +Sprite_left__P83710.info = {"start":8964,"length":53,"line":324,"column":4,"endLine":326,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"left","argumentNames":["this"]} +Sprite_left__P83710.isGetter = true; -function Sprite_left__P67826_mk(s) { +function Sprite_left__P83710_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_left__P67826, depth: s.depth + 1, + parent: s, fn: Sprite_left__P83710, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -22267,7 +22267,7 @@ function Sprite_left__P67826_mk(s) { -function scene_systemMenu_MenuOption_setTheme__P68377(s) { +function scene_systemMenu_MenuOption_setTheme__P84261(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -22283,9 +22283,9 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_systemMenu_MenuOption__C68372_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_systemMenu_MenuOption__C84256_VT)) failedCast(r0); r0 = (s.arg0).fields["theme"] = (s.arg1); - s.tmp_0 = scene_systemMenu_MenuOption_updateCard__P69890_mk(s); + s.tmp_0 = scene_systemMenu_MenuOption_updateCard__P85774_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 856; s.pc = 1; return s.tmp_0; case 1: @@ -22294,12 +22294,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_MenuOption_setTheme__P68377.info = {"start":1544,"length":101,"line":66,"column":8,"endLine":69,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"setTheme","argumentNames":["this","theme"]} +scene_systemMenu_MenuOption_setTheme__P84261.info = {"start":1544,"length":101,"line":66,"column":8,"endLine":69,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"setTheme","argumentNames":["this","theme"]} -function scene_systemMenu_MenuOption_setTheme__P68377_mk(s) { +function scene_systemMenu_MenuOption_setTheme__P84261_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_MenuOption_setTheme__P68377, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_MenuOption_setTheme__P84261, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -22310,7 +22310,7 @@ function scene_systemMenu_MenuOption_setTheme__P68377_mk(s) { -function scene_systemMenu_MenuOption_position__P68375(s) { +function scene_systemMenu_MenuOption_position__P84259(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -22327,26 +22327,26 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_systemMenu_MenuOption__C68372_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_systemMenu_MenuOption__C84256_VT)) failedCast(r0); r0 = (s.arg0).fields["top"] = (s.arg2); - s.tmp_0 = Sprite_left__P67827_mk(s); + s.tmp_0 = Sprite_left__P83711_mk(s); r0 = s.arg0.fields["card"]; s.tmp_0.arg0 = r0; s.tmp_0.arg1 = s.arg1; s.callLocIdx = 847; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - s.tmp_0 = Sprite_top__P67831_mk(s); + s.tmp_0 = Sprite_top__P83715_mk(s); r0 = s.arg0.fields["card"]; s.tmp_0.arg0 = r0; s.tmp_0.arg1 = s.arg2; s.callLocIdx = 848; s.pc = 2; return s.tmp_0; case 2: r0 = s.retval; - s.tmp_0 = Sprite_x__P67790_mk(s); + s.tmp_0 = Sprite_x__P83674_mk(s); r0 = s.arg0.fields["icon"]; s.tmp_0.arg0 = r0; - s.tmp_1 = Sprite_x__P67789_mk(s); + s.tmp_1 = Sprite_x__P83673_mk(s); r0 = s.arg0.fields["card"]; s.tmp_1.arg0 = r0; s.callLocIdx = 849; s.pc = 4; return s.tmp_1; @@ -22356,10 +22356,10 @@ switch (step) { s.callLocIdx = 850; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; - s.tmp_0 = Sprite_y__P67792_mk(s); + s.tmp_0 = Sprite_y__P83676_mk(s); r0 = s.arg0.fields["icon"]; s.tmp_0.arg0 = r0; - s.tmp_1 = Sprite_y__P67791_mk(s); + s.tmp_1 = Sprite_y__P83675_mk(s); r0 = s.arg0.fields["card"]; s.tmp_1.arg0 = r0; s.callLocIdx = 851; s.pc = 6; return s.tmp_1; @@ -22373,12 +22373,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_MenuOption_position__P68375.info = {"start":1178,"length":223,"line":51,"column":8,"endLine":59,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"position","argumentNames":["this","left","top"]} +scene_systemMenu_MenuOption_position__P84259.info = {"start":1178,"length":223,"line":51,"column":8,"endLine":59,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"position","argumentNames":["this","left","top"]} -function scene_systemMenu_MenuOption_position__P68375_mk(s) { +function scene_systemMenu_MenuOption_position__P84259_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_MenuOption_position__P68375, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_MenuOption_position__P84259, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -22391,7 +22391,7 @@ function scene_systemMenu_MenuOption_position__P68375_mk(s) { -function scene_systemMenu_MenuOption_show__P68374(s) { +function scene_systemMenu_MenuOption_show__P84258(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -22406,7 +22406,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_systemMenu_MenuOption__C68372_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_systemMenu_MenuOption__C84256_VT)) failedCast(r0); r0 = s.arg0.fields["theme"]; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); @@ -22426,12 +22426,12 @@ switch (step) { r0 = s.retval; { step = 2; continue; } case 1: - r0 = globals.CARD_NORMAL___68396; + r0 = globals.CARD_NORMAL___84280; case 2: // jmp value (already in r0) s.tmp_2 = r0; s.tmp_3 = r0 = s.arg0; - s.tmp_5 = sprites_create__P67734_mk(s); + s.tmp_5 = sprites_create__P83618_mk(s); s.tmp_5.arg0 = s.tmp_2; s.tmp_5.arg1 = undefined; s.callLocIdx = 843; s.pc = 4; return s.tmp_5; @@ -22454,7 +22454,7 @@ switch (step) { case 5: r0 = s.retval; s.tmp_0 = r0 = s.arg0; - s.tmp_2 = sprites_create__P67734_mk(s); + s.tmp_2 = sprites_create__P83618_mk(s); r0 = s.arg0.fields["iconImage"]; s.tmp_2.arg0 = r0; s.tmp_2.arg1 = undefined; @@ -22482,12 +22482,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_MenuOption_show__P68374.info = {"start":904,"length":264,"line":41,"column":8,"endLine":49,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"show","argumentNames":["this"]} +scene_systemMenu_MenuOption_show__P84258.info = {"start":904,"length":264,"line":41,"column":8,"endLine":49,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"show","argumentNames":["this"]} -function scene_systemMenu_MenuOption_show__P68374_mk(s) { +function scene_systemMenu_MenuOption_show__P84258_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_MenuOption_show__P68374, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_MenuOption_show__P84258, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -22502,7 +22502,7 @@ function scene_systemMenu_MenuOption_show__P68374_mk(s) { -function sprites_create__P67734(s) { +function sprites_create__P83618(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -22512,51 +22512,51 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.scene___76377 = undefined; - s.sprite___76380 = undefined; + s.scene___92261 = undefined; + s.sprite___92264 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } - s.tmp_0 = game_currentScene__P68290_mk(s); + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 213; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - s.scene___76377 = (r0); - r0 = pxsim_pxtcore_mkClassInstance(Sprite__C67780_VT); + s.scene___92261 = (r0); + r0 = pxsim_pxtcore_mkClassInstance(Sprite__C83664_VT); s.tmp_0 = r0; - s.tmp_1 = Sprite_constructor__P67817_mk(s); + s.tmp_1 = Sprite_constructor__P83701_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = s.arg0; s.callLocIdx = 214; s.pc = 2; return s.tmp_1; case 2: r0 = s.retval; - s.sprite___76380 = (s.tmp_0); - s.tmp_0 = Sprite_setKind__P67835_mk(s); - s.tmp_0.arg0 = s.sprite___76380; + s.sprite___92264 = (s.tmp_0); + s.tmp_0 = Sprite_setKind__P83719_mk(s); + s.tmp_0.arg0 = s.sprite___92264; s.tmp_0.arg1 = s.arg1; s.callLocIdx = 215; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; - s.tmp_0 = PhysicsEngine__C67923_v0_2_mk(s); - r0 = s.scene___76377.fields["physicsEngine"]; + s.tmp_0 = PhysicsEngine__C83807_v0_2_mk(s); + r0 = s.scene___92261.fields["physicsEngine"]; s.tmp_0.arg0 = r0; - s.tmp_0.arg1 = s.sprite___76380; - if (!checkSubtype(s.tmp_0.arg0, PhysicsEngine__C67923_VT)) failedCast(s.tmp_0.arg0); + s.tmp_0.arg1 = s.sprite___92264; + if (!checkSubtype(s.tmp_0.arg0, PhysicsEngine__C83807_VT)) failedCast(s.tmp_0.arg0); s.tmp_0.fn = s.tmp_0.arg0.vtable.methods.addSprite; s.pc = 4; return s.tmp_0; case 4: r0 = s.retval; - r0 = pxsim_pxtcore_mkAction(1, inline__P76395); + r0 = pxsim_pxtcore_mkAction(1, inline__P92279); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg1); - r0 = pxsim_pxtcore_mkAction(1, inline__P76401); + r0 = pxsim_pxtcore_mkAction(1, inline__P92285); s.tmp_1 = r0; - r0 = pxsim_pxtrt_stclo(s.tmp_1, 0, s.sprite___76380); - s.tmp_2 = helpers_arrayForEach__P65865_mk(s); - s.tmp_3 = helpers_arrayFilter__P65866_mk(s); - r0 = s.scene___76377.fields["createdHandlers"]; + r0 = pxsim_pxtrt_stclo(s.tmp_1, 0, s.sprite___92264); + s.tmp_2 = helpers_arrayForEach__P81749_mk(s); + s.tmp_3 = helpers_arrayFilter__P81750_mk(s); + r0 = s.scene___92261.fields["createdHandlers"]; s.tmp_3.arg0 = r0; s.tmp_3.arg1 = s.tmp_0; s.callLocIdx = 216; s.pc = 6; return s.tmp_3; @@ -22567,23 +22567,23 @@ switch (step) { s.callLocIdx = 218; s.pc = 5; return s.tmp_2; case 5: r0 = s.retval; - r0 = s.sprite___76380; + r0 = s.sprite___92264; return leave(s, r0) default: oops() } } } -sprites_create__P67734.info = {"start":890,"length":400,"line":35,"column":4,"endLine":47,"endColumn":5,"fileName":"pxt_modules/game/sprites.ts","functionName":"create","argumentNames":["img","kind"]} +sprites_create__P83618.info = {"start":890,"length":400,"line":35,"column":4,"endLine":47,"endColumn":5,"fileName":"pxt_modules/game/sprites.ts","functionName":"create","argumentNames":["img","kind"]} -function sprites_create__P67734_mk(s) { +function sprites_create__P83618_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_create__P67734, depth: s.depth + 1, + parent: s, fn: sprites_create__P83618, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, - scene___76377: undefined, - sprite___76380: undefined, + scene___92261: undefined, + sprite___92264: undefined, arg0: undefined, arg1: undefined, } } @@ -22592,7 +22592,7 @@ function sprites_create__P67734_mk(s) { -function inline__P76395(s) { +function inline__P92279(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -22612,12 +22612,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P76395.info = {"start":1195,"length":19,"line":43,"column":20,"endLine":43,"endColumn":39,"fileName":"pxt_modules/game/sprites.ts","functionName":"inline","argumentNames":["h"]} +inline__P92279.info = {"start":1195,"length":19,"line":43,"column":20,"endLine":43,"endColumn":39,"fileName":"pxt_modules/game/sprites.ts","functionName":"inline","argumentNames":["h"]} -function inline__P76395_mk(s) { +function inline__P92279_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P76395, depth: s.depth + 1, + parent: s, fn: inline__P92279, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -22627,7 +22627,7 @@ function inline__P76395_mk(s) { -function inline__P76401(s) { +function inline__P92285(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -22659,12 +22659,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P76401.info = {"start":1237,"length":22,"line":44,"column":21,"endLine":44,"endColumn":43,"fileName":"pxt_modules/game/sprites.ts","functionName":"inline","argumentNames":["h"]} +inline__P92285.info = {"start":1237,"length":22,"line":44,"column":21,"endLine":44,"endColumn":43,"fileName":"pxt_modules/game/sprites.ts","functionName":"inline","argumentNames":["h"]} -function inline__P76401_mk(s) { +function inline__P92285_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P76401, depth: s.depth + 1, + parent: s, fn: inline__P92285, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -22674,7 +22674,7 @@ function inline__P76401_mk(s) { -function PhysicsEngine_addSprite__P67925(s) { +function PhysicsEngine_addSprite__P83809(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -22690,17 +22690,17 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, PhysicsEngine__C67923_VT)) failedCast(r0); + if (!checkSubtype(r0, PhysicsEngine__C83807_VT)) failedCast(r0); r0 = undefined; return leave(s, r0) default: oops() } } } -PhysicsEngine_addSprite__P67925.info = {"start":124,"length":29,"line":8,"column":4,"endLine":8,"endColumn":33,"fileName":"pxt_modules/game/physics.ts","functionName":"addSprite","argumentNames":["this","sprite"]} +PhysicsEngine_addSprite__P83809.info = {"start":124,"length":29,"line":8,"column":4,"endLine":8,"endColumn":33,"fileName":"pxt_modules/game/physics.ts","functionName":"addSprite","argumentNames":["this","sprite"]} -function PhysicsEngine_addSprite__P67925_mk(s) { +function PhysicsEngine_addSprite__P83809_mk(s) { checkStack(s.depth); return { - parent: s, fn: PhysicsEngine_addSprite__P67925, depth: s.depth + 1, + parent: s, fn: PhysicsEngine_addSprite__P83809, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -22710,7 +22710,7 @@ function PhysicsEngine_addSprite__P67925_mk(s) { -function Sprite_setKind__P67835(s) { +function Sprite_setKind__P83719(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -22720,15 +22720,15 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.spritesByKind___76419 = undefined; - s.overlapMap___76448 = undefined; + s.spritesByKind___92303 = undefined; + s.overlapMap___92332 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = (s.arg1 == undefined); s.tmp_0 = r0; r0 = pxsim_numops_toBool(s.tmp_0); @@ -22747,12 +22747,12 @@ switch (step) { { step = 15; continue; } case 3: case 4: - s.tmp_3 = game_currentScene__P68290_mk(s); + s.tmp_3 = game_currentScene__P84174_mk(s); s.callLocIdx = 282; s.pc = 16; return s.tmp_3; case 16: r0 = s.retval; r0 = r0.fields["spritesByKind"]; - s.spritesByKind___76419 = (r0); + s.spritesByKind___92303 = (r0); r0 = s.arg0.fields["_kind"]; s.tmp_1 = r0; r0 = (s.tmp_1 >= 0); @@ -22764,16 +22764,16 @@ switch (step) { case 5: r0 = s.arg0.fields["_kind"]; s.tmp_2 = r0; - r0 = pxsim_pxtrt.mapGetGeneric(s.spritesByKind___76419, s.tmp_2); + r0 = pxsim_pxtrt.mapGetGeneric(s.spritesByKind___92303, s.tmp_2); case 6: // jmp value (already in r0) s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 7; continue; } - s.tmp_4 = sprites_SpriteSet_remove__P67882_mk(s); + s.tmp_4 = sprites_SpriteSet_remove__P83766_mk(s); r0 = s.arg0.fields["_kind"]; s.tmp_5 = r0; - r0 = pxsim_pxtrt.mapGetGeneric(s.spritesByKind___76419, s.tmp_5); + r0 = pxsim_pxtrt.mapGetGeneric(s.spritesByKind___92303, s.tmp_5); s.tmp_4.arg0 = r0; s.tmp_4.arg1 = s.arg0; s.callLocIdx = 283; s.pc = 17; return s.tmp_4; @@ -22785,7 +22785,7 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 11; continue; } - r0 = pxsim_pxtrt.mapGetGeneric(s.spritesByKind___76419, s.arg1); + r0 = pxsim_pxtrt.mapGetGeneric(s.spritesByKind___92303, s.arg1); s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); s.tmp_2 = r0; @@ -22793,18 +22793,18 @@ switch (step) { s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 9; continue; } - r0 = pxsim_pxtcore_mkClassInstance(sprites_SpriteSet__C67875_VT); + r0 = pxsim_pxtcore_mkClassInstance(sprites_SpriteSet__C83759_VT); s.tmp_4 = r0; - s.tmp_5 = sprites_SpriteSet_constructor__P67877_mk(s); + s.tmp_5 = sprites_SpriteSet_constructor__P83761_mk(s); s.tmp_5.arg0 = s.tmp_4; s.callLocIdx = 284; s.pc = 18; return s.tmp_5; case 18: r0 = s.retval; - r0 = pxsim_pxtrt.mapSetGeneric(s.spritesByKind___76419, s.arg1, s.tmp_4); + r0 = pxsim_pxtrt.mapSetGeneric(s.spritesByKind___92303, s.arg1, s.tmp_4); case 9: case 10: - s.tmp_0 = sprites_SpriteSet_add__P67880_mk(s); - r0 = pxsim_pxtrt.mapGetGeneric(s.spritesByKind___76419, s.arg1); + s.tmp_0 = sprites_SpriteSet_add__P83764_mk(s); + r0 = pxsim_pxtrt.mapGetGeneric(s.spritesByKind___92303, s.arg1); s.tmp_0.arg0 = r0; s.tmp_0.arg1 = s.arg0; s.callLocIdx = 285; s.pc = 19; return s.tmp_0; @@ -22812,13 +22812,13 @@ switch (step) { r0 = s.retval; case 11: case 12: - s.tmp_0 = game_currentScene__P68290_mk(s); + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 286; s.pc = 20; return s.tmp_0; case 20: r0 = s.retval; r0 = r0.fields["overlapMap"]; - s.overlapMap___76448 = (r0); - r0 = pxsim_pxtrt.mapGetGeneric(s.overlapMap___76448, s.arg1); + s.overlapMap___92332 = (r0); + r0 = pxsim_pxtrt.mapGetGeneric(s.overlapMap___92332, s.arg1); s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); s.tmp_1 = r0; @@ -22826,7 +22826,7 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 13; continue; } - s.tmp_3 = r0 = s.overlapMap___76448; + s.tmp_3 = r0 = s.overlapMap___92332; s.tmp_4 = r0 = s.arg1; r0 = pxsim_Array__mk(); s.tmp_5 = r0; @@ -22834,7 +22834,7 @@ switch (step) { case 13: case 14: s.tmp_0 = r0 = s.arg0; - r0 = pxsim_pxtrt.mapGetGeneric(s.overlapMap___76448, s.arg1); + r0 = pxsim_pxtrt.mapGetGeneric(s.overlapMap___92332, s.arg1); s.tmp_1 = r0; r0 = (s.tmp_0).fields["_kindsOverlappedWith"] = (s.tmp_1); r0 = (s.arg0).fields["_kind"] = (s.arg1); @@ -22843,12 +22843,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_setKind__P67835.info = {"start":11051,"length":663,"line":402,"column":4,"endLine":422,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"setKind","argumentNames":["this","value"]} +Sprite_setKind__P83719.info = {"start":11051,"length":663,"line":402,"column":4,"endLine":422,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"setKind","argumentNames":["this","value"]} -function Sprite_setKind__P67835_mk(s) { +function Sprite_setKind__P83719_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_setKind__P67835, depth: s.depth + 1, + parent: s, fn: Sprite_setKind__P83719, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -22856,8 +22856,8 @@ function Sprite_setKind__P67835_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - spritesByKind___76419: undefined, - overlapMap___76448: undefined, + spritesByKind___92303: undefined, + overlapMap___92332: undefined, arg0: undefined, arg1: undefined, } } @@ -22866,7 +22866,7 @@ function Sprite_setKind__P67835_mk(s) { -function sprites_SpriteSet_add__P67880(s) { +function sprites_SpriteSet_add__P83764(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -22882,7 +22882,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_SpriteSet__C67875_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_SpriteSet__C83759_VT)) failedCast(r0); r0 = pxsim_numops_toBoolDecr(s.arg1); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); @@ -22913,12 +22913,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -sprites_SpriteSet_add__P67880.info = {"start":1027,"length":263,"line":41,"column":8,"endLine":49,"endColumn":9,"fileName":"pxt_modules/game/spriteset.ts","functionName":"add","argumentNames":["this","sprite"]} +sprites_SpriteSet_add__P83764.info = {"start":1027,"length":263,"line":41,"column":8,"endLine":49,"endColumn":9,"fileName":"pxt_modules/game/spriteset.ts","functionName":"add","argumentNames":["this","sprite"]} -function sprites_SpriteSet_add__P67880_mk(s) { +function sprites_SpriteSet_add__P83764_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_SpriteSet_add__P67880, depth: s.depth + 1, + parent: s, fn: sprites_SpriteSet_add__P83764, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -22934,7 +22934,7 @@ function sprites_SpriteSet_add__P67880_mk(s) { -function sprites_SpriteSet_contains__P67883(s) { +function sprites_SpriteSet_contains__P83767(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -22950,7 +22950,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_SpriteSet__C67875_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_SpriteSet__C83759_VT)) failedCast(r0); r0 = s.arg0.fields["_sprites"]; s.tmp_1 = r0; r0 = pxsim_Array_.indexOf(s.tmp_1, s.arg1, undefined); @@ -22959,12 +22959,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -sprites_SpriteSet_contains__P67883.info = {"start":2162,"length":100,"line":79,"column":8,"endLine":81,"endColumn":9,"fileName":"pxt_modules/game/spriteset.ts","functionName":"contains","argumentNames":["this","sprite"]} +sprites_SpriteSet_contains__P83767.info = {"start":2162,"length":100,"line":79,"column":8,"endLine":81,"endColumn":9,"fileName":"pxt_modules/game/spriteset.ts","functionName":"contains","argumentNames":["this","sprite"]} -function sprites_SpriteSet_contains__P67883_mk(s) { +function sprites_SpriteSet_contains__P83767_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_SpriteSet_contains__P67883, depth: s.depth + 1, + parent: s, fn: sprites_SpriteSet_contains__P83767, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -22976,7 +22976,7 @@ function sprites_SpriteSet_contains__P67883_mk(s) { -function sprites_SpriteSet_constructor__P67877(s) { +function sprites_SpriteSet_constructor__P83761(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -22991,7 +22991,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_SpriteSet__C67875_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_SpriteSet__C83759_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; r0 = pxsim_Array__mk(); s.tmp_1 = r0; @@ -23000,12 +23000,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -sprites_SpriteSet_constructor__P67877.info = {"start":488,"length":57,"line":19,"column":8,"endLine":21,"endColumn":9,"fileName":"pxt_modules/game/spriteset.ts","functionName":"inline","argumentNames":["this"]} +sprites_SpriteSet_constructor__P83761.info = {"start":488,"length":57,"line":19,"column":8,"endLine":21,"endColumn":9,"fileName":"pxt_modules/game/spriteset.ts","functionName":"inline","argumentNames":["this"]} -function sprites_SpriteSet_constructor__P67877_mk(s) { +function sprites_SpriteSet_constructor__P83761_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_SpriteSet_constructor__P67877, depth: s.depth + 1, + parent: s, fn: sprites_SpriteSet_constructor__P83761, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -23016,7 +23016,7 @@ function sprites_SpriteSet_constructor__P67877_mk(s) { -function Sprite_constructor__P67817(s) { +function Sprite_constructor__P83701(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -23032,15 +23032,15 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); - s.tmp_0 = sprites_BaseSprite_constructor__P67620_mk(s); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); + s.tmp_0 = sprites_BaseSprite_constructor__P83504_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = 0; s.callLocIdx = 237; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; s.tmp_0 = r0 = s.arg0; - r0 = pxsim_ImageMethods.width(globals.screen___67562); + r0 = pxsim_ImageMethods.width(globals.screen___83446); s.tmp_4 = r0; r0 = pxsim_ImageMethods.width(s.arg1); s.tmp_5 = r0; @@ -23054,7 +23054,7 @@ switch (step) { s.tmp_1 = r0; r0 = (s.tmp_0).fields["_x"] = (s.tmp_1); s.tmp_0 = r0 = s.arg0; - r0 = pxsim_ImageMethods.height(globals.screen___67562); + r0 = pxsim_ImageMethods.height(globals.screen___83446); s.tmp_4 = r0; r0 = pxsim_ImageMethods.height(s.arg1); s.tmp_5 = r0; @@ -23073,50 +23073,50 @@ switch (step) { r0 = s.arg0.fields["_y"]; s.tmp_0 = r0; r0 = (s.arg0).fields["_lastY"] = (s.tmp_0); - s.tmp_0 = Sprite_vx__P67794_mk(s); + s.tmp_0 = Sprite_vx__P83678_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = 0; s.callLocIdx = 240; s.pc = 2; return s.tmp_0; case 2: r0 = s.retval; - s.tmp_0 = Sprite_vy__P67796_mk(s); + s.tmp_0 = Sprite_vy__P83680_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = 0; s.callLocIdx = 241; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; - s.tmp_0 = Sprite_ax__P67798_mk(s); + s.tmp_0 = Sprite_ax__P83682_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = 0; s.callLocIdx = 242; s.pc = 4; return s.tmp_0; case 4: r0 = s.retval; - s.tmp_0 = Sprite_ay__P67800_mk(s); + s.tmp_0 = Sprite_ay__P83684_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = 0; s.callLocIdx = 243; s.pc = 5; return s.tmp_0; case 5: r0 = s.retval; - s.tmp_0 = Sprite_fx__P67802_mk(s); + s.tmp_0 = Sprite_fx__P83686_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = 0; s.callLocIdx = 244; s.pc = 6; return s.tmp_0; case 6: r0 = s.retval; - s.tmp_0 = Sprite_fy__P67804_mk(s); + s.tmp_0 = Sprite_fy__P83688_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = 0; s.callLocIdx = 245; s.pc = 7; return s.tmp_0; case 7: r0 = s.retval; r0 = (s.arg0).fields["flags"] = (0); - s.tmp_0 = Sprite_setImage__P67820_mk(s); + s.tmp_0 = Sprite_setImage__P83704_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; s.callLocIdx = 246; s.pc = 8; return s.tmp_0; case 8: r0 = s.retval; - s.tmp_0 = Sprite_setKind__P67835_mk(s); + s.tmp_0 = Sprite_setKind__P83719_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = -1; s.callLocIdx = 247; s.pc = 9; return s.tmp_0; @@ -23136,12 +23136,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_constructor__P67817.info = {"start":5357,"length":618,"line":206,"column":4,"endLine":226,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["this","img"]} +Sprite_constructor__P83701.info = {"start":5357,"length":618,"line":206,"column":4,"endLine":226,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["this","img"]} -function Sprite_constructor__P67817_mk(s) { +function Sprite_constructor__P83701_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_constructor__P67817, depth: s.depth + 1, + parent: s, fn: Sprite_constructor__P83701, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -23158,7 +23158,7 @@ function Sprite_constructor__P67817_mk(s) { -function Sprite_fy__P67804(s) { +function Sprite_fy__P83688(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -23174,9 +23174,9 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; - s.tmp_3 = Math_max__P65885_mk(s); + s.tmp_3 = Math_max__P81769_mk(s); s.tmp_3.arg0 = 0; s.tmp_3.arg1 = s.arg1; s.callLocIdx = 235; s.pc = 1; return s.tmp_3; @@ -23192,12 +23192,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_fy__P67804.info = {"start":4236,"length":64,"line":155,"column":4,"endLine":157,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"fy","argumentNames":["this","v"]} +Sprite_fy__P83688.info = {"start":4236,"length":64,"line":155,"column":4,"endLine":157,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"fy","argumentNames":["this","v"]} -function Sprite_fy__P67804_mk(s) { +function Sprite_fy__P83688_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_fy__P67804, depth: s.depth + 1, + parent: s, fn: Sprite_fy__P83688, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -23212,7 +23212,7 @@ function Sprite_fy__P67804_mk(s) { -function Sprite_fy__P67803(s) { +function Sprite_fy__P83687(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -23227,20 +23227,20 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["_fy"]; s.tmp_0 = r0; r0 = (s.tmp_0 / 256); return leaveAccessor(s, r0) default: oops() } } } -Sprite_fy__P67803.info = {"start":4074,"length":60,"line":150,"column":4,"endLine":152,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"fy","argumentNames":["this"]} -Sprite_fy__P67803.isGetter = true; +Sprite_fy__P83687.info = {"start":4074,"length":60,"line":150,"column":4,"endLine":152,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"fy","argumentNames":["this"]} +Sprite_fy__P83687.isGetter = true; -function Sprite_fy__P67803_mk(s) { +function Sprite_fy__P83687_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_fy__P67803, depth: s.depth + 1, + parent: s, fn: Sprite_fy__P83687, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -23250,7 +23250,7 @@ function Sprite_fy__P67803_mk(s) { -function Sprite_fx__P67802(s) { +function Sprite_fx__P83686(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -23266,9 +23266,9 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; - s.tmp_3 = Math_max__P65885_mk(s); + s.tmp_3 = Math_max__P81769_mk(s); s.tmp_3.arg0 = 0; s.tmp_3.arg1 = s.arg1; s.callLocIdx = 232; s.pc = 1; return s.tmp_3; @@ -23284,12 +23284,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_fx__P67802.info = {"start":3893,"length":64,"line":145,"column":4,"endLine":147,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"fx","argumentNames":["this","v"]} +Sprite_fx__P83686.info = {"start":3893,"length":64,"line":145,"column":4,"endLine":147,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"fx","argumentNames":["this","v"]} -function Sprite_fx__P67802_mk(s) { +function Sprite_fx__P83686_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_fx__P67802, depth: s.depth + 1, + parent: s, fn: Sprite_fx__P83686, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -23304,7 +23304,7 @@ function Sprite_fx__P67802_mk(s) { -function Sprite_fx__P67801(s) { +function Sprite_fx__P83685(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -23319,20 +23319,20 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["_fx"]; s.tmp_0 = r0; r0 = (s.tmp_0 / 256); return leaveAccessor(s, r0) default: oops() } } } -Sprite_fx__P67801.info = {"start":3731,"length":60,"line":140,"column":4,"endLine":142,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"fx","argumentNames":["this"]} -Sprite_fx__P67801.isGetter = true; +Sprite_fx__P83685.info = {"start":3731,"length":60,"line":140,"column":4,"endLine":142,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"fx","argumentNames":["this"]} +Sprite_fx__P83685.isGetter = true; -function Sprite_fx__P67801_mk(s) { +function Sprite_fx__P83685_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_fx__P67801, depth: s.depth + 1, + parent: s, fn: Sprite_fx__P83685, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -23342,7 +23342,7 @@ function Sprite_fx__P67801_mk(s) { -function Sprite_ay__P67800(s) { +function Sprite_ay__P83684(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -23358,7 +23358,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; r0 = (s.arg1 * 256); s.tmp_2 = r0; @@ -23369,12 +23369,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_ay__P67800.info = {"start":3562,"length":51,"line":134,"column":4,"endLine":136,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"ay","argumentNames":["this","v"]} +Sprite_ay__P83684.info = {"start":3562,"length":51,"line":134,"column":4,"endLine":136,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"ay","argumentNames":["this","v"]} -function Sprite_ay__P67800_mk(s) { +function Sprite_ay__P83684_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_ay__P67800, depth: s.depth + 1, + parent: s, fn: Sprite_ay__P83684, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -23387,7 +23387,7 @@ function Sprite_ay__P67800_mk(s) { -function Sprite_ay__P67799(s) { +function Sprite_ay__P83683(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -23402,20 +23402,20 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["_ay"]; s.tmp_0 = r0; r0 = (s.tmp_0 / 256); return leaveAccessor(s, r0) default: oops() } } } -Sprite_ay__P67799.info = {"start":3396,"length":60,"line":129,"column":4,"endLine":131,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"ay","argumentNames":["this"]} -Sprite_ay__P67799.isGetter = true; +Sprite_ay__P83683.info = {"start":3396,"length":60,"line":129,"column":4,"endLine":131,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"ay","argumentNames":["this"]} +Sprite_ay__P83683.isGetter = true; -function Sprite_ay__P67799_mk(s) { +function Sprite_ay__P83683_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_ay__P67799, depth: s.depth + 1, + parent: s, fn: Sprite_ay__P83683, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -23425,7 +23425,7 @@ function Sprite_ay__P67799_mk(s) { -function Sprite_ax__P67798(s) { +function Sprite_ax__P83682(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -23441,7 +23441,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; r0 = (s.arg1 * 256); s.tmp_2 = r0; @@ -23452,12 +23452,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_ax__P67798.info = {"start":3223,"length":51,"line":123,"column":4,"endLine":125,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"ax","argumentNames":["this","v"]} +Sprite_ax__P83682.info = {"start":3223,"length":51,"line":123,"column":4,"endLine":125,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"ax","argumentNames":["this","v"]} -function Sprite_ax__P67798_mk(s) { +function Sprite_ax__P83682_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_ax__P67798, depth: s.depth + 1, + parent: s, fn: Sprite_ax__P83682, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -23470,7 +23470,7 @@ function Sprite_ax__P67798_mk(s) { -function Sprite_ax__P67797(s) { +function Sprite_ax__P83681(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -23485,20 +23485,20 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["_ax"]; s.tmp_0 = r0; r0 = (s.tmp_0 / 256); return leaveAccessor(s, r0) default: oops() } } } -Sprite_ax__P67797.info = {"start":3057,"length":60,"line":118,"column":4,"endLine":120,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"ax","argumentNames":["this"]} -Sprite_ax__P67797.isGetter = true; +Sprite_ax__P83681.info = {"start":3057,"length":60,"line":118,"column":4,"endLine":120,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"ax","argumentNames":["this"]} +Sprite_ax__P83681.isGetter = true; -function Sprite_ax__P67797_mk(s) { +function Sprite_ax__P83681_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_ax__P67797, depth: s.depth + 1, + parent: s, fn: Sprite_ax__P83681, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -23508,7 +23508,7 @@ function Sprite_ax__P67797_mk(s) { -function Sprite_vy__P67796(s) { +function Sprite_vy__P83680(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -23524,7 +23524,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; r0 = (s.arg1 * 256); s.tmp_2 = r0; @@ -23535,12 +23535,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_vy__P67796.info = {"start":2884,"length":51,"line":112,"column":4,"endLine":114,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"vy","argumentNames":["this","v"]} +Sprite_vy__P83680.info = {"start":2884,"length":51,"line":112,"column":4,"endLine":114,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"vy","argumentNames":["this","v"]} -function Sprite_vy__P67796_mk(s) { +function Sprite_vy__P83680_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_vy__P67796, depth: s.depth + 1, + parent: s, fn: Sprite_vy__P83680, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -23553,7 +23553,7 @@ function Sprite_vy__P67796_mk(s) { -function Sprite_vy__P67795(s) { +function Sprite_vy__P83679(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -23568,20 +23568,20 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["_vy"]; s.tmp_0 = r0; r0 = (s.tmp_0 / 256); return leaveAccessor(s, r0) default: oops() } } } -Sprite_vy__P67795.info = {"start":2722,"length":60,"line":107,"column":4,"endLine":109,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"vy","argumentNames":["this"]} -Sprite_vy__P67795.isGetter = true; +Sprite_vy__P83679.info = {"start":2722,"length":60,"line":107,"column":4,"endLine":109,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"vy","argumentNames":["this"]} +Sprite_vy__P83679.isGetter = true; -function Sprite_vy__P67795_mk(s) { +function Sprite_vy__P83679_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_vy__P67795, depth: s.depth + 1, + parent: s, fn: Sprite_vy__P83679, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -23591,7 +23591,7 @@ function Sprite_vy__P67795_mk(s) { -function Sprite_vx__P67794(s) { +function Sprite_vx__P83678(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -23607,7 +23607,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; r0 = (s.arg1 * 256); s.tmp_2 = r0; @@ -23618,12 +23618,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_vx__P67794.info = {"start":2553,"length":51,"line":101,"column":4,"endLine":103,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"vx","argumentNames":["this","v"]} +Sprite_vx__P83678.info = {"start":2553,"length":51,"line":101,"column":4,"endLine":103,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"vx","argumentNames":["this","v"]} -function Sprite_vx__P67794_mk(s) { +function Sprite_vx__P83678_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_vx__P67794, depth: s.depth + 1, + parent: s, fn: Sprite_vx__P83678, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -23636,7 +23636,7 @@ function Sprite_vx__P67794_mk(s) { -function Sprite_vx__P67793(s) { +function Sprite_vx__P83677(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -23651,20 +23651,20 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["_vx"]; s.tmp_0 = r0; r0 = (s.tmp_0 / 256); return leaveAccessor(s, r0) default: oops() } } } -Sprite_vx__P67793.info = {"start":2391,"length":60,"line":96,"column":4,"endLine":98,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"vx","argumentNames":["this"]} -Sprite_vx__P67793.isGetter = true; +Sprite_vx__P83677.info = {"start":2391,"length":60,"line":96,"column":4,"endLine":98,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"vx","argumentNames":["this"]} +Sprite_vx__P83677.isGetter = true; -function Sprite_vx__P67793_mk(s) { +function Sprite_vx__P83677_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_vx__P67793, depth: s.depth + 1, + parent: s, fn: Sprite_vx__P83677, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -23674,7 +23674,7 @@ function Sprite_vx__P67793_mk(s) { -function game_onShade__P68305(s) { +function game_onShade__P84189(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -23688,7 +23688,7 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = game_init__P69644_mk(s); + s.tmp_0 = game_init__P85528_mk(s); s.tmp_0.arg0 = undefined; s.callLocIdx = 838; s.pc = 4; return s.tmp_0; case 4: @@ -23702,7 +23702,7 @@ switch (step) { { step = 3; continue; } case 1: case 2: - s.tmp_2 = scene_createRenderable__P68141_mk(s); + s.tmp_2 = scene_createRenderable__P84025_mk(s); s.tmp_2.arg0 = 80; s.tmp_2.arg1 = s.arg0; s.tmp_2.arg2 = undefined; @@ -23714,12 +23714,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -game_onShade__P68305.info = {"start":9934,"length":145,"line":320,"column":4,"endLine":324,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"onShade","argumentNames":["a"]} +game_onShade__P84189.info = {"start":9934,"length":145,"line":320,"column":4,"endLine":324,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"onShade","argumentNames":["a"]} -function game_onShade__P68305_mk(s) { +function game_onShade__P84189_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_onShade__P68305, depth: s.depth + 1, + parent: s, fn: game_onShade__P84189, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -23731,7 +23731,7 @@ function game_onShade__P68305_mk(s) { -function scene_createRenderable__P68141(s) { +function scene_createRenderable__P84025(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -23741,14 +23741,14 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.renderable___75485 = undefined; + s.renderable___91369 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.arg2 = (s.lambdaArgs[2]); s.lambdaArgs = null; } - r0 = pxsim_pxtcore_mkClassInstance(scene_Renderable__C68136_VT); + r0 = pxsim_pxtcore_mkClassInstance(scene_Renderable__C84020_VT); s.tmp_0 = r0; s.tmp_1 = r0 = s.arg2; r0 = pxsim_numops_toBool(s.tmp_1); @@ -23756,11 +23756,11 @@ switch (step) { r0 = s.tmp_1; { step = 2; continue; } case 1: - r0 = inline__P75491; + r0 = inline__P91375; case 2: // jmp value (already in r0) s.tmp_2 = r0; - s.tmp_3 = scene_Renderable_constructor__P68137_mk(s); + s.tmp_3 = scene_Renderable_constructor__P84021_mk(s); s.tmp_3.arg0 = s.tmp_0; s.tmp_3.arg1 = s.arg1; s.tmp_3.arg2 = s.tmp_2; @@ -23768,23 +23768,23 @@ switch (step) { s.callLocIdx = 777; s.pc = 3; return s.tmp_3; case 3: r0 = s.retval; - s.renderable___75485 = (s.tmp_0); - r0 = s.renderable___75485; + s.renderable___91369 = (s.tmp_0); + r0 = s.renderable___91369; return leave(s, r0) default: oops() } } } -scene_createRenderable__P68141.info = {"start":608,"length":339,"line":24,"column":4,"endLine":36,"endColumn":5,"fileName":"pxt_modules/game/renderable.ts","functionName":"createRenderable","argumentNames":["z","handler","shouldBeVisible"]} +scene_createRenderable__P84025.info = {"start":608,"length":339,"line":24,"column":4,"endLine":36,"endColumn":5,"fileName":"pxt_modules/game/renderable.ts","functionName":"createRenderable","argumentNames":["z","handler","shouldBeVisible"]} -function scene_createRenderable__P68141_mk(s) { +function scene_createRenderable__P84025_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_createRenderable__P68141, depth: s.depth + 1, + parent: s, fn: scene_createRenderable__P84025, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, - renderable___75485: undefined, + renderable___91369: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -23794,7 +23794,7 @@ function scene_createRenderable__P68141_mk(s) { -function inline__P75491(s) { +function inline__P91375(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -23808,12 +23808,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P75491.info = {"start":875,"length":10,"line":31,"column":32,"endLine":31,"endColumn":42,"fileName":"pxt_modules/game/renderable.ts","functionName":"inline","argumentNames":[]} +inline__P91375.info = {"start":875,"length":10,"line":31,"column":32,"endLine":31,"endColumn":42,"fileName":"pxt_modules/game/renderable.ts","functionName":"inline","argumentNames":[]} -function inline__P75491_mk(s) { +function inline__P91375_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P75491, depth: s.depth + 1, + parent: s, fn: inline__P91375, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, } } @@ -23821,7 +23821,7 @@ function inline__P75491_mk(s) { -function scene_Renderable_constructor__P68137(s) { +function scene_Renderable_constructor__P84021(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -23839,10 +23839,10 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Renderable__C68136_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Renderable__C84020_VT)) failedCast(r0); r0 = (s.arg0).fields["handler"] = (s.arg1); r0 = (s.arg0).fields["shouldBeVisible"] = (s.arg2); - s.tmp_0 = sprites_BaseSprite_constructor__P67620_mk(s); + s.tmp_0 = sprites_BaseSprite_constructor__P83504_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg3; s.callLocIdx = 774; s.pc = 1; return s.tmp_0; @@ -23852,12 +23852,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_Renderable_constructor__P68137.info = {"start":83,"length":212,"line":2,"column":8,"endLine":8,"endColumn":9,"fileName":"pxt_modules/game/renderable.ts","functionName":"inline","argumentNames":["this","handler","shouldBeVisible","z"]} +scene_Renderable_constructor__P84021.info = {"start":83,"length":212,"line":2,"column":8,"endLine":8,"endColumn":9,"fileName":"pxt_modules/game/renderable.ts","functionName":"inline","argumentNames":["this","handler","shouldBeVisible","z"]} -function scene_Renderable_constructor__P68137_mk(s) { +function scene_Renderable_constructor__P84021_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Renderable_constructor__P68137, depth: s.depth + 1, + parent: s, fn: scene_Renderable_constructor__P84021, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -23870,7 +23870,7 @@ function scene_Renderable_constructor__P68137_mk(s) { -function scene_systemMenu_PauseMenu_constructor__P68381(s) { +function scene_systemMenu_PauseMenu_constructor__P84265(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -23887,7 +23887,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_systemMenu_PauseMenu__C68380_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_systemMenu_PauseMenu__C84264_VT)) failedCast(r0); r0 = (s.arg0).fields["generator"] = (s.arg1); s.tmp_0 = r0 = s.arg2; r0 = pxsim_numops_toBool(s.tmp_0); @@ -23895,8 +23895,8 @@ switch (step) { r0 = s.tmp_0; { step = 2; continue; } case 1: - s.tmp_1 = scene_systemMenu_buildMenuTheme__P68389_mk(s); - r0 = pxsim_ImageMethods.width(globals.CARD_NORMAL___68396); + s.tmp_1 = scene_systemMenu_buildMenuTheme__P84273_mk(s); + r0 = pxsim_ImageMethods.width(globals.CARD_NORMAL___84280); s.tmp_1.arg0 = r0; s.tmp_1.arg1 = 3; s.tmp_1.arg2 = undefined; @@ -23915,12 +23915,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_PauseMenu_constructor__P68381.info = {"start":3029,"length":257,"line":116,"column":8,"endLine":121,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":["this","generator","theme"]} +scene_systemMenu_PauseMenu_constructor__P84265.info = {"start":3029,"length":257,"line":116,"column":8,"endLine":121,"endColumn":9,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"inline","argumentNames":["this","generator","theme"]} -function scene_systemMenu_PauseMenu_constructor__P68381_mk(s) { +function scene_systemMenu_PauseMenu_constructor__P84265_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_PauseMenu_constructor__P68381, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_PauseMenu_constructor__P84265, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -23934,7 +23934,7 @@ function scene_systemMenu_PauseMenu_constructor__P68381_mk(s) { -function scene_systemMenu_buildMenuTheme__P68389(s) { +function scene_systemMenu_buildMenuTheme__P84273(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -23944,7 +23944,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.cardsPerRow___77376 = undefined; + s.cardsPerRow___93260 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -23952,19 +23952,19 @@ switch (step) { s.arg3 = (s.lambdaArgs[3]); s.lambdaArgs = null; } - r0 = pxsim_ImageMethods.width(globals.screen___67562); + r0 = pxsim_ImageMethods.width(globals.screen___83446); s.tmp_0 = r0; r0 = (s.arg0 + s.arg1); s.tmp_1 = r0; r0 = pxsim.Math_.idiv(s.tmp_0, s.tmp_1); - s.cardsPerRow___77376 = (r0); + s.cardsPerRow___93260 = (r0); s.tmp_0 = r0 = s.arg2; r0 = pxsim_numops_toBool(s.tmp_0); if (!r0) { step = 1; continue; } r0 = s.tmp_0; { step = 2; continue; } case 1: - r0 = globals.font8___67505; + r0 = globals.font8___83389; case 2: // jmp value (already in r0) s.tmp_1 = r0; @@ -23975,7 +23975,7 @@ switch (step) { r0 = s.tmp_0; { step = 4; continue; } case 3: - s.tmp_1 = image_doubledFont__P67508_mk(s); + s.tmp_1 = image_doubledFont__P83392_mk(s); s.tmp_1.arg0 = s.arg2; s.callLocIdx = 980; s.pc = 5; return s.tmp_1; case 5: @@ -23988,12 +23988,12 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "cardSpacing", s.arg1); r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "cardWidth", s.arg0); - r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "cardsPerRow", s.cardsPerRow___77376); - r0 = pxsim_ImageMethods.width(globals.screen___67562); + r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "cardsPerRow", s.cardsPerRow___93260); + r0 = pxsim_ImageMethods.width(globals.screen___83446); s.tmp_3 = r0; - r0 = (s.cardsPerRow___77376 * s.arg0); + r0 = (s.cardsPerRow___93260 * s.arg0); s.tmp_5 = r0; - r0 = (s.cardsPerRow___77376 - 1); + r0 = (s.cardsPerRow___93260 - 1); s.tmp_7 = r0; r0 = (s.tmp_7 * s.arg1); s.tmp_6 = r0; @@ -24024,7 +24024,7 @@ switch (step) { r0 = (s.tmp_9 + s.arg1); s.tmp_8 = r0; r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "cardsTop", s.tmp_8); - r0 = pxsim_ImageMethods.height(globals.screen___67562); + r0 = pxsim_ImageMethods.height(globals.screen___83446); s.tmp_14 = r0; s.tmp_16 = if_charHeight_1_mk(s); s.tmp_16.arg0 = s.arg2; @@ -24045,19 +24045,19 @@ switch (step) { s.tmp_12 = r0; r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "infoTop", s.tmp_12); r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "headerText", "PAUSED"); - r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "selectedCard", globals.CARD_SELECTED___68397); - r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "activeCard", globals.CARD_ACTIVE___68398); - r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "basicCard", globals.CARD_NORMAL___68396); + r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "selectedCard", globals.CARD_SELECTED___84281); + r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "activeCard", globals.CARD_ACTIVE___84282); + r0 = pxsim_pxtrt.mapSetByString(s.tmp_0, "basicCard", globals.CARD_NORMAL___84280); r0 = s.tmp_0; return leave(s, r0) default: oops() } } } -scene_systemMenu_buildMenuTheme__P68389.info = {"start":11654,"length":906,"line":356,"column":4,"endLine":375,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"buildMenuTheme","argumentNames":["cardWidth","cardSpacing","infoFont","headerFont"]} +scene_systemMenu_buildMenuTheme__P84273.info = {"start":11654,"length":906,"line":356,"column":4,"endLine":375,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"buildMenuTheme","argumentNames":["cardWidth","cardSpacing","infoFont","headerFont"]} -function scene_systemMenu_buildMenuTheme__P68389_mk(s) { +function scene_systemMenu_buildMenuTheme__P84273_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_buildMenuTheme__P68389, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_buildMenuTheme__P84273, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -24076,7 +24076,7 @@ function scene_systemMenu_buildMenuTheme__P68389_mk(s) { tmp_14: undefined, tmp_15: undefined, tmp_16: undefined, - cardsPerRow___77376: undefined, + cardsPerRow___93260: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -24087,7 +24087,7 @@ function scene_systemMenu_buildMenuTheme__P68389_mk(s) { -function image_doubledFont__P67508(s) { +function image_doubledFont__P83392(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -24101,7 +24101,7 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = image_scaledFont__P67509_mk(s); + s.tmp_0 = image_scaledFont__P83393_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = 2; s.callLocIdx = 89; s.pc = 1; return s.tmp_0; @@ -24110,12 +24110,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -image_doubledFont__P67508.info = {"start":12008,"length":82,"line":146,"column":4,"endLine":148,"endColumn":5,"fileName":"pxt_modules/screen/text.ts","functionName":"doubledFont","argumentNames":["f"]} +image_doubledFont__P83392.info = {"start":12008,"length":82,"line":146,"column":4,"endLine":148,"endColumn":5,"fileName":"pxt_modules/screen/text.ts","functionName":"doubledFont","argumentNames":["f"]} -function image_doubledFont__P67508_mk(s) { +function image_doubledFont__P83392_mk(s) { checkStack(s.depth); return { - parent: s, fn: image_doubledFont__P67508, depth: s.depth + 1, + parent: s, fn: image_doubledFont__P83392, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -24125,7 +24125,7 @@ function image_doubledFont__P67508_mk(s) { -function image_scaledFont__P67509(s) { +function image_scaledFont__P83393(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -24240,12 +24240,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -image_scaledFont__P67509.info = {"start":12096,"length":331,"line":150,"column":4,"endLine":160,"endColumn":5,"fileName":"pxt_modules/screen/text.ts","functionName":"scaledFont","argumentNames":["f","size"]} +image_scaledFont__P83393.info = {"start":12096,"length":331,"line":150,"column":4,"endLine":160,"endColumn":5,"fileName":"pxt_modules/screen/text.ts","functionName":"scaledFont","argumentNames":["f","size"]} -function image_scaledFont__P67509_mk(s) { +function image_scaledFont__P83393_mk(s) { checkStack(s.depth); return { - parent: s, fn: image_scaledFont__P67509, depth: s.depth + 1, + parent: s, fn: image_scaledFont__P83393, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -24271,7 +24271,7 @@ function image_scaledFont__P67509_mk(s) { -function game_pushScene__P68294(s) { +function game_pushScene__P84178(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -24281,43 +24281,43 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.oldScene___77455 = undefined; - s.tmp_0 = game_currentScene__P68290_mk(s); + s.oldScene___93339 = undefined; + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 817; s.pc = 5; return s.tmp_0; case 5: r0 = s.retval; - s.oldScene___77455 = (r0); - s.tmp_0 = particles_clearAll__P68466_mk(s); + s.oldScene___93339 = (r0); + s.tmp_0 = particles_clearAll__P84350_mk(s); s.callLocIdx = 818; s.pc = 6; return s.tmp_0; case 6: r0 = s.retval; - s.tmp_0 = particles_disableAll__P68467_mk(s); + s.tmp_0 = particles_disableAll__P84351_mk(s); s.callLocIdx = 819; s.pc = 7; return s.tmp_0; case 7: r0 = s.retval; - r0 = pxsim_numops_toBoolDecr(globals._sceneStack___69637); + r0 = pxsim_numops_toBoolDecr(globals._sceneStack___85521); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } r0 = pxsim_Array__mk(); - globals._sceneStack___69637 = (r0); + globals._sceneStack___85521 = (r0); case 1: case 2: - r0 = pxsim_Array__push(globals._sceneStack___69637, globals._scene___69636); - s.tmp_0 = game_init__P69644_mk(s); + r0 = pxsim_Array__push(globals._sceneStack___85521, globals._scene___85520); + s.tmp_0 = game_init__P85528_mk(s); s.tmp_0.arg0 = true; s.callLocIdx = 820; s.pc = 8; return s.tmp_0; case 8: r0 = s.retval; - r0 = pxsim_numops_toBoolDecr(globals._scenePushHandlers___69638); + r0 = pxsim_numops_toBoolDecr(globals._scenePushHandlers___85522); if (!r0) { step = 3; continue; } - r0 = pxsim_pxtcore_mkAction(1, inline__P77472); + r0 = pxsim_pxtcore_mkAction(1, inline__P93356); s.tmp_0 = r0; - r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.oldScene___77455); - s.tmp_1 = helpers_arrayForEach__P65865_mk(s); - s.tmp_1.arg0 = globals._scenePushHandlers___69638; + r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.oldScene___93339); + s.tmp_1 = helpers_arrayForEach__P81749_mk(s); + s.tmp_1.arg0 = globals._scenePushHandlers___85522; s.tmp_1.arg1 = s.tmp_0; s.callLocIdx = 822; s.pc = 9; return s.tmp_1; case 9: @@ -24328,23 +24328,23 @@ switch (step) { return leave(s, r0) default: oops() } } } -game_pushScene__P68294.info = {"start":1660,"length":367,"line":62,"column":4,"endLine":73,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"pushScene","argumentNames":[]} +game_pushScene__P84178.info = {"start":1660,"length":367,"line":62,"column":4,"endLine":73,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"pushScene","argumentNames":[]} -function game_pushScene__P68294_mk(s) { +function game_pushScene__P84178_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_pushScene__P68294, depth: s.depth + 1, + parent: s, fn: game_pushScene__P84178, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, - oldScene___77455: undefined, + oldScene___93339: undefined, } } -function inline__P77472(s) { +function inline__P93356(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -24369,12 +24369,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P77472.info = {"start":1991,"length":18,"line":71,"column":39,"endLine":71,"endColumn":57,"fileName":"pxt_modules/game/game.ts","functionName":"inline","argumentNames":["cb"]} +inline__P93356.info = {"start":1991,"length":18,"line":71,"column":39,"endLine":71,"endColumn":57,"fileName":"pxt_modules/game/game.ts","functionName":"inline","argumentNames":["cb"]} -function inline__P77472_mk(s) { +function inline__P93356_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P77472, depth: s.depth + 1, + parent: s, fn: inline__P93356, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -24384,7 +24384,7 @@ function inline__P77472_mk(s) { -function particles_disableAll__P68467(s) { +function particles_disableAll__P84351(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -24394,21 +24394,21 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.sources___77476 = undefined; - s.tmp_0 = particles_particleSources__P70000_mk(s); + s.sources___93360 = undefined; + s.tmp_0 = particles_particleSources__P85884_mk(s); s.callLocIdx = 1063; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; - s.sources___77476 = (r0); - r0 = pxsim_numops_toBoolDecr(s.sources___77476); + s.sources___93360 = (r0); + r0 = pxsim_numops_toBoolDecr(s.sources___93360); if (!r0) { step = 1; continue; } - s.tmp_0 = helpers_arrayForEach__P65865_mk(s); - s.tmp_0.arg0 = s.sources___77476; - s.tmp_0.arg1 = inline__P77482; + s.tmp_0 = helpers_arrayForEach__P81749_mk(s); + s.tmp_0.arg0 = s.sources___93360; + s.tmp_0.arg1 = inline__P93366; s.callLocIdx = 1065; s.pc = 4; return s.tmp_0; case 4: r0 = s.retval; - s.tmp_0 = particles_pruneParticles__P69996_mk(s); + s.tmp_0 = particles_pruneParticles__P85880_mk(s); s.callLocIdx = 1066; s.pc = 5; return s.tmp_0; case 5: r0 = s.retval; @@ -24418,22 +24418,22 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_disableAll__P68467.info = {"start":12353,"length":195,"line":401,"column":4,"endLine":407,"endColumn":5,"fileName":"pxt_modules/game/particles.ts","functionName":"disableAll","argumentNames":[]} +particles_disableAll__P84351.info = {"start":12353,"length":195,"line":401,"column":4,"endLine":407,"endColumn":5,"fileName":"pxt_modules/game/particles.ts","functionName":"disableAll","argumentNames":[]} -function particles_disableAll__P68467_mk(s) { +function particles_disableAll__P84351_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_disableAll__P68467, depth: s.depth + 1, + parent: s, fn: particles_disableAll__P84351, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, - sources___77476: undefined, + sources___93360: undefined, } } -function inline__P77482(s) { +function inline__P93366(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -24447,7 +24447,7 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = particles_ParticleSource_enabled__P68449_mk(s); + s.tmp_0 = particles_ParticleSource_enabled__P84333_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = false; s.callLocIdx = 1064; s.pc = 1; return s.tmp_0; @@ -24457,12 +24457,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P77482.info = {"start":12478,"length":22,"line":404,"column":28,"endLine":404,"endColumn":50,"fileName":"pxt_modules/game/particles.ts","functionName":"inline","argumentNames":["s"]} +inline__P93366.info = {"start":12478,"length":22,"line":404,"column":28,"endLine":404,"endColumn":50,"fileName":"pxt_modules/game/particles.ts","functionName":"inline","argumentNames":["s"]} -function inline__P77482_mk(s) { +function inline__P93366_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P77482, depth: s.depth + 1, + parent: s, fn: inline__P93366, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -24472,7 +24472,7 @@ function inline__P77482_mk(s) { -function particles_clearAll__P68466(s) { +function particles_clearAll__P84350(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -24482,21 +24482,21 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.sources___77487 = undefined; - s.tmp_0 = particles_particleSources__P70000_mk(s); + s.sources___93371 = undefined; + s.tmp_0 = particles_particleSources__P85884_mk(s); s.callLocIdx = 1059; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; - s.sources___77487 = (r0); - r0 = pxsim_numops_toBoolDecr(s.sources___77487); + s.sources___93371 = (r0); + r0 = pxsim_numops_toBoolDecr(s.sources___93371); if (!r0) { step = 1; continue; } - s.tmp_0 = helpers_arrayForEach__P65865_mk(s); - s.tmp_0.arg0 = s.sources___77487; - s.tmp_0.arg1 = inline__P77493; + s.tmp_0 = helpers_arrayForEach__P81749_mk(s); + s.tmp_0.arg0 = s.sources___93371; + s.tmp_0.arg1 = inline__P93377; s.callLocIdx = 1061; s.pc = 4; return s.tmp_0; case 4: r0 = s.retval; - s.tmp_0 = particles_pruneParticles__P69996_mk(s); + s.tmp_0 = particles_pruneParticles__P85880_mk(s); s.callLocIdx = 1062; s.pc = 5; return s.tmp_0; case 5: r0 = s.retval; @@ -24506,22 +24506,22 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_clearAll__P68466.info = {"start":12081,"length":185,"line":390,"column":4,"endLine":396,"endColumn":5,"fileName":"pxt_modules/game/particles.ts","functionName":"clearAll","argumentNames":[]} +particles_clearAll__P84350.info = {"start":12081,"length":185,"line":390,"column":4,"endLine":396,"endColumn":5,"fileName":"pxt_modules/game/particles.ts","functionName":"clearAll","argumentNames":[]} -function particles_clearAll__P68466_mk(s) { +function particles_clearAll__P84350_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_clearAll__P68466, depth: s.depth + 1, + parent: s, fn: particles_clearAll__P84350, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, - sources___77487: undefined, + sources___93371: undefined, } } -function inline__P77493(s) { +function inline__P93377(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -24535,7 +24535,7 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = particles_ParticleSource_clear__P68451_mk(s); + s.tmp_0 = particles_ParticleSource_clear__P84335_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 1060; s.pc = 1; return s.tmp_0; case 1: @@ -24544,12 +24544,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P77493.info = {"start":12204,"length":14,"line":393,"column":28,"endLine":393,"endColumn":42,"fileName":"pxt_modules/game/particles.ts","functionName":"inline","argumentNames":["s"]} +inline__P93377.info = {"start":12204,"length":14,"line":393,"column":28,"endLine":393,"endColumn":42,"fileName":"pxt_modules/game/particles.ts","functionName":"inline","argumentNames":["s"]} -function inline__P77493_mk(s) { +function inline__P93377_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P77493, depth: s.depth + 1, + parent: s, fn: inline__P93377, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -24559,7 +24559,7 @@ function inline__P77493_mk(s) { -function controller_Button_onEvent__P67670(s) { +function controller_Button_onEvent__P83554(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -24576,8 +24576,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Button__C67663_VT)) failedCast(r0); - s.tmp_0 = control_onEvent__P66140_mk(s); + if (!checkSubtype(r0, controller_Button__C83547_VT)) failedCast(r0); + s.tmp_0 = control_onEvent__P82024_mk(s); s.tmp_0.arg0 = s.arg1; r0 = s.arg0.fields["id"]; s.tmp_0.arg1 = r0; @@ -24590,12 +24590,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller_Button_onEvent__P67670.info = {"start":3368,"length":124,"line":112,"column":8,"endLine":114,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"onEvent","argumentNames":["this","event","handler"]} +controller_Button_onEvent__P83554.info = {"start":3368,"length":124,"line":112,"column":8,"endLine":114,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"onEvent","argumentNames":["this","event","handler"]} -function controller_Button_onEvent__P67670_mk(s) { +function controller_Button_onEvent__P83554_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Button_onEvent__P67670, depth: s.depth + 1, + parent: s, fn: controller_Button_onEvent__P83554, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -24607,7 +24607,7 @@ function controller_Button_onEvent__P67670_mk(s) { -function scene_systemMenu_initScreen__P69903(s) { +function scene_systemMenu_initScreen__P85787(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -24617,20 +24617,20 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.brightness___77507 = undefined; - s.tmp_0 = settings_readNumber__P67593_mk(s); + s.brightness___93391 = undefined; + s.tmp_0 = settings_readNumber__P83477_mk(s); s.tmp_0.arg0 = "#brightness"; s.callLocIdx = 989; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; - s.brightness___77507 = (r0); - r0 = (s.brightness___77507 !== undefined); + s.brightness___93391 = (r0); + r0 = (s.brightness___93391 !== undefined); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - s.tmp_1 = helpers_setScreenBrightness__P67495_mk(s); - s.tmp_1.arg0 = globals.screen___67562; - s.tmp_1.arg1 = s.brightness___77507; + s.tmp_1 = helpers_setScreenBrightness__P83379_mk(s); + s.tmp_1.arg0 = globals.screen___83446; + s.tmp_1.arg1 = s.brightness___93391; s.callLocIdx = 990; s.pc = 4; return s.tmp_1; case 4: r0 = s.retval; @@ -24640,23 +24640,23 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_initScreen__P69903.info = {"start":13388,"length":175,"line":405,"column":4,"endLine":409,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"initScreen","argumentNames":[]} +scene_systemMenu_initScreen__P85787.info = {"start":13388,"length":175,"line":405,"column":4,"endLine":409,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"initScreen","argumentNames":[]} -function scene_systemMenu_initScreen__P69903_mk(s) { +function scene_systemMenu_initScreen__P85787_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_initScreen__P69903, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_initScreen__P85787, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, - brightness___77507: undefined, + brightness___93391: undefined, } } -function settings_readNumber__P67593(s) { +function settings_readNumber__P83477(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -24666,15 +24666,15 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.buf___77518 = undefined; - s.nums___77525 = undefined; + s.buf___93402 = undefined; + s.nums___93409 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = pxsim.settings._get(s.arg0); - s.buf___77518 = (r0); - r0 = pxsim_numops_toBoolDecr(s.buf___77518); + s.buf___93402 = (r0); + r0 = pxsim_numops_toBoolDecr(s.buf___93402); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; @@ -24684,20 +24684,20 @@ switch (step) { { step = 7; continue; } { step = 6; continue; } case 1: - s.tmp_2 = msgpack_unpackNumberArray__P65936_mk(s); - s.tmp_2.arg0 = s.buf___77518; + s.tmp_2 = msgpack_unpackNumberArray__P81820_mk(s); + s.tmp_2.arg0 = s.buf___93402; s.tmp_2.arg1 = 0; s.callLocIdx = 127; s.pc = 8; return s.tmp_2; case 8: r0 = s.retval; - s.nums___77525 = (r0); - s.tmp_0 = r0 = s.nums___77525; + s.nums___93409 = (r0); + s.tmp_0 = r0 = s.nums___93409; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 2; continue; } r0 = s.tmp_0; { step = 3; continue; } case 2: - r0 = pxsim_Array__length(s.nums___77525); + r0 = pxsim_Array__length(s.nums___93409); s.tmp_1 = r0; r0 = (s.tmp_1 >= 1); case 3: @@ -24705,7 +24705,7 @@ switch (step) { s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); if (!r0) { step = 4; continue; } - r0 = pxsim_Array__getAt(s.nums___77525, 0); + r0 = pxsim_Array__getAt(s.nums___93409, 0); { step = 7; continue; } case 4: case 5: @@ -24717,18 +24717,18 @@ switch (step) { return leave(s, r0) default: oops() } } } -settings_readNumber__P67593.info = {"start":2887,"length":313,"line":114,"column":4,"endLine":124,"endColumn":5,"fileName":"pxt_modules/settings/settings.ts","functionName":"readNumber","argumentNames":["key"]} +settings_readNumber__P83477.info = {"start":2887,"length":313,"line":114,"column":4,"endLine":124,"endColumn":5,"fileName":"pxt_modules/settings/settings.ts","functionName":"readNumber","argumentNames":["key"]} -function settings_readNumber__P67593_mk(s) { +function settings_readNumber__P83477_mk(s) { checkStack(s.depth); return { - parent: s, fn: settings_readNumber__P67593, depth: s.depth + 1, + parent: s, fn: settings_readNumber__P83477, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - buf___77518: undefined, - nums___77525: undefined, + buf___93402: undefined, + nums___93409: undefined, arg0: undefined, } } @@ -24736,7 +24736,7 @@ function settings_readNumber__P67593_mk(s) { -function settings_readBuffer__P67591(s) { +function settings_readBuffer__P83475(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -24754,12 +24754,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -settings_readBuffer__P67591.info = {"start":2516,"length":72,"line":96,"column":4,"endLine":98,"endColumn":5,"fileName":"pxt_modules/settings/settings.ts","functionName":"readBuffer","argumentNames":["key"]} +settings_readBuffer__P83475.info = {"start":2516,"length":72,"line":96,"column":4,"endLine":98,"endColumn":5,"fileName":"pxt_modules/settings/settings.ts","functionName":"readBuffer","argumentNames":["key"]} -function settings_readBuffer__P67591_mk(s) { +function settings_readBuffer__P83475_mk(s) { checkStack(s.depth); return { - parent: s, fn: settings_readBuffer__P67591, depth: s.depth + 1, + parent: s, fn: settings_readBuffer__P83475, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -24768,7 +24768,7 @@ function settings_readBuffer__P67591_mk(s) { -function msgpack_unpackNumberArray__P65936(s) { +function msgpack_unpackNumberArray__P81820(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -24778,16 +24778,16 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.res___77538 = undefined; - s.fmt___77545 = undefined; - s.v___77554 = undefined; + s.res___93422 = undefined; + s.fmt___93429 = undefined; + s.v___93438 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = pxsim_Array__mk(); - s.res___77538 = (r0); + s.res___93422 = (r0); case 1: s.tmp_1 = r0 = s.arg1; r0 = pxsim.BufferMethods.length(s.arg0); @@ -24799,14 +24799,14 @@ switch (step) { s.tmp_3 = r0 = s.arg1; r0 = (s.tmp_3 + 1); s.arg1 = (r0); - s.tmp_4 = msgpack_tagFormat__P69253_mk(s); + s.tmp_4 = msgpack_tagFormat__P85137_mk(s); r0 = pxsim.BufferMethods.getByte(s.arg0, s.tmp_3); s.tmp_4.arg0 = r0; s.callLocIdx = 19; s.pc = 12; return s.tmp_4; case 12: r0 = s.retval; - s.fmt___77545 = (r0); - r0 = (s.fmt___77545 === null); + s.fmt___93429 = (r0); + r0 = (s.fmt___93429 === null); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 6; continue; } @@ -24814,21 +24814,21 @@ switch (step) { r0 = (s.arg1 - 1); s.tmp_2 = r0; r0 = pxsim.BufferMethods.getNumber(s.tmp_1, 6, s.tmp_2); - s.v___77554 = (r0); - r0 = (-31 <= s.v___77554); + s.v___93438 = (r0); + r0 = (-31 <= s.v___93438); s.tmp_0 = r0; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 2; continue; } r0 = s.tmp_0; { step = 3; continue; } case 2: - r0 = (s.v___77554 <= 127); + r0 = (s.v___93438 <= 127); case 3: // jmp value (already in r0) s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 4; continue; } - r0 = pxsim_Array__push(s.res___77538, s.v___77554); + r0 = pxsim_Array__push(s.res___93422, s.v___93438); { step = 5; continue; } case 4: r0 = null; @@ -24836,13 +24836,13 @@ switch (step) { case 5: { step = 7; continue; } case 6: - s.tmp_0 = r0 = s.res___77538; - r0 = pxsim.BufferMethods.getNumber(s.arg0, s.fmt___77545, s.arg1); + s.tmp_0 = r0 = s.res___93422; + r0 = pxsim.BufferMethods.getNumber(s.arg0, s.fmt___93429, s.arg1); s.tmp_1 = r0; r0 = pxsim_Array__push(s.tmp_0, s.tmp_1); s.tmp_0 = r0 = s.arg1; - s.tmp_2 = pins_sizeOf__P65928_mk(s); - s.tmp_2.arg0 = s.fmt___77545; + s.tmp_2 = pins_sizeOf__P81812_mk(s); + s.tmp_2.arg0 = s.fmt___93429; s.callLocIdx = 20; s.pc = 13; return s.tmp_2; case 13: r0 = s.retval; @@ -24863,26 +24863,26 @@ switch (step) { case 9: { step = 1; continue; } case 10: - r0 = s.res___77538; + r0 = s.res___93422; case 11: return leave(s, r0) default: oops() } } } -msgpack_unpackNumberArray__P65936.info = {"start":2650,"length":669,"line":91,"column":4,"endLine":111,"endColumn":5,"fileName":"pxt_modules/base/buffer.ts","functionName":"unpackNumberArray","argumentNames":["buf","offset"]} +msgpack_unpackNumberArray__P81820.info = {"start":2650,"length":669,"line":91,"column":4,"endLine":111,"endColumn":5,"fileName":"pxt_modules/base/buffer.ts","functionName":"unpackNumberArray","argumentNames":["buf","offset"]} -function msgpack_unpackNumberArray__P65936_mk(s) { +function msgpack_unpackNumberArray__P81820_mk(s) { checkStack(s.depth); return { - parent: s, fn: msgpack_unpackNumberArray__P65936, depth: s.depth + 1, + parent: s, fn: msgpack_unpackNumberArray__P81820, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, tmp_4: undefined, - res___77538: undefined, - fmt___77545: undefined, - v___77554: undefined, + res___93422: undefined, + fmt___93429: undefined, + v___93438: undefined, arg0: undefined, arg1: undefined, } } @@ -24891,7 +24891,7 @@ function msgpack_unpackNumberArray__P65936_mk(s) { -function scene_systemMenu_initVolume__P69902(s) { +function scene_systemMenu_initVolume__P85786(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -24901,19 +24901,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.vol___77599 = undefined; - s.tmp_0 = settings_readNumber__P67593_mk(s); + s.vol___93483 = undefined; + s.tmp_0 = settings_readNumber__P83477_mk(s); s.tmp_0.arg0 = "#volume"; s.callLocIdx = 987; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; - s.vol___77599 = (r0); - r0 = (s.vol___77599 !== undefined); + s.vol___93483 = (r0); + r0 = (s.vol___93483 !== undefined); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - s.tmp_1 = music_setVolume__P67352_mk(s); - s.tmp_1.arg0 = s.vol___77599; + s.tmp_1 = music_setVolume__P83236_mk(s); + s.tmp_1.arg0 = s.vol___93483; s.callLocIdx = 988; s.pc = 4; return s.tmp_1; case 4: r0 = s.retval; @@ -24923,23 +24923,23 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_systemMenu_initVolume__P69902.info = {"start":13238,"length":144,"line":399,"column":4,"endLine":403,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"initVolume","argumentNames":[]} +scene_systemMenu_initVolume__P85786.info = {"start":13238,"length":144,"line":399,"column":4,"endLine":403,"endColumn":5,"fileName":"pxt_modules/game/systemmenu.ts","functionName":"initVolume","argumentNames":[]} -function scene_systemMenu_initVolume__P69902_mk(s) { +function scene_systemMenu_initVolume__P85786_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_systemMenu_initVolume__P69902, depth: s.depth + 1, + parent: s, fn: scene_systemMenu_initVolume__P85786, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, - vol___77599: undefined, + vol___93483: undefined, } } -function game_currentScene__P68290(s) { +function game_currentScene__P84174(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -24949,21 +24949,21 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = game_init__P69644_mk(s); + s.tmp_0 = game_init__P85528_mk(s); s.tmp_0.arg0 = undefined; s.callLocIdx = 812; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - r0 = globals._scene___69636; + r0 = globals._scene___85520; return leave(s, r0) default: oops() } } } -game_currentScene__P68290.info = {"start":667,"length":90,"line":22,"column":4,"endLine":25,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"currentScene","argumentNames":[]} +game_currentScene__P84174.info = {"start":667,"length":90,"line":22,"column":4,"endLine":25,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"currentScene","argumentNames":[]} -function game_currentScene__P68290_mk(s) { +function game_currentScene__P84174_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_currentScene__P68290, depth: s.depth + 1, + parent: s, fn: game_currentScene__P84174, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, } } @@ -24972,7 +24972,7 @@ function game_currentScene__P68290_mk(s) { -function game_addScenePopHandler__P68309(s) { +function game_addScenePopHandler__P84193(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -24986,35 +24986,35 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - r0 = pxsim_numops_toBoolDecr(globals._scenePopHandlers___69639); + r0 = pxsim_numops_toBoolDecr(globals._scenePopHandlers___85523); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } r0 = pxsim_Array__mk(); - globals._scenePopHandlers___69639 = (r0); + globals._scenePopHandlers___85523 = (r0); case 1: case 2: - r0 = pxsim_Array_.indexOf(globals._scenePopHandlers___69639, s.arg0, undefined); + r0 = pxsim_Array_.indexOf(globals._scenePopHandlers___85523, s.arg0, undefined); s.tmp_1 = r0; r0 = (s.tmp_1 < 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 3; continue; } - r0 = pxsim_Array__push(globals._scenePopHandlers___69639, s.arg0); + r0 = pxsim_Array__push(globals._scenePopHandlers___85523, s.arg0); case 3: case 4: r0 = undefined; return leave(s, r0) default: oops() } } } -game_addScenePopHandler__P68309.info = {"start":11754,"length":237,"line":368,"column":4,"endLine":372,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"addScenePopHandler","argumentNames":["handler"]} +game_addScenePopHandler__P84193.info = {"start":11754,"length":237,"line":368,"column":4,"endLine":372,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"addScenePopHandler","argumentNames":["handler"]} -function game_addScenePopHandler__P68309_mk(s) { +function game_addScenePopHandler__P84193_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_addScenePopHandler__P68309, depth: s.depth + 1, + parent: s, fn: game_addScenePopHandler__P84193, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -25025,7 +25025,7 @@ function game_addScenePopHandler__P68309_mk(s) { -function game_addScenePushHandler__P68307(s) { +function game_addScenePushHandler__P84191(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25039,35 +25039,35 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - r0 = pxsim_numops_toBoolDecr(globals._scenePushHandlers___69638); + r0 = pxsim_numops_toBoolDecr(globals._scenePushHandlers___85522); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } r0 = pxsim_Array__mk(); - globals._scenePushHandlers___69638 = (r0); + globals._scenePushHandlers___85522 = (r0); case 1: case 2: - r0 = pxsim_Array_.indexOf(globals._scenePushHandlers___69638, s.arg0, undefined); + r0 = pxsim_Array_.indexOf(globals._scenePushHandlers___85522, s.arg0, undefined); s.tmp_1 = r0; r0 = (s.tmp_1 < 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 3; continue; } - r0 = pxsim_Array__push(globals._scenePushHandlers___69638, s.arg0); + r0 = pxsim_Array__push(globals._scenePushHandlers___85522, s.arg0); case 3: case 4: r0 = undefined; return leave(s, r0) default: oops() } } } -game_addScenePushHandler__P68307.info = {"start":10753,"length":242,"line":344,"column":4,"endLine":348,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"addScenePushHandler","argumentNames":["handler"]} +game_addScenePushHandler__P84191.info = {"start":10753,"length":242,"line":344,"column":4,"endLine":348,"endColumn":5,"fileName":"pxt_modules/game/game.ts","functionName":"addScenePushHandler","argumentNames":["handler"]} -function game_addScenePushHandler__P68307_mk(s) { +function game_addScenePushHandler__P84191_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_addScenePushHandler__P68307, depth: s.depth + 1, + parent: s, fn: game_addScenePushHandler__P84191, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -25078,7 +25078,7 @@ function game_addScenePushHandler__P68307_mk(s) { -function Fx8__P65904(s) { +function Fx8__P81788(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25098,12 +25098,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Fx8__P65904.info = {"start":42,"length":68,"line":4,"column":0,"endLine":6,"endColumn":1,"fileName":"pxt_modules/base/fixed.ts","functionName":"Fx8","argumentNames":["v"]} +Fx8__P81788.info = {"start":42,"length":68,"line":4,"column":0,"endLine":6,"endColumn":1,"fileName":"pxt_modules/base/fixed.ts","functionName":"Fx8","argumentNames":["v"]} -function Fx8__P65904_mk(s) { +function Fx8__P81788_mk(s) { checkStack(s.depth); return { - parent: s, fn: Fx8__P65904, depth: s.depth + 1, + parent: s, fn: Fx8__P81788, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -25113,7 +25113,7 @@ function Fx8__P65904_mk(s) { -function SpriteKind_create__P67891(s) { +function SpriteKind_create__P83775(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25123,26 +25123,26 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = (globals.nextKind___69482 === undefined); + r0 = (globals.nextKind___85366 === undefined); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - globals.nextKind___69482 = (1000); + globals.nextKind___85366 = (1000); case 1: case 2: - s.tmp_0 = r0 = globals.nextKind___69482; + s.tmp_0 = r0 = globals.nextKind___85366; r0 = (s.tmp_0 + 1); - globals.nextKind___69482 = (r0); + globals.nextKind___85366 = (r0); r0 = s.tmp_0; return leave(s, r0) default: oops() } } } -SpriteKind_create__P67891.info = {"start":750,"length":112,"line":25,"column":4,"endLine":28,"endColumn":5,"fileName":"pxt_modules/game/spritekind.ts","functionName":"create","argumentNames":[]} +SpriteKind_create__P83775.info = {"start":750,"length":112,"line":25,"column":4,"endLine":28,"endColumn":5,"fileName":"pxt_modules/game/spritekind.ts","functionName":"create","argumentNames":[]} -function SpriteKind_create__P67891_mk(s) { +function SpriteKind_create__P83775_mk(s) { checkStack(s.depth); return { - parent: s, fn: SpriteKind_create__P67891, depth: s.depth + 1, + parent: s, fn: SpriteKind_create__P83775, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, } } @@ -25151,7 +25151,7 @@ function SpriteKind_create__P67891_mk(s) { -function controller_Button_constructor__P67669(s) { +function controller_Button_constructor__P83553(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25168,7 +25168,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Button__C67663_VT)) failedCast(r0); + if (!checkSubtype(r0, controller_Button__C83547_VT)) failedCast(r0); r0 = (s.arg0).fields["id"] = (s.arg1); r0 = (s.arg0).fields["_pressed"] = (false); r0 = (s.arg0).fields["repeatDelay"] = (undefined); @@ -25178,13 +25178,13 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 3; continue; } - r0 = pxsim_pxtcore_mkAction(1, inline__P77675); + r0 = pxsim_pxtcore_mkAction(1, inline__P93559); s.tmp_1 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_1, 0, s.arg0); r0 = s.arg0.fields["id"]; s.tmp_2 = r0; r0 = pxsim.control.internalOnEvent(2050, s.tmp_2, s.tmp_1, 16); - r0 = pxsim_pxtcore_mkAction(1, inline__P77682); + r0 = pxsim_pxtcore_mkAction(1, inline__P93566); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); r0 = s.arg0.fields["id"]; @@ -25203,12 +25203,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller_Button_constructor__P67669.info = {"start":1589,"length":863,"line":67,"column":8,"endLine":83,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":["this","id","configKey"]} +controller_Button_constructor__P83553.info = {"start":1589,"length":863,"line":67,"column":8,"endLine":83,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":["this","id","configKey"]} -function controller_Button_constructor__P67669_mk(s) { +function controller_Button_constructor__P83553_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Button_constructor__P67669, depth: s.depth + 1, + parent: s, fn: controller_Button_constructor__P83553, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -25222,7 +25222,7 @@ function controller_Button_constructor__P67669_mk(s) { -function inline__P77675(s) { +function inline__P93559(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25232,7 +25232,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = controller_Button_setPressed__P67674_mk(s); + s.tmp_0 = controller_Button_setPressed__P83558_mk(s); s.tmp_0.arg0 = s.caps[0]; s.tmp_0.arg1 = false; s.callLocIdx = 139; s.pc = 1; return s.tmp_0; @@ -25242,12 +25242,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P77675.info = {"start":2211,"length":28,"line":77,"column":66,"endLine":77,"endColumn":94,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":[]} +inline__P93559.info = {"start":2211,"length":28,"line":77,"column":66,"endLine":77,"endColumn":94,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":[]} -function inline__P77675_mk(s) { +function inline__P93559_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P77675, depth: s.depth + 1, + parent: s, fn: inline__P93559, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, } } @@ -25256,7 +25256,7 @@ function inline__P77675_mk(s) { -function inline__P77682(s) { +function inline__P93566(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25266,7 +25266,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_0 = controller_Button_setPressed__P67674_mk(s); + s.tmp_0 = controller_Button_setPressed__P83558_mk(s); s.tmp_0.arg0 = s.caps[0]; s.tmp_0.arg1 = true; s.callLocIdx = 140; s.pc = 1; return s.tmp_0; @@ -25276,12 +25276,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P77682.info = {"start":2313,"length":27,"line":78,"column":68,"endLine":78,"endColumn":95,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":[]} +inline__P93566.info = {"start":2313,"length":27,"line":78,"column":68,"endLine":78,"endColumn":95,"fileName":"pxt_modules/game/controller.ts","functionName":"inline","argumentNames":[]} -function inline__P77682_mk(s) { +function inline__P93566_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P77682, depth: s.depth + 1, + parent: s, fn: inline__P93566, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, } } @@ -25290,7 +25290,7 @@ function inline__P77682_mk(s) { -function controller_setupButton__P69464(s) { +function controller_setupButton__P85348(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25309,12 +25309,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller_setupButton__P69464.info = {"start":983,"length":93,"line":47,"column":4,"endLine":49,"endColumn":6,"fileName":"pxt_modules/game/controller.ts","functionName":"setupButton","argumentNames":["buttonId","key"]} +controller_setupButton__P85348.info = {"start":983,"length":93,"line":47,"column":4,"endLine":49,"endColumn":6,"fileName":"pxt_modules/game/controller.ts","functionName":"setupButton","argumentNames":["buttonId","key"]} -function controller_setupButton__P69464_mk(s) { +function controller_setupButton__P85348_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_setupButton__P69464, depth: s.depth + 1, + parent: s, fn: controller_setupButton__P85348, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -25324,7 +25324,7 @@ function controller_setupButton__P69464_mk(s) { -function controller_Button_setPressed__P67674(s) { +function controller_Button_setPressed__P83558(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25340,14 +25340,14 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Button__C67663_VT)) failedCast(r0); + if (!checkSubtype(r0, controller_Button__C83547_VT)) failedCast(r0); r0 = s.arg0.fields["_pressed"]; s.tmp_1 = r0; r0 = (s.tmp_1 != s.arg1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 5; continue; } - s.tmp_2 = power_poke__P67465_mk(s); + s.tmp_2 = power_poke__P83349_mk(s); s.callLocIdx = 143; s.pc = 7; return s.tmp_2; case 7: r0 = s.retval; @@ -25355,7 +25355,7 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - s.tmp_1 = controller_Controller_connected__P67703_mk(s); + s.tmp_1 = controller_Controller_connected__P83587_mk(s); r0 = s.arg0.fields["_owner"]; s.tmp_1.arg0 = r0; s.tmp_1.arg1 = true; @@ -25370,7 +25370,7 @@ switch (step) { r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 3; continue; } r0 = (s.arg0).fields["_pressedElasped"] = (0); - s.tmp_0 = controller_Button_raiseButtonDown__P69466_mk(s); + s.tmp_0 = controller_Button_raiseButtonDown__P85350_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 145; s.pc = 9; return s.tmp_0; case 9: @@ -25378,7 +25378,7 @@ switch (step) { { step = 4; continue; } case 3: r0 = (s.arg0).fields["_repeatCount"] = (0); - s.tmp_0 = controller_Button_raiseButtonUp__P69465_mk(s); + s.tmp_0 = controller_Button_raiseButtonUp__P85349_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 146; s.pc = 10; return s.tmp_0; case 10: @@ -25390,12 +25390,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller_Button_setPressed__P67674.info = {"start":4600,"length":507,"line":148,"column":8,"endLine":162,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"setPressed","argumentNames":["this","pressed"]} +controller_Button_setPressed__P83558.info = {"start":4600,"length":507,"line":148,"column":8,"endLine":162,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"setPressed","argumentNames":["this","pressed"]} -function controller_Button_setPressed__P67674_mk(s) { +function controller_Button_setPressed__P83558_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Button_setPressed__P67674, depth: s.depth + 1, + parent: s, fn: controller_Button_setPressed__P83558, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -25408,7 +25408,7 @@ function controller_Button_setPressed__P67674_mk(s) { -function controller_Button_raiseButtonDown__P69466(s) { +function controller_Button_raiseButtonDown__P85350(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25423,8 +25423,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Button__C67663_VT)) failedCast(r0); - r0 = pxsim_numops_toBoolDecr(globals._userEventsEnabled___69458); + if (!checkSubtype(r0, controller_Button__C83547_VT)) failedCast(r0); + r0 = pxsim_numops_toBoolDecr(globals._userEventsEnabled___85342); if (!r0) { step = 1; continue; } r0 = s.arg0.fields["id"]; s.tmp_0 = r0; @@ -25439,12 +25439,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller_Button_raiseButtonDown__P69466.info = {"start":2672,"length":205,"line":92,"column":8,"endLine":97,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"raiseButtonDown","argumentNames":["this"]} +controller_Button_raiseButtonDown__P85350.info = {"start":2672,"length":205,"line":92,"column":8,"endLine":97,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"raiseButtonDown","argumentNames":["this"]} -function controller_Button_raiseButtonDown__P69466_mk(s) { +function controller_Button_raiseButtonDown__P85350_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Button_raiseButtonDown__P69466, depth: s.depth + 1, + parent: s, fn: controller_Button_raiseButtonDown__P85350, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -25454,7 +25454,7 @@ function controller_Button_raiseButtonDown__P69466_mk(s) { -function controller_Button_raiseButtonUp__P69465(s) { +function controller_Button_raiseButtonUp__P85349(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25469,8 +25469,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Button__C67663_VT)) failedCast(r0); - r0 = pxsim_numops_toBoolDecr(globals._userEventsEnabled___69458); + if (!checkSubtype(r0, controller_Button__C83547_VT)) failedCast(r0); + r0 = pxsim_numops_toBoolDecr(globals._userEventsEnabled___85342); if (!r0) { step = 1; continue; } r0 = s.arg0.fields["id"]; s.tmp_0 = r0; @@ -25485,12 +25485,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller_Button_raiseButtonUp__P69465.info = {"start":2462,"length":200,"line":85,"column":8,"endLine":90,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"raiseButtonUp","argumentNames":["this"]} +controller_Button_raiseButtonUp__P85349.info = {"start":2462,"length":200,"line":85,"column":8,"endLine":90,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"raiseButtonUp","argumentNames":["this"]} -function controller_Button_raiseButtonUp__P69465_mk(s) { +function controller_Button_raiseButtonUp__P85349_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Button_raiseButtonUp__P69465, depth: s.depth + 1, + parent: s, fn: controller_Button_raiseButtonUp__P85349, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -25500,7 +25500,7 @@ function controller_Button_raiseButtonUp__P69465_mk(s) { -function controller_Controller_connected__P67703(s) { +function controller_Controller_connected__P83587(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25516,7 +25516,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Controller__C67683_VT)) failedCast(r0); + if (!checkSubtype(r0, controller_Controller__C83567_VT)) failedCast(r0); r0 = s.arg0.fields["_connected"]; s.tmp_1 = r0; r0 = (s.arg1 != s.tmp_1); @@ -25544,12 +25544,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller_Controller_connected__P67703.info = {"start":12550,"length":261,"line":405,"column":8,"endLine":410,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"connected","argumentNames":["this","value"]} +controller_Controller_connected__P83587.info = {"start":12550,"length":261,"line":405,"column":8,"endLine":410,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"connected","argumentNames":["this","value"]} -function controller_Controller_connected__P67703_mk(s) { +function controller_Controller_connected__P83587_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Controller_connected__P67703, depth: s.depth + 1, + parent: s, fn: controller_Controller_connected__P83587, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -25562,7 +25562,7 @@ function controller_Controller_connected__P67703_mk(s) { -function controller_Controller_id__P67690(s) { +function controller_Controller_id__P83574(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25577,18 +25577,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Controller__C67683_VT)) failedCast(r0); + if (!checkSubtype(r0, controller_Controller__C83567_VT)) failedCast(r0); r0 = s.arg0.fields["_id"]; return leaveAccessor(s, r0) default: oops() } } } -controller_Controller_id__P67690.info = {"start":8841,"length":49,"line":276,"column":8,"endLine":278,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"id","argumentNames":["this"]} -controller_Controller_id__P67690.isGetter = true; +controller_Controller_id__P83574.info = {"start":8841,"length":49,"line":276,"column":8,"endLine":278,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"id","argumentNames":["this"]} +controller_Controller_id__P83574.isGetter = true; -function controller_Controller_id__P67690_mk(s) { +function controller_Controller_id__P83574_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Controller_id__P67690, depth: s.depth + 1, + parent: s, fn: controller_Controller_id__P83574, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -25597,7 +25597,7 @@ function controller_Controller_id__P67690_mk(s) { -function controller_Controller_connected__P67702(s) { +function controller_Controller_connected__P83586(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25612,18 +25612,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Controller__C67683_VT)) failedCast(r0); + if (!checkSubtype(r0, controller_Controller__C83567_VT)) failedCast(r0); r0 = s.arg0.fields["_connected"]; return leaveAccessor(s, r0) default: oops() } } } -controller_Controller_connected__P67702.info = {"start":12477,"length":63,"line":401,"column":8,"endLine":403,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"connected","argumentNames":["this"]} -controller_Controller_connected__P67702.isGetter = true; +controller_Controller_connected__P83586.info = {"start":12477,"length":63,"line":401,"column":8,"endLine":403,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"connected","argumentNames":["this"]} +controller_Controller_connected__P83586.isGetter = true; -function controller_Controller_connected__P67702_mk(s) { +function controller_Controller_connected__P83586_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Controller_connected__P67702, depth: s.depth + 1, + parent: s, fn: controller_Controller_connected__P83586, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -25632,7 +25632,7 @@ function controller_Controller_connected__P67702_mk(s) { -function settings_initScopes__P69431(s) { +function settings_initScopes__P85315(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25642,17 +25642,17 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.rn___77760 = undefined; - s.tmp_1 = settings_runNumber__P67585_mk(s); + s.rn___93644 = undefined; + s.tmp_1 = settings_runNumber__P83469_mk(s); s.callLocIdx = 118; s.pc = 1; return s.tmp_1; case 1: r0 = s.retval; s.tmp_0 = r0; r0 = (s.tmp_0 + 1); - s.rn___77760 = (r0); - s.tmp_0 = settings_writeNumber__P67589_mk(s); - s.tmp_0.arg0 = globals.RUN_KEY___69419; - s.tmp_0.arg1 = s.rn___77760; + s.rn___93644 = (r0); + s.tmp_0 = settings_writeNumber__P83473_mk(s); + s.tmp_0.arg0 = globals.RUN_KEY___85303; + s.tmp_0.arg1 = s.rn___93644; s.callLocIdx = 119; s.pc = 2; return s.tmp_0; case 2: r0 = s.retval; @@ -25661,8 +25661,8 @@ switch (step) { r0 = (s.tmp_1 & 2147483647); s.tmp_0 = r0; r0 = pxsim_pxtcore.seedAddRandom(s.tmp_0); - r0 = pxsim_pxtcore.seedAddRandom(s.rn___77760); - s.tmp_0 = settings_setScope__P69430_mk(s); + r0 = pxsim_pxtcore.seedAddRandom(s.rn___93644); + s.tmp_0 = settings_setScope__P85314_mk(s); r0 = pxsim_pxtcore.programName(); s.tmp_0.arg0 = r0; s.callLocIdx = 120; s.pc = 3; return s.tmp_0; @@ -25672,23 +25672,23 @@ switch (step) { return leave(s, r0) default: oops() } } } -settings_initScopes__P69431.info = {"start":1104,"length":230,"line":41,"column":4,"endLine":49,"endColumn":5,"fileName":"pxt_modules/settings/settings.ts","functionName":"initScopes","argumentNames":[]} +settings_initScopes__P85315.info = {"start":1104,"length":230,"line":41,"column":4,"endLine":49,"endColumn":5,"fileName":"pxt_modules/settings/settings.ts","functionName":"initScopes","argumentNames":[]} -function settings_initScopes__P69431_mk(s) { +function settings_initScopes__P85315_mk(s) { checkStack(s.depth); return { - parent: s, fn: settings_initScopes__P69431, depth: s.depth + 1, + parent: s, fn: settings_initScopes__P85315, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, - rn___77760: undefined, + rn___93644: undefined, } } -function settings_setScope__P69430(s) { +function settings_setScope__P85314(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25698,7 +25698,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.currScope___77789 = undefined; + s.currScope___93673 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; @@ -25723,19 +25723,19 @@ switch (step) { r0 = pxsim_pxtrt.panic(922); case 3: case 4: - s.tmp_0 = settings_readString__P67592_mk(s); - s.tmp_0.arg0 = globals.SCOPE_KEY___69420; + s.tmp_0 = settings_readString__P83476_mk(s); + s.tmp_0.arg0 = globals.SCOPE_KEY___85304; s.callLocIdx = 116; s.pc = 7; return s.tmp_0; case 7: r0 = s.retval; - s.currScope___77789 = (r0); - r0 = (s.currScope___77789 != s.arg0); + s.currScope___93673 = (r0); + r0 = (s.currScope___93673 != s.arg0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 5; continue; } r0 = pxsim.settings._userClean(); - s.tmp_0 = settings_writeString__P67588_mk(s); - s.tmp_0.arg0 = globals.SCOPE_KEY___69420; + s.tmp_0 = settings_writeString__P83472_mk(s); + s.tmp_0.arg0 = globals.SCOPE_KEY___85304; s.tmp_0.arg1 = s.arg0; s.callLocIdx = 117; s.pc = 8; return s.tmp_0; case 8: @@ -25746,18 +25746,18 @@ switch (step) { return leave(s, r0) default: oops() } } } -settings_setScope__P69430.info = {"start":826,"length":272,"line":31,"column":4,"endLine":39,"endColumn":5,"fileName":"pxt_modules/settings/settings.ts","functionName":"setScope","argumentNames":["scope"]} +settings_setScope__P85314.info = {"start":826,"length":272,"line":31,"column":4,"endLine":39,"endColumn":5,"fileName":"pxt_modules/settings/settings.ts","functionName":"setScope","argumentNames":["scope"]} -function settings_setScope__P69430_mk(s) { +function settings_setScope__P85314_mk(s) { checkStack(s.depth); return { - parent: s, fn: settings_setScope__P69430, depth: s.depth + 1, + parent: s, fn: settings_setScope__P85314, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, - currScope___77789: undefined, + currScope___93673: undefined, arg0: undefined, } } @@ -25765,7 +25765,7 @@ function settings_setScope__P69430_mk(s) { -function settings_readString__P67592(s) { +function settings_readString__P83476(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25775,14 +25775,14 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.buf___77810 = undefined; + s.buf___93694 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = pxsim.settings._get(s.arg0); - s.buf___77810 = (r0); - r0 = pxsim_numops_toBoolDecr(s.buf___77810); + s.buf___93694 = (r0); + r0 = pxsim_numops_toBoolDecr(s.buf___93694); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; @@ -25792,7 +25792,7 @@ switch (step) { { step = 3; continue; } { step = 2; continue; } case 1: - r0 = pxsim.BufferMethods.toString(s.buf___77810); + r0 = pxsim.BufferMethods.toString(s.buf___93694); { step = 3; continue; } case 2: r0 = undefined; @@ -25800,16 +25800,16 @@ switch (step) { return leave(s, r0) default: oops() } } } -settings_readString__P67592.info = {"start":2649,"length":177,"line":103,"column":4,"endLine":109,"endColumn":5,"fileName":"pxt_modules/settings/settings.ts","functionName":"readString","argumentNames":["key"]} +settings_readString__P83476.info = {"start":2649,"length":177,"line":103,"column":4,"endLine":109,"endColumn":5,"fileName":"pxt_modules/settings/settings.ts","functionName":"readString","argumentNames":["key"]} -function settings_readString__P67592_mk(s) { +function settings_readString__P83476_mk(s) { checkStack(s.depth); return { - parent: s, fn: settings_readString__P67592, depth: s.depth + 1, + parent: s, fn: settings_readString__P83476, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, - buf___77810: undefined, + buf___93694: undefined, arg0: undefined, } } @@ -25817,7 +25817,7 @@ function settings_readString__P67592_mk(s) { -function settings_writeString__P67588(s) { +function settings_writeString__P83472(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25832,7 +25832,7 @@ switch (step) { s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } - s.tmp_0 = settings_writeBuffer__P67587_mk(s); + s.tmp_0 = settings_writeBuffer__P83471_mk(s); s.tmp_0.arg0 = s.arg0; r0 = pxsim.control.createBufferFromUTF8(s.arg1); s.tmp_0.arg1 = r0; @@ -25843,12 +25843,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -settings_writeString__P67588.info = {"start":1895,"length":125,"line":75,"column":4,"endLine":77,"endColumn":5,"fileName":"pxt_modules/settings/settings.ts","functionName":"writeString","argumentNames":["key","value"]} +settings_writeString__P83472.info = {"start":1895,"length":125,"line":75,"column":4,"endLine":77,"endColumn":5,"fileName":"pxt_modules/settings/settings.ts","functionName":"writeString","argumentNames":["key","value"]} -function settings_writeString__P67588_mk(s) { +function settings_writeString__P83472_mk(s) { checkStack(s.depth); return { - parent: s, fn: settings_writeString__P67588, depth: s.depth + 1, + parent: s, fn: settings_writeString__P83472, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -25859,7 +25859,7 @@ function settings_writeString__P67588_mk(s) { -function settings_runNumber__P67585(s) { +function settings_runNumber__P83469(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25869,8 +25869,8 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tmp_1 = settings_readNumber__P67593_mk(s); - s.tmp_1.arg0 = globals.RUN_KEY___69419; + s.tmp_1 = settings_readNumber__P83477_mk(s); + s.tmp_1.arg0 = globals.RUN_KEY___85303; s.callLocIdx = 115; s.pc = 3; return s.tmp_1; case 3: r0 = s.retval; @@ -25888,12 +25888,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -settings_runNumber__P67585.info = {"start":745,"length":75,"line":27,"column":4,"endLine":29,"endColumn":5,"fileName":"pxt_modules/settings/settings.ts","functionName":"runNumber","argumentNames":[]} +settings_runNumber__P83469.info = {"start":745,"length":75,"line":27,"column":4,"endLine":29,"endColumn":5,"fileName":"pxt_modules/settings/settings.ts","functionName":"runNumber","argumentNames":[]} -function settings_runNumber__P67585_mk(s) { +function settings_runNumber__P83469_mk(s) { checkStack(s.depth); return { - parent: s, fn: settings_runNumber__P67585, depth: s.depth + 1, + parent: s, fn: settings_runNumber__P83469, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -25904,7 +25904,7 @@ function settings_runNumber__P67585_mk(s) { -function control___screen_setupUpdate__P67524(s) { +function control___screen_setupUpdate__P83408(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25918,8 +25918,8 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - globals.__updated___69388 = (true); - globals.__update___69386 = (s.arg0); + globals.__updated___85272 = (true); + globals.__update___85270 = (s.arg0); s.tmp_0 = lambda_1_mk(s); s.tmp_0.argL = s.arg0; setupLambda(s.tmp_0, s.tmp_0.argL); @@ -25930,12 +25930,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -control___screen_setupUpdate__P67524.info = {"start":198,"length":125,"line":10,"column":4,"endLine":14,"endColumn":5,"fileName":"pxt_modules/screen/frame.ts","functionName":"setupUpdate","argumentNames":["update"]} +control___screen_setupUpdate__P83408.info = {"start":198,"length":125,"line":10,"column":4,"endLine":14,"endColumn":5,"fileName":"pxt_modules/screen/frame.ts","functionName":"setupUpdate","argumentNames":["update"]} -function control___screen_setupUpdate__P67524_mk(s) { +function control___screen_setupUpdate__P83408_mk(s) { checkStack(s.depth); return { - parent: s, fn: control___screen_setupUpdate__P67524, depth: s.depth + 1, + parent: s, fn: control___screen_setupUpdate__P83408, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -25945,7 +25945,7 @@ function control___screen_setupUpdate__P67524_mk(s) { -function control___screen_update__P67523(s) { +function control___screen_update__P83407(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -25955,27 +25955,27 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - r0 = pxsim_numops_toBoolDecr(globals.__update___69386); + r0 = pxsim_numops_toBoolDecr(globals.__update___85270); if (!r0) { step = 1; continue; } s.tmp_0 = lambda_1_mk(s); - s.tmp_0.argL = globals.__update___69386; + s.tmp_0.argL = globals.__update___85270; setupLambda(s.tmp_0, s.tmp_0.argL); s.callLocIdx = 110; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; case 1: case 2: - globals.__updated___69388 = (true); + globals.__updated___85272 = (true); r0 = undefined; return leave(s, r0) default: oops() } } } -control___screen_update__P67523.info = {"start":90,"length":102,"line":4,"column":4,"endLine":8,"endColumn":5,"fileName":"pxt_modules/screen/frame.ts","functionName":"update","argumentNames":[]} +control___screen_update__P83407.info = {"start":90,"length":102,"line":4,"column":4,"endLine":8,"endColumn":5,"fileName":"pxt_modules/screen/frame.ts","functionName":"update","argumentNames":[]} -function control___screen_update__P67523_mk(s) { +function control___screen_update__P83407_mk(s) { checkStack(s.depth); return { - parent: s, fn: control___screen_update__P67523, depth: s.depth + 1, + parent: s, fn: control___screen_update__P83407, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, } } @@ -25984,7 +25984,7 @@ function control___screen_update__P67523_mk(s) { -function pause__P66162(s) { +function pause__P82046(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -26008,12 +26008,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -pause__P66162.info = {"start":246,"length":57,"line":7,"column":0,"endLine":9,"endColumn":1,"fileName":"pxt_modules/base/pause.ts","functionName":"pause","argumentNames":["ms"]} +pause__P82046.info = {"start":246,"length":57,"line":7,"column":0,"endLine":9,"endColumn":1,"fileName":"pxt_modules/base/pause.ts","functionName":"pause","argumentNames":["ms"]} -function pause__P66162_mk(s) { +function pause__P82046_mk(s) { checkStack(s.depth); return { - parent: s, fn: pause__P66162, depth: s.depth + 1, + parent: s, fn: pause__P82046, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -26022,7 +26022,7 @@ function pause__P66162_mk(s) { -function sprites_SpriteSet_toString__P67886(s) { +function sprites_SpriteSet_toString__P83770(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -26037,7 +26037,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_SpriteSet__C67875_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_SpriteSet__C83759_VT)) failedCast(r0); r0 = pxsim_String_.mkEmpty(); s.tmp_1 = r0; r0 = s.arg0.fields["_sprites"]; @@ -26059,12 +26059,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -sprites_SpriteSet_toString__P67886.info = {"start":2577,"length":66,"line":97,"column":8,"endLine":99,"endColumn":9,"fileName":"pxt_modules/game/spriteset.ts","functionName":"toString","argumentNames":["this"]} +sprites_SpriteSet_toString__P83770.info = {"start":2577,"length":66,"line":97,"column":8,"endLine":99,"endColumn":9,"fileName":"pxt_modules/game/spriteset.ts","functionName":"toString","argumentNames":["this"]} -function sprites_SpriteSet_toString__P67886_mk(s) { +function sprites_SpriteSet_toString__P83770_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_SpriteSet_toString__P67886, depth: s.depth + 1, + parent: s, fn: sprites_SpriteSet_toString__P83770, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -26078,7 +26078,7 @@ function sprites_SpriteSet_toString__P67886_mk(s) { -function sprites_SpriteSet_length__P67878(s) { +function sprites_SpriteSet_length__P83762(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -26093,20 +26093,20 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_SpriteSet__C67875_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_SpriteSet__C83759_VT)) failedCast(r0); r0 = s.arg0.fields["_sprites"]; s.tmp_0 = r0; r0 = pxsim_Array__length(s.tmp_0); return leaveAccessor(s, r0) default: oops() } } } -sprites_SpriteSet_length__P67878.info = {"start":628,"length":65,"line":26,"column":8,"endLine":28,"endColumn":9,"fileName":"pxt_modules/game/spriteset.ts","functionName":"length","argumentNames":["this"]} -sprites_SpriteSet_length__P67878.isGetter = true; +sprites_SpriteSet_length__P83762.info = {"start":628,"length":65,"line":26,"column":8,"endLine":28,"endColumn":9,"fileName":"pxt_modules/game/spriteset.ts","functionName":"length","argumentNames":["this"]} +sprites_SpriteSet_length__P83762.isGetter = true; -function sprites_SpriteSet_length__P67878_mk(s) { +function sprites_SpriteSet_length__P83762_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_SpriteSet_length__P67878, depth: s.depth + 1, + parent: s, fn: sprites_SpriteSet_length__P83762, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -26116,7 +26116,7 @@ function sprites_SpriteSet_length__P67878_mk(s) { -function music_Melody_toString__P67367(s) { +function music_Melody_toString__P83251(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -26131,17 +26131,17 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, music_Melody__C67358_VT)) failedCast(r0); + if (!checkSubtype(r0, music_Melody__C83242_VT)) failedCast(r0); r0 = s.arg0.fields["_text"]; return leave(s, r0) default: oops() } } } -music_Melody_toString__P67367.info = {"start":9640,"length":53,"line":303,"column":8,"endLine":305,"endColumn":9,"fileName":"pxt_modules/mixer/melody.ts","functionName":"toString","argumentNames":["this"]} +music_Melody_toString__P83251.info = {"start":9640,"length":53,"line":303,"column":8,"endLine":305,"endColumn":9,"fileName":"pxt_modules/mixer/melody.ts","functionName":"toString","argumentNames":["this"]} -function music_Melody_toString__P67367_mk(s) { +function music_Melody_toString__P83251_mk(s) { checkStack(s.depth); return { - parent: s, fn: music_Melody_toString__P67367, depth: s.depth + 1, + parent: s, fn: music_Melody_toString__P83251, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -26150,7 +26150,7 @@ function music_Melody_toString__P67367_mk(s) { -function sprites_SpriteMap_toString__P67866(s) { +function sprites_SpriteMap_toString__P83750(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -26165,7 +26165,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_SpriteMap__C67858_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_SpriteMap__C83742_VT)) failedCast(r0); r0 = pxsim_String_.mkEmpty(); s.tmp_3 = r0; r0 = s.arg0.fields["buckets"]; @@ -26185,10 +26185,10 @@ switch (step) { s.tmp_2 = r0; r0 = pxsim_String__concat(s.tmp_2, " buckets, "); s.tmp_1 = r0; - s.tmp_10 = helpers_arrayFilter__P65866_mk(s); + s.tmp_10 = helpers_arrayFilter__P81750_mk(s); r0 = s.arg0.fields["buckets"]; s.tmp_10.arg0 = r0; - s.tmp_10.arg1 = inline__P77861; + s.tmp_10.arg1 = inline__P93745; s.callLocIdx = 425; s.pc = 2; return s.tmp_10; case 2: r0 = s.retval; @@ -26210,12 +26210,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -sprites_SpriteMap_toString__P67866.info = {"start":4109,"length":123,"line":112,"column":8,"endLine":114,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"toString","argumentNames":["this"]} +sprites_SpriteMap_toString__P83750.info = {"start":4109,"length":123,"line":112,"column":8,"endLine":114,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"toString","argumentNames":["this"]} -function sprites_SpriteMap_toString__P67866_mk(s) { +function sprites_SpriteMap_toString__P83750_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_SpriteMap_toString__P67866, depth: s.depth + 1, + parent: s, fn: sprites_SpriteMap_toString__P83750, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -26235,7 +26235,7 @@ function sprites_SpriteMap_toString__P67866_mk(s) { -function inline__P77861(s) { +function inline__P93745(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -26259,12 +26259,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P77861.info = {"start":4196,"length":8,"line":113,"column":74,"endLine":113,"endColumn":82,"fileName":"pxt_modules/game/spritemap.ts","functionName":"inline","argumentNames":["b"]} +inline__P93745.info = {"start":4196,"length":8,"line":113,"column":74,"endLine":113,"endColumn":82,"fileName":"pxt_modules/game/spritemap.ts","functionName":"inline","argumentNames":["b"]} -function inline__P77861_mk(s) { +function inline__P93745_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P77861, depth: s.depth + 1, + parent: s, fn: inline__P93745, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -26276,7 +26276,7 @@ function inline__P77861_mk(s) { -function ArcadePhysicsEngine_moveSprite__P67952(s) { +function ArcadePhysicsEngine_moveSprite__P83836(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -26286,9 +26286,9 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tm___77899 = undefined; - s.maxDist___77909 = undefined; - s.ms___77929 = undefined; + s.tm___93783 = undefined; + s.maxDist___93793 = undefined; + s.ms___93813 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -26297,7 +26297,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, ArcadePhysicsEngine__C67938_VT)) failedCast(r0); + if (!checkSubtype(r0, ArcadePhysicsEngine__C83822_VT)) failedCast(r0); r0 = s.arg1.fields["_x"]; s.tmp_0 = r0; r0 = (s.arg1).fields["_lastX"] = (s.tmp_0); @@ -26326,19 +26326,19 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 13; continue; } - s.tmp_4 = game_currentScene__P68290_mk(s); + s.tmp_4 = game_currentScene__P84174_mk(s); s.callLocIdx = 636; s.pc = 16; return s.tmp_4; case 16: r0 = s.retval; r0 = r0.fields["tileMap"]; - s.tm___77899 = (r0); - s.tmp_0 = r0 = s.tm___77899; + s.tm___93783 = (r0); + s.tmp_0 = r0 = s.tm___93783; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 1; continue; } r0 = s.tmp_0; { step = 2; continue; } case 1: - r0 = s.tm___77899.fields["_map"]; + r0 = s.tm___93783.fields["_map"]; s.tmp_4 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_4); s.tmp_3 = r0; @@ -26364,8 +26364,8 @@ switch (step) { r0 = (s.tmp_8 + 128); s.tmp_9 = r0; r0 = (s.tmp_9 >> 8); - s.maxDist___77909 = (r0); - s.tmp_2 = Math_abs__P65883_mk(s); + s.maxDist___93793 = (r0); + s.tmp_2 = Math_abs__P81767_mk(s); r0 = (s.arg2 + 128); s.tmp_3 = r0; r0 = (s.tmp_3 >> 8); @@ -26374,14 +26374,14 @@ switch (step) { case 17: r0 = s.retval; s.tmp_1 = r0; - r0 = (s.tmp_1 <= s.maxDist___77909); + r0 = (s.tmp_1 <= s.maxDist___93793); s.tmp_0 = r0; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 5; continue; } r0 = s.tmp_0; { step = 6; continue; } case 5: - s.tmp_5 = Math_abs__P65883_mk(s); + s.tmp_5 = Math_abs__P81767_mk(s); r0 = (s.arg3 + 128); s.tmp_6 = r0; r0 = (s.tmp_6 >> 8); @@ -26390,15 +26390,15 @@ switch (step) { case 18: r0 = s.retval; s.tmp_4 = r0; - r0 = (s.tmp_4 <= s.maxDist___77909); + r0 = (s.tmp_4 <= s.maxDist___93793); case 6: // jmp value (already in r0) s.tmp_7 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_7); if (!r0) { step = 7; continue; } - r0 = pxsim_pxtcore_mkClassInstance(MovingSprite__C67936_VT); + r0 = pxsim_pxtcore_mkClassInstance(MovingSprite__C83820_VT); s.tmp_8 = r0; - s.tmp_9 = MovingSprite_constructor__P67937_mk(s); + s.tmp_9 = MovingSprite_constructor__P83821_mk(s); s.tmp_9.arg0 = s.tmp_8; s.tmp_9.arg1 = s.arg1; r0 = s.arg1.fields["_vx"]; @@ -26412,18 +26412,18 @@ switch (step) { s.callLocIdx = 643; s.pc = 19; return s.tmp_9; case 19: r0 = s.retval; - s.ms___77929 = (s.tmp_8); - s.tmp_0 = ArcadePhysicsEngine_tilemapCollisions__P69512_mk(s); + s.ms___93813 = (s.tmp_8); + s.tmp_0 = ArcadePhysicsEngine_tilemapCollisions__P85396_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_0.arg1 = s.ms___77929; - s.tmp_0.arg2 = s.tm___77899; + s.tmp_0.arg1 = s.ms___93813; + s.tmp_0.arg2 = s.tm___93783; s.callLocIdx = 644; s.pc = 20; return s.tmp_0; case 20: r0 = s.retval; { step = 12; continue; } case 7: - s.tmp_1 = tiles_TileMap_isOnWall__P68103_mk(s); - s.tmp_1.arg0 = s.tm___77899; + s.tmp_1 = tiles_TileMap_isOnWall__P83987_mk(s); + s.tmp_1.arg0 = s.tm___93783; s.tmp_1.arg1 = s.arg1; s.callLocIdx = 645; s.pc = 21; return s.tmp_1; case 21: @@ -26434,10 +26434,10 @@ switch (step) { r0 = s.tmp_0; { step = 9; continue; } case 8: - s.tmp_4 = ArcadePhysicsEngine_canResolveClipping__P69514_mk(s); + s.tmp_4 = ArcadePhysicsEngine_canResolveClipping__P85398_mk(s); s.tmp_4.arg0 = s.arg0; s.tmp_4.arg1 = s.arg1; - s.tmp_4.arg2 = s.tm___77899; + s.tmp_4.arg2 = s.tm___93783; s.callLocIdx = 646; s.pc = 22; return s.tmp_4; case 22: r0 = s.retval; @@ -26473,12 +26473,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -ArcadePhysicsEngine_moveSprite__P67952.info = {"start":21906,"length":1276,"line":643,"column":4,"endLine":676,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"moveSprite","argumentNames":["this","s","dx","dy"]} +ArcadePhysicsEngine_moveSprite__P83836.info = {"start":21906,"length":1276,"line":643,"column":4,"endLine":676,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"moveSprite","argumentNames":["this","s","dx","dy"]} -function ArcadePhysicsEngine_moveSprite__P67952_mk(s) { +function ArcadePhysicsEngine_moveSprite__P83836_mk(s) { checkStack(s.depth); return { - parent: s, fn: ArcadePhysicsEngine_moveSprite__P67952, depth: s.depth + 1, + parent: s, fn: ArcadePhysicsEngine_moveSprite__P83836, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -26490,9 +26490,9 @@ function ArcadePhysicsEngine_moveSprite__P67952_mk(s) { tmp_7: undefined, tmp_8: undefined, tmp_9: undefined, - tm___77899: undefined, - maxDist___77909: undefined, - ms___77929: undefined, + tm___93783: undefined, + maxDist___93793: undefined, + ms___93813: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -26503,7 +26503,7 @@ function ArcadePhysicsEngine_moveSprite__P67952_mk(s) { -function ArcadePhysicsEngine_canResolveClipping__P69514(s) { +function ArcadePhysicsEngine_canResolveClipping__P85398(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -26513,19 +26513,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.hbox___77974 = undefined; - s.sz___77977 = undefined; - s.maxMove___77982 = undefined; - s.origY___77984 = undefined; - s.origX___77987 = undefined; - s.l___77990 = undefined; - s.r___77995 = undefined; - s.t___78000 = undefined; - s.b___78005 = undefined; - s.offset___78010 = undefined; - s.offset___78035 = undefined; - s.offset___78066 = undefined; - s.offset___78091 = undefined; + s.hbox___93858 = undefined; + s.sz___93861 = undefined; + s.maxMove___93866 = undefined; + s.origY___93868 = undefined; + s.origX___93871 = undefined; + s.l___93874 = undefined; + s.r___93879 = undefined; + s.t___93884 = undefined; + s.b___93889 = undefined; + s.offset___93894 = undefined; + s.offset___93919 = undefined; + s.offset___93950 = undefined; + s.offset___93975 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -26533,7 +26533,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, ArcadePhysicsEngine__C67938_VT)) failedCast(r0); + if (!checkSubtype(r0, ArcadePhysicsEngine__C83822_VT)) failedCast(r0); r0 = s.arg1.fields["_image"]; s.tmp_3 = r0; r0 = pxsim_ImageMethods.isStatic(s.tmp_3); @@ -26544,7 +26544,7 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - s.tmp_4 = Sprite_setHitbox__P67821_mk(s); + s.tmp_4 = Sprite_setHitbox__P83705_mk(s); s.tmp_4.arg0 = s.arg1; s.callLocIdx = 648; s.pc = 20; return s.tmp_4; case 20: @@ -26552,23 +26552,23 @@ switch (step) { case 1: case 2: r0 = s.arg1.fields["_hitbox"]; - s.hbox___77974 = (r0); + s.hbox___93858 = (r0); r0 = s.arg2.fields["_scale"]; s.tmp_0 = r0; r0 = (1 << s.tmp_0); - s.sz___77977 = (r0); - s.tmp_0 = ArcadePhysicsEngine_maxStep__P67944_mk(s); + s.sz___93861 = (r0); + s.tmp_0 = ArcadePhysicsEngine_maxStep__P83828_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 650; s.pc = 21; return s.tmp_0; case 21: r0 = s.retval; - s.maxMove___77982 = (r0); + s.maxMove___93866 = (r0); r0 = s.arg1.fields["_y"]; - s.origY___77984 = (r0); + s.origY___93868 = (r0); r0 = s.arg1.fields["_x"]; - s.origX___77987 = (r0); - s.tmp_1 = game_Hitbox_left__P67726_mk(s); - s.tmp_1.arg0 = s.hbox___77974; + s.origX___93871 = (r0); + s.tmp_1 = game_Hitbox_left__P83610_mk(s); + s.tmp_1.arg0 = s.hbox___93858; s.callLocIdx = 651; s.pc = 22; return s.tmp_1; case 22: r0 = s.retval; @@ -26576,9 +26576,9 @@ switch (step) { r0 = (s.tmp_0 + 128); s.tmp_2 = r0; r0 = (s.tmp_2 >> 8); - s.l___77990 = (r0); - s.tmp_1 = game_Hitbox_right__P67728_mk(s); - s.tmp_1.arg0 = s.hbox___77974; + s.l___93874 = (r0); + s.tmp_1 = game_Hitbox_right__P83612_mk(s); + s.tmp_1.arg0 = s.hbox___93858; s.callLocIdx = 653; s.pc = 23; return s.tmp_1; case 23: r0 = s.retval; @@ -26586,9 +26586,9 @@ switch (step) { r0 = (s.tmp_0 + 128); s.tmp_2 = r0; r0 = (s.tmp_2 >> 8); - s.r___77995 = (r0); - s.tmp_1 = game_Hitbox_top__P67727_mk(s); - s.tmp_1.arg0 = s.hbox___77974; + s.r___93879 = (r0); + s.tmp_1 = game_Hitbox_top__P83611_mk(s); + s.tmp_1.arg0 = s.hbox___93858; s.callLocIdx = 655; s.pc = 24; return s.tmp_1; case 24: r0 = s.retval; @@ -26596,9 +26596,9 @@ switch (step) { r0 = (s.tmp_0 + 128); s.tmp_2 = r0; r0 = (s.tmp_2 >> 8); - s.t___78000 = (r0); - s.tmp_1 = game_Hitbox_bottom__P67729_mk(s); - s.tmp_1.arg0 = s.hbox___77974; + s.t___93884 = (r0); + s.tmp_1 = game_Hitbox_bottom__P83613_mk(s); + s.tmp_1.arg0 = s.hbox___93858; s.callLocIdx = 657; s.pc = 25; return s.tmp_1; case 25: r0 = s.retval; @@ -26606,26 +26606,26 @@ switch (step) { r0 = (s.tmp_0 + 128); s.tmp_2 = r0; r0 = (s.tmp_2 >> 8); - s.b___78005 = (r0); - r0 = (s.b___78005 + 1); + s.b___93889 = (r0); + r0 = (s.b___93889 + 1); s.tmp_0 = r0; - r0 = (s.tmp_0 % s.sz___77977); - s.offset___78010 = (r0); - r0 = (s.offset___78010 <= s.maxMove___77982); + r0 = (s.tmp_0 % s.sz___93861); + s.offset___93894 = (r0); + r0 = (s.offset___93894 <= s.maxMove___93866); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 5; continue; } s.tmp_1 = r0 = s.arg1; r0 = s.arg1.fields["_y"]; s.tmp_3 = r0; - r0 = (s.offset___78010 * 256); + r0 = (s.offset___93894 * 256); s.tmp_5 = r0; r0 = (s.tmp_5 | 0); s.tmp_4 = r0; r0 = (s.tmp_3 - s.tmp_4); s.tmp_2 = r0; r0 = (s.tmp_1).fields["_y"] = (s.tmp_2); - s.tmp_3 = tiles_TileMap_isOnWall__P68103_mk(s); + s.tmp_3 = tiles_TileMap_isOnWall__P83987_mk(s); s.tmp_3.arg0 = s.arg2; s.tmp_3.arg1 = s.arg1; s.callLocIdx = 661; s.pc = 26; return s.tmp_3; @@ -26642,35 +26642,35 @@ switch (step) { { step = 19; continue; } { step = 4; continue; } case 3: - r0 = (s.arg1).fields["_y"] = (s.origY___77984); + r0 = (s.arg1).fields["_y"] = (s.origY___93868); case 4: case 5: case 6: - r0 = (s.t___78000 / s.sz___77977); + r0 = (s.t___93884 / s.sz___93861); s.tmp_3 = r0; r0 = pxsim.Math_.floor(s.tmp_3); s.tmp_2 = r0; r0 = (s.tmp_2 + 1); s.tmp_1 = r0; - r0 = (s.tmp_1 * s.sz___77977); + r0 = (s.tmp_1 * s.sz___93861); s.tmp_0 = r0; - r0 = (s.tmp_0 - s.t___78000); - s.offset___78035 = (r0); - r0 = (s.offset___78035 <= s.maxMove___77982); + r0 = (s.tmp_0 - s.t___93884); + s.offset___93919 = (r0); + r0 = (s.offset___93919 <= s.maxMove___93866); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 9; continue; } s.tmp_1 = r0 = s.arg1; r0 = s.arg1.fields["_y"]; s.tmp_3 = r0; - r0 = (s.offset___78035 * 256); + r0 = (s.offset___93919 * 256); s.tmp_5 = r0; r0 = (s.tmp_5 | 0); s.tmp_4 = r0; r0 = (s.tmp_3 + s.tmp_4); s.tmp_2 = r0; r0 = (s.tmp_1).fields["_y"] = (s.tmp_2); - s.tmp_3 = tiles_TileMap_isOnWall__P68103_mk(s); + s.tmp_3 = tiles_TileMap_isOnWall__P83987_mk(s); s.tmp_3.arg0 = s.arg2; s.tmp_3.arg1 = s.arg1; s.callLocIdx = 664; s.pc = 27; return s.tmp_3; @@ -26687,29 +26687,29 @@ switch (step) { { step = 19; continue; } { step = 8; continue; } case 7: - r0 = (s.arg1).fields["_y"] = (s.origY___77984); + r0 = (s.arg1).fields["_y"] = (s.origY___93868); case 8: case 9: case 10: - r0 = (s.r___77995 + 1); + r0 = (s.r___93879 + 1); s.tmp_0 = r0; - r0 = (s.tmp_0 % s.sz___77977); - s.offset___78066 = (r0); - r0 = (s.offset___78066 <= s.maxMove___77982); + r0 = (s.tmp_0 % s.sz___93861); + s.offset___93950 = (r0); + r0 = (s.offset___93950 <= s.maxMove___93866); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 13; continue; } s.tmp_1 = r0 = s.arg1; r0 = s.arg1.fields["_x"]; s.tmp_3 = r0; - r0 = (s.offset___78066 * 256); + r0 = (s.offset___93950 * 256); s.tmp_5 = r0; r0 = (s.tmp_5 | 0); s.tmp_4 = r0; r0 = (s.tmp_3 - s.tmp_4); s.tmp_2 = r0; r0 = (s.tmp_1).fields["_x"] = (s.tmp_2); - s.tmp_3 = tiles_TileMap_isOnWall__P68103_mk(s); + s.tmp_3 = tiles_TileMap_isOnWall__P83987_mk(s); s.tmp_3.arg0 = s.arg2; s.tmp_3.arg1 = s.arg1; s.callLocIdx = 667; s.pc = 28; return s.tmp_3; @@ -26726,35 +26726,35 @@ switch (step) { { step = 19; continue; } { step = 12; continue; } case 11: - r0 = (s.arg1).fields["_x"] = (s.origX___77987); + r0 = (s.arg1).fields["_x"] = (s.origX___93871); case 12: case 13: case 14: - r0 = (s.l___77990 / s.sz___77977); + r0 = (s.l___93874 / s.sz___93861); s.tmp_3 = r0; r0 = pxsim.Math_.floor(s.tmp_3); s.tmp_2 = r0; r0 = (s.tmp_2 + 1); s.tmp_1 = r0; - r0 = (s.tmp_1 * s.sz___77977); + r0 = (s.tmp_1 * s.sz___93861); s.tmp_0 = r0; - r0 = (s.tmp_0 - s.l___77990); - s.offset___78091 = (r0); - r0 = (s.offset___78091 <= s.maxMove___77982); + r0 = (s.tmp_0 - s.l___93874); + s.offset___93975 = (r0); + r0 = (s.offset___93975 <= s.maxMove___93866); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 17; continue; } s.tmp_1 = r0 = s.arg1; r0 = s.arg1.fields["_x"]; s.tmp_3 = r0; - r0 = (s.offset___78091 * 256); + r0 = (s.offset___93975 * 256); s.tmp_5 = r0; r0 = (s.tmp_5 | 0); s.tmp_4 = r0; r0 = (s.tmp_3 + s.tmp_4); s.tmp_2 = r0; r0 = (s.tmp_1).fields["_x"] = (s.tmp_2); - s.tmp_3 = tiles_TileMap_isOnWall__P68103_mk(s); + s.tmp_3 = tiles_TileMap_isOnWall__P83987_mk(s); s.tmp_3.arg0 = s.arg2; s.tmp_3.arg1 = s.arg1; s.callLocIdx = 670; s.pc = 29; return s.tmp_3; @@ -26771,7 +26771,7 @@ switch (step) { { step = 19; continue; } { step = 16; continue; } case 15: - r0 = (s.arg1).fields["_x"] = (s.origX___77987); + r0 = (s.arg1).fields["_x"] = (s.origX___93871); case 16: case 17: case 18: @@ -26780,12 +26780,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -ArcadePhysicsEngine_canResolveClipping__P69514.info = {"start":23278,"length":2135,"line":679,"column":4,"endLine":750,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"canResolveClipping","argumentNames":["this","s","tm"]} +ArcadePhysicsEngine_canResolveClipping__P85398.info = {"start":23278,"length":2135,"line":679,"column":4,"endLine":750,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"canResolveClipping","argumentNames":["this","s","tm"]} -function ArcadePhysicsEngine_canResolveClipping__P69514_mk(s) { +function ArcadePhysicsEngine_canResolveClipping__P85398_mk(s) { checkStack(s.depth); return { - parent: s, fn: ArcadePhysicsEngine_canResolveClipping__P69514, depth: s.depth + 1, + parent: s, fn: ArcadePhysicsEngine_canResolveClipping__P85398, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -26793,19 +26793,19 @@ function ArcadePhysicsEngine_canResolveClipping__P69514_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - hbox___77974: undefined, - sz___77977: undefined, - maxMove___77982: undefined, - origY___77984: undefined, - origX___77987: undefined, - l___77990: undefined, - r___77995: undefined, - t___78000: undefined, - b___78005: undefined, - offset___78010: undefined, - offset___78035: undefined, - offset___78066: undefined, - offset___78091: undefined, + hbox___93858: undefined, + sz___93861: undefined, + maxMove___93866: undefined, + origY___93868: undefined, + origX___93871: undefined, + l___93874: undefined, + r___93879: undefined, + t___93884: undefined, + b___93889: undefined, + offset___93894: undefined, + offset___93919: undefined, + offset___93950: undefined, + offset___93975: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -26815,7 +26815,7 @@ function ArcadePhysicsEngine_canResolveClipping__P69514_mk(s) { -function Sprite_isStatic__P67822(s) { +function Sprite_isStatic__P83706(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -26830,19 +26830,19 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["_image"]; s.tmp_0 = r0; r0 = pxsim_ImageMethods.isStatic(s.tmp_0); return leave(s, r0) default: oops() } } } -Sprite_isStatic__P67822.info = {"start":8445,"length":57,"line":303,"column":4,"endLine":305,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"isStatic","argumentNames":["this"]} +Sprite_isStatic__P83706.info = {"start":8445,"length":57,"line":303,"column":4,"endLine":305,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"isStatic","argumentNames":["this"]} -function Sprite_isStatic__P67822_mk(s) { +function Sprite_isStatic__P83706_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_isStatic__P67822, depth: s.depth + 1, + parent: s, fn: Sprite_isStatic__P83706, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -26852,7 +26852,7 @@ function Sprite_isStatic__P67822_mk(s) { -function game_Hitbox_bottom__P67729(s) { +function game_Hitbox_bottom__P83613(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -26867,10 +26867,10 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, game_Hitbox__C67719_VT)) failedCast(r0); + if (!checkSubtype(r0, game_Hitbox__C83603_VT)) failedCast(r0); r0 = s.arg0.fields["height"]; s.tmp_1 = r0; - s.tmp_3 = game_Hitbox_top__P67727_mk(s); + s.tmp_3 = game_Hitbox_top__P83611_mk(s); s.tmp_3.arg0 = s.arg0; s.callLocIdx = 204; s.pc = 1; return s.tmp_3; case 1: @@ -26882,13 +26882,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -game_Hitbox_bottom__P67729.info = {"start":742,"length":139,"line":31,"column":8,"endLine":36,"endColumn":9,"fileName":"pxt_modules/game/hitbox.ts","functionName":"bottom","argumentNames":["this"]} -game_Hitbox_bottom__P67729.isGetter = true; +game_Hitbox_bottom__P83613.info = {"start":742,"length":139,"line":31,"column":8,"endLine":36,"endColumn":9,"fileName":"pxt_modules/game/hitbox.ts","functionName":"bottom","argumentNames":["this"]} +game_Hitbox_bottom__P83613.isGetter = true; -function game_Hitbox_bottom__P67729_mk(s) { +function game_Hitbox_bottom__P83613_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_Hitbox_bottom__P67729, depth: s.depth + 1, + parent: s, fn: game_Hitbox_bottom__P83613, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -26901,7 +26901,7 @@ function game_Hitbox_bottom__P67729_mk(s) { -function game_Hitbox_right__P67728(s) { +function game_Hitbox_right__P83612(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -26916,10 +26916,10 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, game_Hitbox__C67719_VT)) failedCast(r0); + if (!checkSubtype(r0, game_Hitbox__C83603_VT)) failedCast(r0); r0 = s.arg0.fields["width"]; s.tmp_1 = r0; - s.tmp_3 = game_Hitbox_left__P67726_mk(s); + s.tmp_3 = game_Hitbox_left__P83610_mk(s); s.tmp_3.arg0 = s.arg0; s.callLocIdx = 201; s.pc = 1; return s.tmp_3; case 1: @@ -26931,13 +26931,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -game_Hitbox_right__P67728.info = {"start":594,"length":138,"line":24,"column":8,"endLine":29,"endColumn":9,"fileName":"pxt_modules/game/hitbox.ts","functionName":"right","argumentNames":["this"]} -game_Hitbox_right__P67728.isGetter = true; +game_Hitbox_right__P83612.info = {"start":594,"length":138,"line":24,"column":8,"endLine":29,"endColumn":9,"fileName":"pxt_modules/game/hitbox.ts","functionName":"right","argumentNames":["this"]} +game_Hitbox_right__P83612.isGetter = true; -function game_Hitbox_right__P67728_mk(s) { +function game_Hitbox_right__P83612_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_Hitbox_right__P67728, depth: s.depth + 1, + parent: s, fn: game_Hitbox_right__P83612, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -26950,7 +26950,7 @@ function game_Hitbox_right__P67728_mk(s) { -function game_Hitbox_top__P67727(s) { +function game_Hitbox_top__P83611(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -26965,7 +26965,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, game_Hitbox__C67719_VT)) failedCast(r0); + if (!checkSubtype(r0, game_Hitbox__C83603_VT)) failedCast(r0); r0 = s.arg0.fields["oy"]; s.tmp_0 = r0; r0 = s.arg0.fields["parent"]; @@ -26975,13 +26975,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -game_Hitbox_top__P67727.info = {"start":511,"length":73,"line":20,"column":8,"endLine":22,"endColumn":9,"fileName":"pxt_modules/game/hitbox.ts","functionName":"top","argumentNames":["this"]} -game_Hitbox_top__P67727.isGetter = true; +game_Hitbox_top__P83611.info = {"start":511,"length":73,"line":20,"column":8,"endLine":22,"endColumn":9,"fileName":"pxt_modules/game/hitbox.ts","functionName":"top","argumentNames":["this"]} +game_Hitbox_top__P83611.isGetter = true; -function game_Hitbox_top__P67727_mk(s) { +function game_Hitbox_top__P83611_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_Hitbox_top__P67727, depth: s.depth + 1, + parent: s, fn: game_Hitbox_top__P83611, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -26992,7 +26992,7 @@ function game_Hitbox_top__P67727_mk(s) { -function game_Hitbox_left__P67726(s) { +function game_Hitbox_left__P83610(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -27007,7 +27007,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, game_Hitbox__C67719_VT)) failedCast(r0); + if (!checkSubtype(r0, game_Hitbox__C83603_VT)) failedCast(r0); r0 = s.arg0.fields["ox"]; s.tmp_0 = r0; r0 = s.arg0.fields["parent"]; @@ -27017,13 +27017,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -game_Hitbox_left__P67726.info = {"start":427,"length":74,"line":16,"column":8,"endLine":18,"endColumn":9,"fileName":"pxt_modules/game/hitbox.ts","functionName":"left","argumentNames":["this"]} -game_Hitbox_left__P67726.isGetter = true; +game_Hitbox_left__P83610.info = {"start":427,"length":74,"line":16,"column":8,"endLine":18,"endColumn":9,"fileName":"pxt_modules/game/hitbox.ts","functionName":"left","argumentNames":["this"]} +game_Hitbox_left__P83610.isGetter = true; -function game_Hitbox_left__P67726_mk(s) { +function game_Hitbox_left__P83610_mk(s) { checkStack(s.depth); return { - parent: s, fn: game_Hitbox_left__P67726, depth: s.depth + 1, + parent: s, fn: game_Hitbox_left__P83610, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -27034,7 +27034,7 @@ function game_Hitbox_left__P67726_mk(s) { -function ArcadePhysicsEngine_tilemapCollisions__P69512(s) { +function ArcadePhysicsEngine_tilemapCollisions__P85396(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -27044,38 +27044,38 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.s___78259 = undefined; - s.hbox___78282 = undefined; - s.tileScale___78285 = undefined; - s.tileSize___78288 = undefined; - s.xDiff___78292 = undefined; - s.yDiff___78299 = undefined; - s.overlappedTiles___78306 = undefined; - s.right___78311 = undefined; - s.x0___78315 = undefined; - s.collidedTiles___78330 = undefined; - s.y___78332 = undefined; - s.y0___78346 = undefined; - s.obstacle___78362 = undefined; - s.collisionDirection___78396 = undefined; - s.tile___78422 = undefined; - s.unnamed388___U15 = undefined; - s.unnamed389___U16 = undefined; - s.down___78500 = undefined; - s.y0___78504 = undefined; - s.collidedTiles___78519 = undefined; - s.overlappedTiles___78521 = undefined; - s.x___78523 = undefined; - s.x0___78533 = undefined; - s.obstacle___78547 = undefined; - s.collisionDirection___78581 = undefined; - s.tile___78607 = undefined; - s.unnamed390___U26 = undefined; - s.unnamed391___U27 = undefined; - s.x___78682 = undefined; - s.x0___78692 = undefined; - s.y___78702 = undefined; - s.y0___78712 = undefined; + s.s___94143 = undefined; + s.hbox___94166 = undefined; + s.tileScale___94169 = undefined; + s.tileSize___94172 = undefined; + s.xDiff___94176 = undefined; + s.yDiff___94183 = undefined; + s.overlappedTiles___94190 = undefined; + s.right___94195 = undefined; + s.x0___94199 = undefined; + s.collidedTiles___94214 = undefined; + s.y___94216 = undefined; + s.y0___94230 = undefined; + s.obstacle___94246 = undefined; + s.collisionDirection___94280 = undefined; + s.tile___94306 = undefined; + s.unnamed468___U15 = undefined; + s.unnamed469___U16 = undefined; + s.down___94384 = undefined; + s.y0___94388 = undefined; + s.collidedTiles___94403 = undefined; + s.overlappedTiles___94405 = undefined; + s.x___94407 = undefined; + s.x0___94417 = undefined; + s.obstacle___94431 = undefined; + s.collisionDirection___94465 = undefined; + s.tile___94491 = undefined; + s.unnamed470___U26 = undefined; + s.unnamed471___U27 = undefined; + s.x___94566 = undefined; + s.x0___94576 = undefined; + s.y___94586 = undefined; + s.y0___94596 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -27083,18 +27083,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, ArcadePhysicsEngine__C67938_VT)) failedCast(r0); + if (!checkSubtype(r0, ArcadePhysicsEngine__C83822_VT)) failedCast(r0); r0 = s.arg1.fields["sprite"]; - s.s___78259 = (r0); - r0 = s.s___78259.fields["flags"]; + s.s___94143 = (r0); + r0 = s.s___94143.fields["flags"]; s.tmp_1 = r0; r0 = (s.tmp_1 & 256); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 3; continue; } - s.tmp_3 = tiles_TileMap_isOnWall__P68103_mk(s); + s.tmp_3 = tiles_TileMap_isOnWall__P83987_mk(s); s.tmp_3.arg0 = s.arg2; - s.tmp_3.arg1 = s.s___78259; + s.tmp_3.arg1 = s.s___94143; s.callLocIdx = 529; s.pc = 84; return s.tmp_3; case 84: r0 = s.retval; @@ -27104,7 +27104,7 @@ switch (step) { { step = 83; continue; } { step = 2; continue; } case 1: - s.tmp_4 = r0 = s.s___78259; + s.tmp_4 = r0 = s.s___94143; r0 = s.tmp_4.fields["flags"]; s.tmp_6 = r0; r0 = (s.tmp_6 & -257); @@ -27113,7 +27113,7 @@ switch (step) { case 2: case 3: case 4: - r0 = s.s___78259.fields["_image"]; + r0 = s.s___94143.fields["_image"]; s.tmp_3 = r0; r0 = pxsim_ImageMethods.isStatic(s.tmp_3); s.tmp_2 = r0; @@ -27123,43 +27123,43 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 5; continue; } - s.tmp_4 = Sprite_setHitbox__P67821_mk(s); - s.tmp_4.arg0 = s.s___78259; + s.tmp_4 = Sprite_setHitbox__P83705_mk(s); + s.tmp_4.arg0 = s.s___94143; s.callLocIdx = 531; s.pc = 85; return s.tmp_4; case 85: r0 = s.retval; case 5: case 6: - r0 = s.s___78259.fields["_hitbox"]; - s.hbox___78282 = (r0); + r0 = s.s___94143.fields["_hitbox"]; + s.hbox___94166 = (r0); r0 = s.arg2.fields["_scale"]; - s.tileScale___78285 = (r0); - r0 = (1 << s.tileScale___78285); - s.tileSize___78288 = (r0); - r0 = s.s___78259.fields["_x"]; + s.tileScale___94169 = (r0); + r0 = (1 << s.tileScale___94169); + s.tileSize___94172 = (r0); + r0 = s.s___94143.fields["_x"]; s.tmp_0 = r0; - r0 = s.s___78259.fields["_lastX"]; + r0 = s.s___94143.fields["_lastX"]; s.tmp_1 = r0; r0 = (s.tmp_0 - s.tmp_1); - s.xDiff___78292 = (r0); - r0 = s.s___78259.fields["_y"]; + s.xDiff___94176 = (r0); + r0 = s.s___94143.fields["_y"]; s.tmp_0 = r0; - r0 = s.s___78259.fields["_lastY"]; + r0 = s.s___94143.fields["_lastY"]; s.tmp_1 = r0; r0 = (s.tmp_0 - s.tmp_1); - s.yDiff___78299 = (r0); + s.yDiff___94183 = (r0); r0 = pxsim_Array__mk(); - s.overlappedTiles___78306 = (r0); - r0 = (s.xDiff___78292 !== 0); + s.overlappedTiles___94190 = (r0); + r0 = (s.xDiff___94176 !== 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 39; continue; } - r0 = (s.xDiff___78292 > 0); - s.right___78311 = (r0); - r0 = pxsim_numops_toBoolDecr(s.right___78311); + r0 = (s.xDiff___94176 > 0); + s.right___94195 = (r0); + r0 = pxsim_numops_toBoolDecr(s.right___94195); if (!r0) { step = 7; continue; } - s.tmp_1 = game_Hitbox_right__P67728_mk(s); - s.tmp_1.arg0 = s.hbox___78282; + s.tmp_1 = game_Hitbox_right__P83612_mk(s); + s.tmp_1.arg0 = s.hbox___94166; s.callLocIdx = 535; s.pc = 86; return s.tmp_1; case 86: r0 = s.retval; @@ -27167,8 +27167,8 @@ switch (step) { r0 = (s.tmp_0 + 256); { step = 8; continue; } case 7: - s.tmp_3 = game_Hitbox_left__P67726_mk(s); - s.tmp_3.arg0 = s.hbox___78282; + s.tmp_3 = game_Hitbox_left__P83610_mk(s); + s.tmp_3.arg0 = s.hbox___94166; s.callLocIdx = 537; s.pc = 87; return s.tmp_3; case 87: r0 = s.retval; @@ -27179,30 +27179,30 @@ switch (step) { s.tmp_4 = r0; r0 = (s.tmp_4 + 128); s.tmp_5 = r0; - r0 = (s.tileScale___78285 + 8); + r0 = (s.tileScale___94169 + 8); s.tmp_6 = r0; r0 = (s.tmp_5 >> s.tmp_6); - s.x0___78315 = (r0); + s.x0___94199 = (r0); r0 = pxsim_Array__mk(); - s.collidedTiles___78330 = (r0); - s.tmp_1 = game_Hitbox_top__P67727_mk(s); - s.tmp_1.arg0 = s.hbox___78282; + s.collidedTiles___94214 = (r0); + s.tmp_1 = game_Hitbox_top__P83611_mk(s); + s.tmp_1.arg0 = s.hbox___94166; s.callLocIdx = 541; s.pc = 88; return s.tmp_1; case 88: r0 = s.retval; s.tmp_0 = r0; - r0 = (s.tmp_0 - s.yDiff___78299); - s.y___78332 = (r0); + r0 = (s.tmp_0 - s.yDiff___94183); + s.y___94216 = (r0); case 9: - s.tmp_1 = r0 = s.y___78332; - s.tmp_3 = r0 = s.tileSize___78288; - s.tmp_6 = game_Hitbox_bottom__P67729_mk(s); - s.tmp_6.arg0 = s.hbox___78282; + s.tmp_1 = r0 = s.y___94216; + s.tmp_3 = r0 = s.tileSize___94172; + s.tmp_6 = game_Hitbox_bottom__P83613_mk(s); + s.tmp_6.arg0 = s.hbox___94166; s.callLocIdx = 543; s.pc = 89; return s.tmp_6; case 89: r0 = s.retval; s.tmp_5 = r0; - r0 = (s.tmp_5 - s.yDiff___78299); + r0 = (s.tmp_5 - s.yDiff___94183); s.tmp_4 = r0; r0 = (s.tmp_3 << 8); s.tmp_7 = r0; @@ -27212,15 +27212,15 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 14; continue; } - s.tmp_10 = Fx_min__P65921_mk(s); - s.tmp_10.arg0 = s.y___78332; - s.tmp_12 = game_Hitbox_bottom__P67729_mk(s); - s.tmp_12.arg0 = s.hbox___78282; + s.tmp_10 = Fx_min__P81805_mk(s); + s.tmp_10.arg0 = s.y___94216; + s.tmp_12 = game_Hitbox_bottom__P83613_mk(s); + s.tmp_12.arg0 = s.hbox___94166; s.callLocIdx = 546; s.pc = 91; return s.tmp_12; case 91: r0 = s.retval; s.tmp_11 = r0; - r0 = (s.tmp_11 - s.yDiff___78299); + r0 = (s.tmp_11 - s.yDiff___94183); s.tmp_10.arg1 = r0; s.callLocIdx = 548; s.pc = 90; return s.tmp_10; case 90: @@ -27228,33 +27228,33 @@ switch (step) { s.tmp_9 = r0; r0 = (s.tmp_9 + 128); s.tmp_8 = r0; - r0 = (s.tileScale___78285 + 8); + r0 = (s.tileScale___94169 + 8); s.tmp_13 = r0; r0 = (s.tmp_8 >> s.tmp_13); - s.y0___78346 = (r0); - s.tmp_1 = tiles_TileMap_isObstacle__P68101_mk(s); + s.y0___94230 = (r0); + s.tmp_1 = tiles_TileMap_isObstacle__P83985_mk(s); s.tmp_1.arg0 = s.arg2; - s.tmp_1.arg1 = s.x0___78315; - s.tmp_1.arg2 = s.y0___78346; + s.tmp_1.arg1 = s.x0___94199; + s.tmp_1.arg2 = s.y0___94230; s.callLocIdx = 551; s.pc = 92; return s.tmp_1; case 92: r0 = s.retval; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 12; continue; } - s.tmp_2 = tiles_TileMap_getObstacle__P68102_mk(s); + s.tmp_2 = tiles_TileMap_getObstacle__P83986_mk(s); s.tmp_2.arg0 = s.arg2; - s.tmp_2.arg1 = s.x0___78315; - s.tmp_2.arg2 = s.y0___78346; + s.tmp_2.arg1 = s.x0___94199; + s.tmp_2.arg2 = s.y0___94230; s.callLocIdx = 552; s.pc = 93; return s.tmp_2; case 93: r0 = s.retval; - s.obstacle___78362 = (r0); - r0 = pxsim_pxtcore_mkAction(1, inline__P78370); + s.obstacle___94246 = (r0); + r0 = pxsim_pxtcore_mkAction(1, inline__P94254); s.tmp_0 = r0; - r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.obstacle___78362); - s.tmp_4 = helpers_arraySome__P65863_mk(s); - s.tmp_4.arg0 = s.collidedTiles___78330; + r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.obstacle___94246); + s.tmp_4 = helpers_arraySome__P81747_mk(s); + s.tmp_4.arg0 = s.collidedTiles___94214; s.tmp_4.arg1 = s.tmp_0; s.callLocIdx = 553; s.pc = 94; return s.tmp_4; case 94: @@ -27266,33 +27266,33 @@ switch (step) { s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 10; continue; } - r0 = pxsim_Array__push(s.collidedTiles___78330, s.obstacle___78362); + r0 = pxsim_Array__push(s.collidedTiles___94214, s.obstacle___94246); case 10: case 11: { step = 13; continue; } case 12: - s.tmp_0 = r0 = s.overlappedTiles___78306; - s.tmp_2 = tiles_TileMap_getTile__P68094_mk(s); + s.tmp_0 = r0 = s.overlappedTiles___94190; + s.tmp_2 = tiles_TileMap_getTile__P83978_mk(s); s.tmp_2.arg0 = s.arg2; - s.tmp_2.arg1 = s.x0___78315; - s.tmp_2.arg2 = s.y0___78346; + s.tmp_2.arg1 = s.x0___94199; + s.tmp_2.arg2 = s.y0___94230; s.callLocIdx = 554; s.pc = 95; return s.tmp_2; case 95: r0 = s.retval; s.tmp_1 = r0; r0 = pxsim_Array__push(s.tmp_0, s.tmp_1); case 13: - r0 = (s.tileSize___78288 << 8); + r0 = (s.tileSize___94172 << 8); s.tmp_0 = r0; - r0 = (s.tmp_0 + s.y___78332); - s.y___78332 = (r0); + r0 = (s.tmp_0 + s.y___94216); + s.y___94216 = (r0); { step = 9; continue; } case 14: - r0 = pxsim_Array__length(s.collidedTiles___78330); + r0 = pxsim_Array__length(s.collidedTiles___94214); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 37; continue; } - r0 = pxsim_numops_toBoolDecr(s.right___78311); + r0 = pxsim_numops_toBoolDecr(s.right___94195); if (!r0) { step = 15; continue; } r0 = 2; { step = 16; continue; } @@ -27301,23 +27301,23 @@ switch (step) { case 16: // jmp value (already in r0) s.tmp_1 = r0; - s.collisionDirection___78396 = (s.tmp_1); - r0 = pxsim_numops_toBoolDecr(s.right___78311); + s.collisionDirection___94280 = (s.tmp_1); + r0 = pxsim_numops_toBoolDecr(s.right___94195); if (!r0) { step = 17; continue; } - r0 = (s.x0___78315 << s.tileScale___78285); + r0 = (s.x0___94199 << s.tileScale___94169); s.tmp_1 = r0; r0 = (s.tmp_1 * 256); s.tmp_2 = r0; r0 = (s.tmp_2 | 0); s.tmp_0 = r0; - r0 = s.hbox___78282.fields["width"]; + r0 = s.hbox___94166.fields["width"]; s.tmp_3 = r0; r0 = (s.tmp_0 - s.tmp_3); { step = 18; continue; } case 17: - r0 = (s.x0___78315 + 1); + r0 = (s.x0___94199 + 1); s.tmp_5 = r0; - r0 = (s.tmp_5 << s.tileScale___78285); + r0 = (s.tmp_5 << s.tileScale___94169); s.tmp_4 = r0; r0 = (s.tmp_4 * 256); s.tmp_6 = r0; @@ -27325,44 +27325,44 @@ switch (step) { case 18: // jmp value (already in r0) s.tmp_7 = r0; - s.tmp_8 = r0 = s.s___78259; - r0 = s.hbox___78282.fields["ox"]; + s.tmp_8 = r0 = s.s___94143; + r0 = s.hbox___94166.fields["ox"]; s.tmp_10 = r0; r0 = (s.tmp_7 - s.tmp_10); s.tmp_9 = r0; r0 = (s.tmp_8).fields["_x"] = (s.tmp_9); - s.tile___78422 = (undefined); - s.unnamed388___U15 = (s.collidedTiles___78330); - s.unnamed389___U16 = (0); + s.tile___94306 = (undefined); + s.unnamed468___U15 = (s.collidedTiles___94214); + s.unnamed469___U16 = (0); case 19: - s.tmp_0 = r0 = s.unnamed389___U16; - r0 = pxsim_Array__length(s.unnamed388___U15); + s.tmp_0 = r0 = s.unnamed469___U16; + r0 = pxsim_Array__length(s.unnamed468___U15); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 20; continue; } - r0 = pxsim_Array__getAt(s.unnamed388___U15, s.unnamed389___U16); - s.tile___78422 = (r0); - s.tmp_2 = Sprite_registerObstacle__P67849_mk(s); - s.tmp_2.arg0 = s.s___78259; - s.tmp_2.arg1 = s.collisionDirection___78396; - s.tmp_2.arg2 = s.tile___78422; + r0 = pxsim_Array__getAt(s.unnamed468___U15, s.unnamed469___U16); + s.tile___94306 = (r0); + s.tmp_2 = Sprite_registerObstacle__P83733_mk(s); + s.tmp_2.arg0 = s.s___94143; + s.tmp_2.arg1 = s.collisionDirection___94280; + s.tmp_2.arg2 = s.tile___94306; s.tmp_2.arg3 = s.arg2; s.callLocIdx = 560; s.pc = 96; return s.tmp_2; case 96: r0 = s.retval; - r0 = (s.unnamed389___U16 + 1); - s.unnamed389___U16 = (r0); + r0 = (s.unnamed469___U16 + 1); + s.unnamed469___U16 = (r0); { step = 19; continue; } case 20: - s.unnamed388___U15 = (undefined); - r0 = s.s___78259.fields["flags"]; + s.unnamed468___U15 = (undefined); + r0 = s.s___94143.fields["flags"]; s.tmp_1 = r0; r0 = (s.tmp_1 & 16); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 21; continue; } - s.tmp_2 = Sprite_destroy__P67851_mk(s); - s.tmp_2.arg0 = s.s___78259; + s.tmp_2 = Sprite_destroy__P83735_mk(s); + s.tmp_2.arg0 = s.s___94143; s.tmp_2.arg1 = undefined; s.tmp_2.arg2 = undefined; s.callLocIdx = 561; s.pc = 97; return s.tmp_2; @@ -27370,7 +27370,7 @@ switch (step) { r0 = s.retval; { step = 36; continue; } case 21: - r0 = s.s___78259.fields["_vx"]; + r0 = s.s___94143.fields["_vx"]; s.tmp_1 = r0; r0 = s.arg1.fields["cachedVx"]; s.tmp_2 = r0; @@ -27378,13 +27378,13 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 32; continue; } - r0 = s.s___78259.fields["flags"]; + r0 = s.s___94143.fields["flags"]; s.tmp_4 = r0; r0 = (s.tmp_4 & 32); s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 30; continue; } - r0 = pxsim_numops_toBoolDecr(s.right___78311); + r0 = pxsim_numops_toBoolDecr(s.right___94195); s.tmp_6 = r0; r0 = pxsim_Boolean__bang(s.tmp_6); s.tmp_5 = r0; @@ -27393,8 +27393,8 @@ switch (step) { r0 = s.tmp_5; { step = 23; continue; } case 22: - s.tmp_8 = Sprite_vx__P67793_mk(s); - s.tmp_8.arg0 = s.s___78259; + s.tmp_8 = Sprite_vx__P83677_mk(s); + s.tmp_8.arg0 = s.s___94143; s.callLocIdx = 562; s.pc = 98; return s.tmp_8; case 98: r0 = s.retval; @@ -27408,14 +27408,14 @@ switch (step) { r0 = s.tmp_9; { step = 27; continue; } case 24: - s.tmp_10 = r0 = s.right___78311; + s.tmp_10 = r0 = s.right___94195; r0 = pxsim_numops_toBool(s.tmp_10); if (r0) { step = 25; continue; } r0 = s.tmp_10; { step = 26; continue; } case 25: - s.tmp_12 = Sprite_vx__P67793_mk(s); - s.tmp_12.arg0 = s.s___78259; + s.tmp_12 = Sprite_vx__P83677_mk(s); + s.tmp_12.arg0 = s.s___94143; s.callLocIdx = 563; s.pc = 99; return s.tmp_12; case 99: r0 = s.retval; @@ -27430,8 +27430,8 @@ switch (step) { s.tmp_14 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_14); if (!r0) { step = 28; continue; } - s.tmp_15 = r0 = s.s___78259; - r0 = s.s___78259.fields["_vx"]; + s.tmp_15 = r0 = s.s___94143; + r0 = s.s___94143.fields["_vx"]; s.tmp_17 = r0; r0 = (0 - s.tmp_17); s.tmp_16 = r0; @@ -27453,12 +27453,12 @@ switch (step) { { step = 31; continue; } case 30: r0 = (s.arg1).fields["dx"] = (0); - r0 = (s.s___78259).fields["_vx"] = (0); + r0 = (s.s___94143).fields["_vx"] = (0); case 31: { step = 35; continue; } case 32: - s.tmp_2 = Math_sign__P65884_mk(s); - r0 = s.s___78259.fields["_vx"]; + s.tmp_2 = Math_sign__P81768_mk(s); + r0 = s.s___94143.fields["_vx"]; s.tmp_3 = r0; r0 = (s.tmp_3 + 128); s.tmp_4 = r0; @@ -27468,7 +27468,7 @@ switch (step) { case 100: r0 = s.retval; s.tmp_1 = r0; - s.tmp_6 = Math_sign__P65884_mk(s); + s.tmp_6 = Math_sign__P81768_mk(s); r0 = s.arg1.fields["cachedVx"]; s.tmp_7 = r0; r0 = (s.tmp_7 + 128); @@ -27492,16 +27492,16 @@ switch (step) { case 38: case 39: case 40: - r0 = (s.yDiff___78299 !== 0); + r0 = (s.yDiff___94183 !== 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 73; continue; } - r0 = (s.yDiff___78299 > 0); - s.down___78500 = (r0); - r0 = pxsim_numops_toBoolDecr(s.down___78500); + r0 = (s.yDiff___94183 > 0); + s.down___94384 = (r0); + r0 = pxsim_numops_toBoolDecr(s.down___94384); if (!r0) { step = 41; continue; } - s.tmp_1 = game_Hitbox_bottom__P67729_mk(s); - s.tmp_1.arg0 = s.hbox___78282; + s.tmp_1 = game_Hitbox_bottom__P83613_mk(s); + s.tmp_1.arg0 = s.hbox___94166; s.callLocIdx = 571; s.pc = 102; return s.tmp_1; case 102: r0 = s.retval; @@ -27509,8 +27509,8 @@ switch (step) { r0 = (s.tmp_0 + 256); { step = 42; continue; } case 41: - s.tmp_3 = game_Hitbox_top__P67727_mk(s); - s.tmp_3.arg0 = s.hbox___78282; + s.tmp_3 = game_Hitbox_top__P83611_mk(s); + s.tmp_3.arg0 = s.hbox___94166; s.callLocIdx = 573; s.pc = 103; return s.tmp_3; case 103: r0 = s.retval; @@ -27521,25 +27521,25 @@ switch (step) { s.tmp_4 = r0; r0 = (s.tmp_4 + 128); s.tmp_5 = r0; - r0 = (s.tileScale___78285 + 8); + r0 = (s.tileScale___94169 + 8); s.tmp_6 = r0; r0 = (s.tmp_5 >> s.tmp_6); - s.y0___78504 = (r0); + s.y0___94388 = (r0); r0 = pxsim_Array__mk(); - s.collidedTiles___78519 = (r0); + s.collidedTiles___94403 = (r0); r0 = pxsim_Array__mk(); - s.overlappedTiles___78521 = (r0); - s.tmp_0 = game_Hitbox_left__P67726_mk(s); - s.tmp_0.arg0 = s.hbox___78282; + s.overlappedTiles___94405 = (r0); + s.tmp_0 = game_Hitbox_left__P83610_mk(s); + s.tmp_0.arg0 = s.hbox___94166; s.callLocIdx = 577; s.pc = 104; return s.tmp_0; case 104: r0 = s.retval; - s.x___78523 = (r0); + s.x___94407 = (r0); case 43: - s.tmp_1 = r0 = s.x___78523; - s.tmp_3 = r0 = s.tileSize___78288; - s.tmp_5 = game_Hitbox_right__P67728_mk(s); - s.tmp_5.arg0 = s.hbox___78282; + s.tmp_1 = r0 = s.x___94407; + s.tmp_3 = r0 = s.tileSize___94172; + s.tmp_5 = game_Hitbox_right__P83612_mk(s); + s.tmp_5.arg0 = s.hbox___94166; s.callLocIdx = 578; s.pc = 105; return s.tmp_5; case 105: r0 = s.retval; @@ -27552,10 +27552,10 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 48; continue; } - s.tmp_9 = Fx_min__P65921_mk(s); - s.tmp_9.arg0 = s.x___78523; - s.tmp_10 = game_Hitbox_right__P67728_mk(s); - s.tmp_10.arg0 = s.hbox___78282; + s.tmp_9 = Fx_min__P81805_mk(s); + s.tmp_9.arg0 = s.x___94407; + s.tmp_10 = game_Hitbox_right__P83612_mk(s); + s.tmp_10.arg0 = s.hbox___94166; s.callLocIdx = 580; s.pc = 107; return s.tmp_10; case 107: r0 = s.retval; @@ -27566,33 +27566,33 @@ switch (step) { s.tmp_8 = r0; r0 = (s.tmp_8 + 128); s.tmp_7 = r0; - r0 = (s.tileScale___78285 + 8); + r0 = (s.tileScale___94169 + 8); s.tmp_11 = r0; r0 = (s.tmp_7 >> s.tmp_11); - s.x0___78533 = (r0); - s.tmp_1 = tiles_TileMap_isObstacle__P68101_mk(s); + s.x0___94417 = (r0); + s.tmp_1 = tiles_TileMap_isObstacle__P83985_mk(s); s.tmp_1.arg0 = s.arg2; - s.tmp_1.arg1 = s.x0___78533; - s.tmp_1.arg2 = s.y0___78504; + s.tmp_1.arg1 = s.x0___94417; + s.tmp_1.arg2 = s.y0___94388; s.callLocIdx = 584; s.pc = 108; return s.tmp_1; case 108: r0 = s.retval; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 46; continue; } - s.tmp_2 = tiles_TileMap_getObstacle__P68102_mk(s); + s.tmp_2 = tiles_TileMap_getObstacle__P83986_mk(s); s.tmp_2.arg0 = s.arg2; - s.tmp_2.arg1 = s.x0___78533; - s.tmp_2.arg2 = s.y0___78504; + s.tmp_2.arg1 = s.x0___94417; + s.tmp_2.arg2 = s.y0___94388; s.callLocIdx = 585; s.pc = 109; return s.tmp_2; case 109: r0 = s.retval; - s.obstacle___78547 = (r0); - r0 = pxsim_pxtcore_mkAction(1, inline__P78555); + s.obstacle___94431 = (r0); + r0 = pxsim_pxtcore_mkAction(1, inline__P94439); s.tmp_0 = r0; - r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.obstacle___78547); - s.tmp_4 = helpers_arraySome__P65863_mk(s); - s.tmp_4.arg0 = s.collidedTiles___78519; + r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.obstacle___94431); + s.tmp_4 = helpers_arraySome__P81747_mk(s); + s.tmp_4.arg0 = s.collidedTiles___94403; s.tmp_4.arg1 = s.tmp_0; s.callLocIdx = 586; s.pc = 110; return s.tmp_4; case 110: @@ -27604,33 +27604,33 @@ switch (step) { s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 44; continue; } - r0 = pxsim_Array__push(s.collidedTiles___78519, s.obstacle___78547); + r0 = pxsim_Array__push(s.collidedTiles___94403, s.obstacle___94431); case 44: case 45: { step = 47; continue; } case 46: - s.tmp_0 = r0 = s.overlappedTiles___78521; - s.tmp_2 = tiles_TileMap_getTile__P68094_mk(s); + s.tmp_0 = r0 = s.overlappedTiles___94405; + s.tmp_2 = tiles_TileMap_getTile__P83978_mk(s); s.tmp_2.arg0 = s.arg2; - s.tmp_2.arg1 = s.x0___78533; - s.tmp_2.arg2 = s.y0___78504; + s.tmp_2.arg1 = s.x0___94417; + s.tmp_2.arg2 = s.y0___94388; s.callLocIdx = 587; s.pc = 111; return s.tmp_2; case 111: r0 = s.retval; s.tmp_1 = r0; r0 = pxsim_Array__push(s.tmp_0, s.tmp_1); case 47: - r0 = (s.tileSize___78288 << 8); + r0 = (s.tileSize___94172 << 8); s.tmp_0 = r0; - r0 = (s.tmp_0 + s.x___78523); - s.x___78523 = (r0); + r0 = (s.tmp_0 + s.x___94407); + s.x___94407 = (r0); { step = 43; continue; } case 48: - r0 = pxsim_Array__length(s.collidedTiles___78519); + r0 = pxsim_Array__length(s.collidedTiles___94403); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 71; continue; } - r0 = pxsim_numops_toBoolDecr(s.down___78500); + r0 = pxsim_numops_toBoolDecr(s.down___94384); if (!r0) { step = 49; continue; } r0 = 3; { step = 50; continue; } @@ -27639,23 +27639,23 @@ switch (step) { case 50: // jmp value (already in r0) s.tmp_1 = r0; - s.collisionDirection___78581 = (s.tmp_1); - r0 = pxsim_numops_toBoolDecr(s.down___78500); + s.collisionDirection___94465 = (s.tmp_1); + r0 = pxsim_numops_toBoolDecr(s.down___94384); if (!r0) { step = 51; continue; } - r0 = (s.y0___78504 << s.tileScale___78285); + r0 = (s.y0___94388 << s.tileScale___94169); s.tmp_1 = r0; r0 = (s.tmp_1 * 256); s.tmp_2 = r0; r0 = (s.tmp_2 | 0); s.tmp_0 = r0; - r0 = s.hbox___78282.fields["height"]; + r0 = s.hbox___94166.fields["height"]; s.tmp_3 = r0; r0 = (s.tmp_0 - s.tmp_3); { step = 52; continue; } case 51: - r0 = (s.y0___78504 + 1); + r0 = (s.y0___94388 + 1); s.tmp_5 = r0; - r0 = (s.tmp_5 << s.tileScale___78285); + r0 = (s.tmp_5 << s.tileScale___94169); s.tmp_4 = r0; r0 = (s.tmp_4 * 256); s.tmp_6 = r0; @@ -27663,44 +27663,44 @@ switch (step) { case 52: // jmp value (already in r0) s.tmp_7 = r0; - s.tmp_8 = r0 = s.s___78259; - r0 = s.hbox___78282.fields["oy"]; + s.tmp_8 = r0 = s.s___94143; + r0 = s.hbox___94166.fields["oy"]; s.tmp_10 = r0; r0 = (s.tmp_7 - s.tmp_10); s.tmp_9 = r0; r0 = (s.tmp_8).fields["_y"] = (s.tmp_9); - s.tile___78607 = (undefined); - s.unnamed390___U26 = (s.collidedTiles___78519); - s.unnamed391___U27 = (0); + s.tile___94491 = (undefined); + s.unnamed470___U26 = (s.collidedTiles___94403); + s.unnamed471___U27 = (0); case 53: - s.tmp_0 = r0 = s.unnamed391___U27; - r0 = pxsim_Array__length(s.unnamed390___U26); + s.tmp_0 = r0 = s.unnamed471___U27; + r0 = pxsim_Array__length(s.unnamed470___U26); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 54; continue; } - r0 = pxsim_Array__getAt(s.unnamed390___U26, s.unnamed391___U27); - s.tile___78607 = (r0); - s.tmp_2 = Sprite_registerObstacle__P67849_mk(s); - s.tmp_2.arg0 = s.s___78259; - s.tmp_2.arg1 = s.collisionDirection___78581; - s.tmp_2.arg2 = s.tile___78607; + r0 = pxsim_Array__getAt(s.unnamed470___U26, s.unnamed471___U27); + s.tile___94491 = (r0); + s.tmp_2 = Sprite_registerObstacle__P83733_mk(s); + s.tmp_2.arg0 = s.s___94143; + s.tmp_2.arg1 = s.collisionDirection___94465; + s.tmp_2.arg2 = s.tile___94491; s.tmp_2.arg3 = s.arg2; s.callLocIdx = 593; s.pc = 112; return s.tmp_2; case 112: r0 = s.retval; - r0 = (s.unnamed391___U27 + 1); - s.unnamed391___U27 = (r0); + r0 = (s.unnamed471___U27 + 1); + s.unnamed471___U27 = (r0); { step = 53; continue; } case 54: - s.unnamed390___U26 = (undefined); - r0 = s.s___78259.fields["flags"]; + s.unnamed470___U26 = (undefined); + r0 = s.s___94143.fields["flags"]; s.tmp_1 = r0; r0 = (s.tmp_1 & 16); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 55; continue; } - s.tmp_2 = Sprite_destroy__P67851_mk(s); - s.tmp_2.arg0 = s.s___78259; + s.tmp_2 = Sprite_destroy__P83735_mk(s); + s.tmp_2.arg0 = s.s___94143; s.tmp_2.arg1 = undefined; s.tmp_2.arg2 = undefined; s.callLocIdx = 594; s.pc = 113; return s.tmp_2; @@ -27708,7 +27708,7 @@ switch (step) { r0 = s.retval; { step = 70; continue; } case 55: - r0 = s.s___78259.fields["_vy"]; + r0 = s.s___94143.fields["_vy"]; s.tmp_1 = r0; r0 = s.arg1.fields["cachedVy"]; s.tmp_2 = r0; @@ -27716,13 +27716,13 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 66; continue; } - r0 = s.s___78259.fields["flags"]; + r0 = s.s___94143.fields["flags"]; s.tmp_4 = r0; r0 = (s.tmp_4 & 32); s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 64; continue; } - r0 = pxsim_numops_toBoolDecr(s.down___78500); + r0 = pxsim_numops_toBoolDecr(s.down___94384); s.tmp_6 = r0; r0 = pxsim_Boolean__bang(s.tmp_6); s.tmp_5 = r0; @@ -27731,8 +27731,8 @@ switch (step) { r0 = s.tmp_5; { step = 57; continue; } case 56: - s.tmp_8 = Sprite_vy__P67795_mk(s); - s.tmp_8.arg0 = s.s___78259; + s.tmp_8 = Sprite_vy__P83679_mk(s); + s.tmp_8.arg0 = s.s___94143; s.callLocIdx = 595; s.pc = 114; return s.tmp_8; case 114: r0 = s.retval; @@ -27746,14 +27746,14 @@ switch (step) { r0 = s.tmp_9; { step = 61; continue; } case 58: - s.tmp_10 = r0 = s.down___78500; + s.tmp_10 = r0 = s.down___94384; r0 = pxsim_numops_toBool(s.tmp_10); if (r0) { step = 59; continue; } r0 = s.tmp_10; { step = 60; continue; } case 59: - s.tmp_12 = Sprite_vy__P67795_mk(s); - s.tmp_12.arg0 = s.s___78259; + s.tmp_12 = Sprite_vy__P83679_mk(s); + s.tmp_12.arg0 = s.s___94143; s.callLocIdx = 596; s.pc = 115; return s.tmp_12; case 115: r0 = s.retval; @@ -27768,8 +27768,8 @@ switch (step) { s.tmp_14 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_14); if (!r0) { step = 62; continue; } - s.tmp_15 = r0 = s.s___78259; - r0 = s.s___78259.fields["_vy"]; + s.tmp_15 = r0 = s.s___94143; + r0 = s.s___94143.fields["_vy"]; s.tmp_17 = r0; r0 = (0 - s.tmp_17); s.tmp_16 = r0; @@ -27791,12 +27791,12 @@ switch (step) { { step = 65; continue; } case 64: r0 = (s.arg1).fields["dy"] = (0); - r0 = (s.s___78259).fields["_vy"] = (0); + r0 = (s.s___94143).fields["_vy"] = (0); case 65: { step = 69; continue; } case 66: - s.tmp_2 = Math_sign__P65884_mk(s); - r0 = s.s___78259.fields["_vy"]; + s.tmp_2 = Math_sign__P81768_mk(s); + r0 = s.s___94143.fields["_vy"]; s.tmp_3 = r0; r0 = (s.tmp_3 + 128); s.tmp_4 = r0; @@ -27806,7 +27806,7 @@ switch (step) { case 116: r0 = s.retval; s.tmp_1 = r0; - s.tmp_6 = Math_sign__P65884_mk(s); + s.tmp_6 = Math_sign__P81768_mk(s); r0 = s.arg1.fields["cachedVy"]; s.tmp_7 = r0; r0 = (s.tmp_7 + 128); @@ -27830,17 +27830,17 @@ switch (step) { case 72: case 73: case 74: - s.tmp_0 = game_Hitbox_left__P67726_mk(s); - s.tmp_0.arg0 = s.hbox___78282; + s.tmp_0 = game_Hitbox_left__P83610_mk(s); + s.tmp_0.arg0 = s.hbox___94166; s.callLocIdx = 604; s.pc = 118; return s.tmp_0; case 118: r0 = s.retval; - s.x___78682 = (r0); + s.x___94566 = (r0); case 75: - s.tmp_1 = r0 = s.x___78682; - s.tmp_3 = r0 = s.tileSize___78288; - s.tmp_5 = game_Hitbox_right__P67728_mk(s); - s.tmp_5.arg0 = s.hbox___78282; + s.tmp_1 = r0 = s.x___94566; + s.tmp_3 = r0 = s.tileSize___94172; + s.tmp_5 = game_Hitbox_right__P83612_mk(s); + s.tmp_5.arg0 = s.hbox___94166; s.callLocIdx = 605; s.pc = 119; return s.tmp_5; case 119: r0 = s.retval; @@ -27853,10 +27853,10 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 80; continue; } - s.tmp_9 = Fx_min__P65921_mk(s); - s.tmp_9.arg0 = s.x___78682; - s.tmp_10 = game_Hitbox_right__P67728_mk(s); - s.tmp_10.arg0 = s.hbox___78282; + s.tmp_9 = Fx_min__P81805_mk(s); + s.tmp_9.arg0 = s.x___94566; + s.tmp_10 = game_Hitbox_right__P83612_mk(s); + s.tmp_10.arg0 = s.hbox___94166; s.callLocIdx = 607; s.pc = 121; return s.tmp_10; case 121: r0 = s.retval; @@ -27867,21 +27867,21 @@ switch (step) { s.tmp_8 = r0; r0 = (s.tmp_8 + 128); s.tmp_7 = r0; - r0 = (s.tileScale___78285 + 8); + r0 = (s.tileScale___94169 + 8); s.tmp_11 = r0; r0 = (s.tmp_7 >> s.tmp_11); - s.x0___78692 = (r0); - s.tmp_0 = game_Hitbox_top__P67727_mk(s); - s.tmp_0.arg0 = s.hbox___78282; + s.x0___94576 = (r0); + s.tmp_0 = game_Hitbox_top__P83611_mk(s); + s.tmp_0.arg0 = s.hbox___94166; s.callLocIdx = 611; s.pc = 122; return s.tmp_0; case 122: r0 = s.retval; - s.y___78702 = (r0); + s.y___94586 = (r0); case 76: - s.tmp_1 = r0 = s.y___78702; - s.tmp_3 = r0 = s.tileSize___78288; - s.tmp_5 = game_Hitbox_bottom__P67729_mk(s); - s.tmp_5.arg0 = s.hbox___78282; + s.tmp_1 = r0 = s.y___94586; + s.tmp_3 = r0 = s.tileSize___94172; + s.tmp_5 = game_Hitbox_bottom__P83613_mk(s); + s.tmp_5.arg0 = s.hbox___94166; s.callLocIdx = 612; s.pc = 123; return s.tmp_5; case 123: r0 = s.retval; @@ -27894,10 +27894,10 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 79; continue; } - s.tmp_9 = Fx_min__P65921_mk(s); - s.tmp_9.arg0 = s.y___78702; - s.tmp_10 = game_Hitbox_bottom__P67729_mk(s); - s.tmp_10.arg0 = s.hbox___78282; + s.tmp_9 = Fx_min__P81805_mk(s); + s.tmp_9.arg0 = s.y___94586; + s.tmp_10 = game_Hitbox_bottom__P83613_mk(s); + s.tmp_10.arg0 = s.hbox___94166; s.callLocIdx = 614; s.pc = 125; return s.tmp_10; case 125: r0 = s.retval; @@ -27908,14 +27908,14 @@ switch (step) { s.tmp_8 = r0; r0 = (s.tmp_8 + 128); s.tmp_7 = r0; - r0 = (s.tileScale___78285 + 8); + r0 = (s.tileScale___94169 + 8); s.tmp_11 = r0; r0 = (s.tmp_7 >> s.tmp_11); - s.y0___78712 = (r0); - s.tmp_3 = tiles_TileMap_isObstacle__P68101_mk(s); + s.y0___94596 = (r0); + s.tmp_3 = tiles_TileMap_isObstacle__P83985_mk(s); s.tmp_3.arg0 = s.arg2; - s.tmp_3.arg1 = s.x0___78692; - s.tmp_3.arg2 = s.y0___78712; + s.tmp_3.arg1 = s.x0___94576; + s.tmp_3.arg2 = s.y0___94596; s.callLocIdx = 618; s.pc = 126; return s.tmp_3; case 126: r0 = s.retval; @@ -27926,11 +27926,11 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 77; continue; } - s.tmp_4 = r0 = s.overlappedTiles___78306; - s.tmp_6 = tiles_TileMap_getTile__P68094_mk(s); + s.tmp_4 = r0 = s.overlappedTiles___94190; + s.tmp_6 = tiles_TileMap_getTile__P83978_mk(s); s.tmp_6.arg0 = s.arg2; - s.tmp_6.arg1 = s.x0___78692; - s.tmp_6.arg2 = s.y0___78712; + s.tmp_6.arg1 = s.x0___94576; + s.tmp_6.arg2 = s.y0___94596; s.callLocIdx = 619; s.pc = 127; return s.tmp_6; case 127: r0 = s.retval; @@ -27938,26 +27938,26 @@ switch (step) { r0 = pxsim_Array__push(s.tmp_4, s.tmp_5); case 77: case 78: - r0 = (s.tileSize___78288 << 8); + r0 = (s.tileSize___94172 << 8); s.tmp_0 = r0; - r0 = (s.tmp_0 + s.y___78702); - s.y___78702 = (r0); + r0 = (s.tmp_0 + s.y___94586); + s.y___94586 = (r0); { step = 76; continue; } case 79: - r0 = (s.tileSize___78288 << 8); + r0 = (s.tileSize___94172 << 8); s.tmp_0 = r0; - r0 = (s.tmp_0 + s.x___78682); - s.x___78682 = (r0); + r0 = (s.tmp_0 + s.x___94566); + s.x___94566 = (r0); { step = 75; continue; } case 80: - r0 = pxsim_Array__length(s.overlappedTiles___78306); + r0 = pxsim_Array__length(s.overlappedTiles___94190); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 81; continue; } - s.tmp_1 = ArcadePhysicsEngine_tilemapOverlaps__P69513_mk(s); + s.tmp_1 = ArcadePhysicsEngine_tilemapOverlaps__P85397_mk(s); s.tmp_1.arg0 = s.arg0; - s.tmp_1.arg1 = s.s___78259; - s.tmp_1.arg2 = s.overlappedTiles___78306; + s.tmp_1.arg1 = s.s___94143; + s.tmp_1.arg2 = s.overlappedTiles___94190; s.callLocIdx = 622; s.pc = 128; return s.tmp_1; case 128: r0 = s.retval; @@ -27968,12 +27968,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -ArcadePhysicsEngine_tilemapCollisions__P69512.info = {"start":11980,"length":8619,"line":371,"column":4,"endLine":607,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"tilemapCollisions","argumentNames":["this","movingSprite","tm"]} +ArcadePhysicsEngine_tilemapCollisions__P85396.info = {"start":11980,"length":8619,"line":371,"column":4,"endLine":607,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"tilemapCollisions","argumentNames":["this","movingSprite","tm"]} -function ArcadePhysicsEngine_tilemapCollisions__P69512_mk(s) { +function ArcadePhysicsEngine_tilemapCollisions__P85396_mk(s) { checkStack(s.depth); return { - parent: s, fn: ArcadePhysicsEngine_tilemapCollisions__P69512, depth: s.depth + 1, + parent: s, fn: ArcadePhysicsEngine_tilemapCollisions__P85396, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -27993,38 +27993,38 @@ function ArcadePhysicsEngine_tilemapCollisions__P69512_mk(s) { tmp_15: undefined, tmp_16: undefined, tmp_17: undefined, - s___78259: undefined, - hbox___78282: undefined, - tileScale___78285: undefined, - tileSize___78288: undefined, - xDiff___78292: undefined, - yDiff___78299: undefined, - overlappedTiles___78306: undefined, - right___78311: undefined, - x0___78315: undefined, - collidedTiles___78330: undefined, - y___78332: undefined, - y0___78346: undefined, - obstacle___78362: undefined, - collisionDirection___78396: undefined, - tile___78422: undefined, - unnamed388___U15: undefined, - unnamed389___U16: undefined, - down___78500: undefined, - y0___78504: undefined, - collidedTiles___78519: undefined, - overlappedTiles___78521: undefined, - x___78523: undefined, - x0___78533: undefined, - obstacle___78547: undefined, - collisionDirection___78581: undefined, - tile___78607: undefined, - unnamed390___U26: undefined, - unnamed391___U27: undefined, - x___78682: undefined, - x0___78692: undefined, - y___78702: undefined, - y0___78712: undefined, + s___94143: undefined, + hbox___94166: undefined, + tileScale___94169: undefined, + tileSize___94172: undefined, + xDiff___94176: undefined, + yDiff___94183: undefined, + overlappedTiles___94190: undefined, + right___94195: undefined, + x0___94199: undefined, + collidedTiles___94214: undefined, + y___94216: undefined, + y0___94230: undefined, + obstacle___94246: undefined, + collisionDirection___94280: undefined, + tile___94306: undefined, + unnamed468___U15: undefined, + unnamed469___U16: undefined, + down___94384: undefined, + y0___94388: undefined, + collidedTiles___94403: undefined, + overlappedTiles___94405: undefined, + x___94407: undefined, + x0___94417: undefined, + obstacle___94431: undefined, + collisionDirection___94465: undefined, + tile___94491: undefined, + unnamed470___U26: undefined, + unnamed471___U27: undefined, + x___94566: undefined, + x0___94576: undefined, + y___94586: undefined, + y0___94596: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -28034,7 +28034,7 @@ function ArcadePhysicsEngine_tilemapCollisions__P69512_mk(s) { -function inline__P78370(s) { +function inline__P94254(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -28056,12 +28056,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P78370.info = {"start":14101,"length":39,"line":435,"column":44,"endLine":435,"endColumn":83,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["o"]} +inline__P94254.info = {"start":14101,"length":39,"line":435,"column":44,"endLine":435,"endColumn":83,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["o"]} -function inline__P78370_mk(s) { +function inline__P94254_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P78370, depth: s.depth + 1, + parent: s, fn: inline__P94254, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -28072,7 +28072,7 @@ function inline__P78370_mk(s) { -function inline__P78555(s) { +function inline__P94439(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -28094,12 +28094,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P78555.info = {"start":17336,"length":39,"line":517,"column":44,"endLine":517,"endColumn":83,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["o"]} +inline__P94439.info = {"start":17336,"length":39,"line":517,"column":44,"endLine":517,"endColumn":83,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["o"]} -function inline__P78555_mk(s) { +function inline__P94439_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P78555, depth: s.depth + 1, + parent: s, fn: inline__P94439, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -28110,7 +28110,7 @@ function inline__P78555_mk(s) { -function ArcadePhysicsEngine_tilemapOverlaps__P69513(s) { +function ArcadePhysicsEngine_tilemapOverlaps__P85397(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -28120,11 +28120,11 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.alreadyHandled___78751 = undefined; - s.tile___78754 = undefined; - s.unnamed392___U2 = undefined; - s.unnamed393___U3 = undefined; - s.tileOverlapHandlers___78775 = undefined; + s.alreadyHandled___94635 = undefined; + s.tile___94638 = undefined; + s.unnamed472___U2 = undefined; + s.unnamed473___U3 = undefined; + s.tileOverlapHandlers___94659 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -28132,25 +28132,25 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, ArcadePhysicsEngine__C67938_VT)) failedCast(r0); + if (!checkSubtype(r0, ArcadePhysicsEngine__C83822_VT)) failedCast(r0); r0 = pxsim_Array__mk(); - s.alreadyHandled___78751 = (r0); - s.tile___78754 = (undefined); - s.unnamed392___U2 = (s.arg2); - s.unnamed393___U3 = (0); + s.alreadyHandled___94635 = (r0); + s.tile___94638 = (undefined); + s.unnamed472___U2 = (s.arg2); + s.unnamed473___U3 = (0); case 1: - s.tmp_0 = r0 = s.unnamed393___U3; - r0 = pxsim_Array__length(s.unnamed392___U2); + s.tmp_0 = r0 = s.unnamed473___U3; + r0 = pxsim_Array__length(s.unnamed472___U2); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 7; continue; } - r0 = pxsim_Array__getAt(s.unnamed392___U2, s.unnamed393___U3); - s.tile___78754 = (r0); - r0 = pxsim_pxtcore_mkAction(1, inline__P78758); + r0 = pxsim_Array__getAt(s.unnamed472___U2, s.unnamed473___U3); + s.tile___94638 = (r0); + r0 = pxsim_pxtcore_mkAction(1, inline__P94642); s.tmp_2 = r0; - r0 = pxsim_pxtrt_stclo(s.tmp_2, 0, s.tile___78754); - s.tmp_4 = helpers_arraySome__P65863_mk(s); - s.tmp_4.arg0 = s.alreadyHandled___78751; + r0 = pxsim_pxtrt_stclo(s.tmp_2, 0, s.tile___94638); + s.tmp_4 = helpers_arraySome__P81747_mk(s); + s.tmp_4.arg0 = s.alreadyHandled___94635; s.tmp_4.arg1 = s.tmp_2; s.callLocIdx = 627; s.pc = 8; return s.tmp_4; case 8: @@ -28161,26 +28161,26 @@ switch (step) { { step = 6; continue; } case 2: case 3: - r0 = pxsim_Array__push(s.alreadyHandled___78751, s.tile___78754); - s.tmp_0 = game_currentScene__P68290_mk(s); + r0 = pxsim_Array__push(s.alreadyHandled___94635, s.tile___94638); + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 628; s.pc = 9; return s.tmp_0; case 9: r0 = s.retval; r0 = r0.fields["tileOverlapHandlers"]; - s.tileOverlapHandlers___78775 = (r0); - r0 = pxsim_numops_toBoolDecr(s.tileOverlapHandlers___78775); + s.tileOverlapHandlers___94659 = (r0); + r0 = pxsim_numops_toBoolDecr(s.tileOverlapHandlers___94659); if (!r0) { step = 4; continue; } - r0 = pxsim_pxtcore_mkAction(2, inline__P78783); + r0 = pxsim_pxtcore_mkAction(2, inline__P94667); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg1); - r0 = pxsim_pxtrt_stclo(s.tmp_0, 1, s.tile___78754); - r0 = pxsim_pxtcore_mkAction(2, inline__P78799); + r0 = pxsim_pxtrt_stclo(s.tmp_0, 1, s.tile___94638); + r0 = pxsim_pxtcore_mkAction(2, inline__P94683); s.tmp_1 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_1, 0, s.arg1); - r0 = pxsim_pxtrt_stclo(s.tmp_1, 1, s.tile___78754); - s.tmp_2 = helpers_arrayForEach__P65865_mk(s); - s.tmp_3 = helpers_arrayFilter__P65866_mk(s); - s.tmp_3.arg0 = s.tileOverlapHandlers___78775; + r0 = pxsim_pxtrt_stclo(s.tmp_1, 1, s.tile___94638); + s.tmp_2 = helpers_arrayForEach__P81749_mk(s); + s.tmp_3 = helpers_arrayFilter__P81750_mk(s); + s.tmp_3.arg0 = s.tileOverlapHandlers___94659; s.tmp_3.arg1 = s.tmp_0; s.callLocIdx = 631; s.pc = 11; return s.tmp_3; case 11: @@ -28193,32 +28193,32 @@ switch (step) { case 4: case 5: case 6: - r0 = (s.unnamed393___U3 + 1); - s.unnamed393___U3 = (r0); + r0 = (s.unnamed473___U3 + 1); + s.unnamed473___U3 = (r0); { step = 1; continue; } case 7: - s.unnamed392___U2 = (undefined); + s.unnamed472___U2 = (undefined); r0 = undefined; return leave(s, r0) default: oops() } } } -ArcadePhysicsEngine_tilemapOverlaps__P69513.info = {"start":20876,"length":699,"line":615,"column":4,"endLine":631,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"tilemapOverlaps","argumentNames":["this","sprite","overlappedTiles"]} +ArcadePhysicsEngine_tilemapOverlaps__P85397.info = {"start":20876,"length":699,"line":615,"column":4,"endLine":631,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"tilemapOverlaps","argumentNames":["this","sprite","overlappedTiles"]} -function ArcadePhysicsEngine_tilemapOverlaps__P69513_mk(s) { +function ArcadePhysicsEngine_tilemapOverlaps__P85397_mk(s) { checkStack(s.depth); return { - parent: s, fn: ArcadePhysicsEngine_tilemapOverlaps__P69513, depth: s.depth + 1, + parent: s, fn: ArcadePhysicsEngine_tilemapOverlaps__P85397, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, tmp_4: undefined, - alreadyHandled___78751: undefined, - tile___78754: undefined, - unnamed392___U2: undefined, - unnamed393___U3: undefined, - tileOverlapHandlers___78775: undefined, + alreadyHandled___94635: undefined, + tile___94638: undefined, + unnamed472___U2: undefined, + unnamed473___U3: undefined, + tileOverlapHandlers___94659: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -28228,7 +28228,7 @@ function ArcadePhysicsEngine_tilemapOverlaps__P69513_mk(s) { -function inline__P78758(s) { +function inline__P94642(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -28265,12 +28265,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P78758.info = {"start":21089,"length":45,"line":619,"column":36,"endLine":619,"endColumn":81,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["l"]} +inline__P94642.info = {"start":21089,"length":45,"line":619,"column":36,"endLine":619,"endColumn":81,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["l"]} -function inline__P78758_mk(s) { +function inline__P94642_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P78758, depth: s.depth + 1, + parent: s, fn: inline__P94642, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -28285,7 +28285,7 @@ function inline__P78758_mk(s) { -function inline__P78783(s) { +function inline__P94667(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -28312,7 +28312,7 @@ switch (step) { case 1: r0 = s.arg0.fields["tileKind"]; s.tmp_3 = r0; - s.tmp_5 = tiles_getTileImage__P68110_mk(s); + s.tmp_5 = tiles_getTileImage__P83994_mk(s); s.tmp_5.arg0 = s.caps[1]; s.callLocIdx = 630; s.pc = 3; return s.tmp_5; case 3: @@ -28326,12 +28326,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P78783.info = {"start":21403,"length":81,"line":627,"column":28,"endLine":627,"endColumn":109,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["h"]} +inline__P94667.info = {"start":21403,"length":81,"line":627,"column":28,"endLine":627,"endColumn":109,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["h"]} -function inline__P78783_mk(s) { +function inline__P94667_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P78783, depth: s.depth + 1, + parent: s, fn: inline__P94667, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -28347,7 +28347,7 @@ function inline__P78783_mk(s) { -function inline__P78799(s) { +function inline__P94683(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -28380,12 +28380,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P78799.info = {"start":21515,"length":28,"line":628,"column":29,"endLine":628,"endColumn":57,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["h"]} +inline__P94683.info = {"start":21515,"length":28,"line":628,"column":29,"endLine":628,"endColumn":57,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["h"]} -function inline__P78799_mk(s) { +function inline__P94683_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P78799, depth: s.depth + 1, + parent: s, fn: inline__P94683, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -28395,7 +28395,7 @@ function inline__P78799_mk(s) { -function tiles_getTileImage__P68110(s) { +function tiles_getTileImage__P83994(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -28405,16 +28405,16 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.scene___78807 = undefined; + s.scene___94691 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = game_currentScene__P68290_mk(s); + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 754; s.pc = 6; return s.tmp_0; case 6: r0 = s.retval; - s.scene___78807 = (r0); + s.scene___94691 = (r0); r0 = pxsim_numops_toBoolDecr(s.arg0); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); @@ -28424,7 +28424,7 @@ switch (step) { r0 = s.tmp_0; { step = 2; continue; } case 1: - r0 = s.scene___78807.fields["tileMap"]; + r0 = s.scene___94691.fields["tileMap"]; s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); s.tmp_2 = r0; @@ -28434,14 +28434,14 @@ switch (step) { s.tmp_4 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_4); if (!r0) { step = 3; continue; } - r0 = pxsim.image.ofBuffer(_hex78817); + r0 = pxsim.image.ofBuffer(_hex94701); { step = 5; continue; } case 3: case 4: - s.tmp_5 = tiles_TileMap_getTileImage__P68104_mk(s); - r0 = s.scene___78807.fields["tileMap"]; + s.tmp_5 = tiles_TileMap_getTileImage__P83988_mk(s); + r0 = s.scene___94691.fields["tileMap"]; s.tmp_5.arg0 = r0; - s.tmp_6 = tiles_Location_tileSet__P68060_mk(s); + s.tmp_6 = tiles_Location_tileSet__P83944_mk(s); s.tmp_6.arg0 = s.arg0; s.callLocIdx = 755; s.pc = 8; return s.tmp_6; case 8: @@ -28454,12 +28454,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_getTileImage__P68110.info = {"start":16636,"length":207,"line":525,"column":4,"endLine":529,"endColumn":5,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getTileImage","argumentNames":["loc"]} +tiles_getTileImage__P83994.info = {"start":16636,"length":207,"line":525,"column":4,"endLine":529,"endColumn":5,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getTileImage","argumentNames":["loc"]} -function tiles_getTileImage__P68110_mk(s) { +function tiles_getTileImage__P83994_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_getTileImage__P68110, depth: s.depth + 1, + parent: s, fn: tiles_getTileImage__P83994, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -28468,16 +28468,16 @@ function tiles_getTileImage__P68110_mk(s) { tmp_4: undefined, tmp_5: undefined, tmp_6: undefined, - scene___78807: undefined, + scene___94691: undefined, arg0: undefined, } } -const _hex78817 = pxsim.BufferMethods.createBufferFromHex("8704000000000000") +const _hex94701 = pxsim.BufferMethods.createBufferFromHex("8704000000000000") -function tiles_TileMap_getTileImage__P68104(s) { +function tiles_TileMap_getTileImage__P83988(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -28493,8 +28493,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMap__C68082_VT)) failedCast(r0); - s.tmp_0 = tiles_TileMapData_getTileImage__P68078_mk(s); + if (!checkSubtype(r0, tiles_TileMap__C83966_VT)) failedCast(r0); + s.tmp_0 = tiles_TileMapData_getTileImage__P83962_mk(s); r0 = s.arg0.fields["_map"]; s.tmp_0.arg0 = r0; s.tmp_0.arg1 = s.arg1; @@ -28504,12 +28504,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_TileMap_getTileImage__P68104.info = {"start":13699,"length":96,"line":442,"column":8,"endLine":444,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getTileImage","argumentNames":["this","index"]} +tiles_TileMap_getTileImage__P83988.info = {"start":13699,"length":96,"line":442,"column":8,"endLine":444,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getTileImage","argumentNames":["this","index"]} -function tiles_TileMap_getTileImage__P68104_mk(s) { +function tiles_TileMap_getTileImage__P83988_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMap_getTileImage__P68104, depth: s.depth + 1, + parent: s, fn: tiles_TileMap_getTileImage__P83988, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -28520,7 +28520,7 @@ function tiles_TileMap_getTileImage__P68104_mk(s) { -function tiles_TileMapData_getTileImage__P68078(s) { +function tiles_TileMapData_getTileImage__P83962(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -28530,25 +28530,25 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.size___78870 = undefined; - s.cachedImage___78874 = undefined; - s.originalImage___78881 = undefined; + s.size___94754 = undefined; + s.cachedImage___94758 = undefined; + s.originalImage___94765 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMapData__C68069_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_TileMapData__C83953_VT)) failedCast(r0); r0 = s.arg0.fields["_scale"]; s.tmp_0 = r0; r0 = (1 << s.tmp_0); - s.size___78870 = (r0); + s.size___94754 = (r0); r0 = s.arg0.fields["cachedTileView"]; s.tmp_0 = r0; r0 = pxsim_Array__getAt(s.tmp_0, s.arg1); - s.cachedImage___78874 = (r0); - r0 = pxsim_numops_toBoolDecr(s.cachedImage___78874); + s.cachedImage___94758 = (r0); + r0 = pxsim_numops_toBoolDecr(s.cachedImage___94758); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; @@ -28557,58 +28557,58 @@ switch (step) { r0 = s.arg0.fields["tileset"]; s.tmp_2 = r0; r0 = pxsim_Array__getAt(s.tmp_2, s.arg1); - s.originalImage___78881 = (r0); - r0 = pxsim_numops_toBoolDecr(s.originalImage___78881); + s.originalImage___94765 = (r0); + r0 = pxsim_numops_toBoolDecr(s.originalImage___94765); if (!r0) { step = 5; continue; } - r0 = pxsim_ImageMethods.width(s.originalImage___78881); + r0 = pxsim_ImageMethods.width(s.originalImage___94765); s.tmp_1 = r0; - r0 = (s.tmp_1 <= s.size___78870); + r0 = (s.tmp_1 <= s.size___94754); s.tmp_0 = r0; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 1; continue; } r0 = s.tmp_0; { step = 2; continue; } case 1: - r0 = pxsim_ImageMethods.height(s.originalImage___78881); + r0 = pxsim_ImageMethods.height(s.originalImage___94765); s.tmp_2 = r0; - r0 = (s.tmp_2 <= s.size___78870); + r0 = (s.tmp_2 <= s.size___94754); case 2: // jmp value (already in r0) s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 3; continue; } - s.cachedImage___78874 = (s.originalImage___78881); + s.cachedImage___94758 = (s.originalImage___94765); { step = 4; continue; } case 3: - r0 = pxsim.image.create(s.size___78870, s.size___78870); - s.cachedImage___78874 = (r0); - r0 = pxsim_ImageMethods.drawImage(s.cachedImage___78874, s.originalImage___78881, 0, 0); + r0 = pxsim.image.create(s.size___94754, s.size___94754); + s.cachedImage___94758 = (r0); + r0 = pxsim_ImageMethods.drawImage(s.cachedImage___94758, s.originalImage___94765, 0, 0); case 4: r0 = s.arg0.fields["cachedTileView"]; s.tmp_0 = r0; - r0 = pxsim_Array_.setAt(s.tmp_0, s.arg1, s.cachedImage___78874); + r0 = pxsim_Array_.setAt(s.tmp_0, s.arg1, s.cachedImage___94758); case 5: case 6: case 7: case 8: - r0 = s.cachedImage___78874; + r0 = s.cachedImage___94758; return leave(s, r0) default: oops() } } } -tiles_TileMapData_getTileImage__P68078.info = {"start":4599,"length":717,"line":172,"column":8,"endLine":189,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getTileImage","argumentNames":["this","index"]} +tiles_TileMapData_getTileImage__P83962.info = {"start":4599,"length":717,"line":172,"column":8,"endLine":189,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getTileImage","argumentNames":["this","index"]} -function tiles_TileMapData_getTileImage__P68078_mk(s) { +function tiles_TileMapData_getTileImage__P83962_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMapData_getTileImage__P68078, depth: s.depth + 1, + parent: s, fn: tiles_TileMapData_getTileImage__P83962, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, - size___78870: undefined, - cachedImage___78874: undefined, - originalImage___78881: undefined, + size___94754: undefined, + cachedImage___94758: undefined, + originalImage___94765: undefined, arg0: undefined, arg1: undefined, } } @@ -28617,7 +28617,7 @@ function tiles_TileMapData_getTileImage__P68078_mk(s) { -function tiles_TileMapData_scale__P68073(s) { +function tiles_TileMapData_scale__P83957(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -28632,18 +28632,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMapData__C68069_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_TileMapData__C83953_VT)) failedCast(r0); r0 = s.arg0.fields["_scale"]; return leaveAccessor(s, r0) default: oops() } } } -tiles_TileMapData_scale__P68073.info = {"start":3809,"length":66,"line":143,"column":8,"endLine":145,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"scale","argumentNames":["this"]} -tiles_TileMapData_scale__P68073.isGetter = true; +tiles_TileMapData_scale__P83957.info = {"start":3809,"length":66,"line":143,"column":8,"endLine":145,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"scale","argumentNames":["this"]} +tiles_TileMapData_scale__P83957.isGetter = true; -function tiles_TileMapData_scale__P68073_mk(s) { +function tiles_TileMapData_scale__P83957_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMapData_scale__P68073, depth: s.depth + 1, + parent: s, fn: tiles_TileMapData_scale__P83957, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -28652,7 +28652,7 @@ function tiles_TileMapData_scale__P68073_mk(s) { -function tiles_Location_tileSet__P68060(s) { +function tiles_Location_tileSet__P83944(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -28667,8 +28667,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_Location__C68054_VT)) failedCast(r0); - s.tmp_0 = tiles_TileMap_getTileIndex__P68095_mk(s); + if (!checkSubtype(r0, tiles_Location__C83938_VT)) failedCast(r0); + s.tmp_0 = tiles_TileMap_getTileIndex__P83979_mk(s); r0 = s.arg0.fields["tileMap"]; s.tmp_0.arg0 = r0; r0 = s.arg0.fields["_col"]; @@ -28681,13 +28681,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -tiles_Location_tileSet__P68060.info = {"start":981,"length":101,"line":43,"column":8,"endLine":45,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"tileSet","argumentNames":["this"]} -tiles_Location_tileSet__P68060.isGetter = true; +tiles_Location_tileSet__P83944.info = {"start":981,"length":101,"line":43,"column":8,"endLine":45,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"tileSet","argumentNames":["this"]} +tiles_Location_tileSet__P83944.isGetter = true; -function tiles_Location_tileSet__P68060_mk(s) { +function tiles_Location_tileSet__P83944_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_Location_tileSet__P68060, depth: s.depth + 1, + parent: s, fn: tiles_Location_tileSet__P83944, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -28697,7 +28697,7 @@ function tiles_Location_tileSet__P68060_mk(s) { -function tiles_TileMap_getTileIndex__P68095(s) { +function tiles_TileMap_getTileIndex__P83979(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -28714,8 +28714,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMap__C68082_VT)) failedCast(r0); - s.tmp_0 = tiles_TileMapData_getTile__P68075_mk(s); + if (!checkSubtype(r0, tiles_TileMap__C83966_VT)) failedCast(r0); + s.tmp_0 = tiles_TileMapData_getTile__P83959_mk(s); r0 = s.arg0.fields["_map"]; s.tmp_0.arg0 = r0; s.tmp_0.arg1 = s.arg1; @@ -28726,12 +28726,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_TileMap_getTileIndex__P68095.info = {"start":7380,"length":105,"line":273,"column":8,"endLine":275,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getTileIndex","argumentNames":["this","col","row"]} +tiles_TileMap_getTileIndex__P83979.info = {"start":7380,"length":105,"line":273,"column":8,"endLine":275,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getTileIndex","argumentNames":["this","col","row"]} -function tiles_TileMap_getTileIndex__P68095_mk(s) { +function tiles_TileMap_getTileIndex__P83979_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMap_getTileIndex__P68095, depth: s.depth + 1, + parent: s, fn: tiles_TileMap_getTileIndex__P83979, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -28743,7 +28743,7 @@ function tiles_TileMap_getTileIndex__P68095_mk(s) { -function tiles_TileMapData_getTile__P68075(s) { +function tiles_TileMapData_getTile__P83959(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -28760,8 +28760,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMapData__C68069_VT)) failedCast(r0); - s.tmp_1 = tiles_TileMapData_isOutsideMap__P68081_mk(s); + if (!checkSubtype(r0, tiles_TileMapData__C83953_VT)) failedCast(r0); + s.tmp_1 = tiles_TileMapData_isOutsideMap__P83965_mk(s); s.tmp_1.arg0 = s.arg0; s.tmp_1.arg1 = s.arg1; s.tmp_1.arg2 = s.arg2; @@ -28794,12 +28794,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_TileMapData_getTile__P68075.info = {"start":3997,"length":200,"line":152,"column":8,"endLine":156,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getTile","argumentNames":["this","col","row"]} +tiles_TileMapData_getTile__P83959.info = {"start":3997,"length":200,"line":152,"column":8,"endLine":156,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getTile","argumentNames":["this","col","row"]} -function tiles_TileMapData_getTile__P68075_mk(s) { +function tiles_TileMapData_getTile__P83959_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMapData_getTile__P68075, depth: s.depth + 1, + parent: s, fn: tiles_TileMapData_getTile__P83959, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -28819,7 +28819,7 @@ function tiles_TileMapData_getTile__P68075_mk(s) { -function tiles_TileMapData_isOutsideMap__P68081(s) { +function tiles_TileMapData_isOutsideMap__P83965(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -28836,7 +28836,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMapData__C68069_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_TileMapData__C83953_VT)) failedCast(r0); r0 = (s.arg1 < 0); s.tmp_0 = r0; r0 = pxsim_numops_toBool(s.tmp_0); @@ -28876,12 +28876,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_TileMapData_isOutsideMap__P68081.info = {"start":5580,"length":132,"line":199,"column":8,"endLine":201,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"isOutsideMap","argumentNames":["this","col","row"]} +tiles_TileMapData_isOutsideMap__P83965.info = {"start":5580,"length":132,"line":199,"column":8,"endLine":201,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"isOutsideMap","argumentNames":["this","col","row"]} -function tiles_TileMapData_isOutsideMap__P68081_mk(s) { +function tiles_TileMapData_isOutsideMap__P83965_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMapData_isOutsideMap__P68081, depth: s.depth + 1, + parent: s, fn: tiles_TileMapData_isOutsideMap__P83965, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -28900,7 +28900,7 @@ function tiles_TileMapData_isOutsideMap__P68081_mk(s) { -function tiles_Location_row__P68056(s) { +function tiles_Location_row__P83940(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -28915,18 +28915,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_Location__C68054_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_Location__C83938_VT)) failedCast(r0); r0 = s.arg0.fields["_row"]; return leaveAccessor(s, r0) default: oops() } } } -tiles_Location_row__P68056.info = {"start":467,"length":51,"line":23,"column":8,"endLine":25,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"row","argumentNames":["this"]} -tiles_Location_row__P68056.isGetter = true; +tiles_Location_row__P83940.info = {"start":467,"length":51,"line":23,"column":8,"endLine":25,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"row","argumentNames":["this"]} +tiles_Location_row__P83940.isGetter = true; -function tiles_Location_row__P68056_mk(s) { +function tiles_Location_row__P83940_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_Location_row__P68056, depth: s.depth + 1, + parent: s, fn: tiles_Location_row__P83940, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -28935,7 +28935,7 @@ function tiles_Location_row__P68056_mk(s) { -function tiles_Location_col__P68055(s) { +function tiles_Location_col__P83939(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -28950,18 +28950,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_Location__C68054_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_Location__C83938_VT)) failedCast(r0); r0 = s.arg0.fields["_col"]; return leaveAccessor(s, r0) default: oops() } } } -tiles_Location_col__P68055.info = {"start":406,"length":51,"line":19,"column":8,"endLine":21,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"col","argumentNames":["this"]} -tiles_Location_col__P68055.isGetter = true; +tiles_Location_col__P83939.info = {"start":406,"length":51,"line":19,"column":8,"endLine":21,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"col","argumentNames":["this"]} +tiles_Location_col__P83939.isGetter = true; -function tiles_Location_col__P68055_mk(s) { +function tiles_Location_col__P83939_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_Location_col__P68055, depth: s.depth + 1, + parent: s, fn: tiles_Location_col__P83939, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -28970,7 +28970,7 @@ function tiles_Location_col__P68055_mk(s) { -function tiles_TileMap_getObstacle__P68102(s) { +function tiles_TileMap_getObstacle__P83986(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -28980,8 +28980,8 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.index___79040 = undefined; - s.tile___79052 = undefined; + s.index___94924 = undefined; + s.tile___94936 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -28989,8 +28989,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMap__C68082_VT)) failedCast(r0); - s.tmp_1 = tiles_TileMapData_isOutsideMap__P68081_mk(s); + if (!checkSubtype(r0, tiles_TileMap__C83966_VT)) failedCast(r0); + s.tmp_1 = tiles_TileMapData_isOutsideMap__P83965_mk(s); r0 = s.arg0.fields["_map"]; s.tmp_1.arg0 = r0; s.tmp_1.arg1 = s.arg1; @@ -29004,7 +29004,7 @@ switch (step) { r0 = 0; { step = 2; continue; } case 1: - s.tmp_2 = tiles_TileMapData_getTile__P68075_mk(s); + s.tmp_2 = tiles_TileMapData_getTile__P83959_mk(s); r0 = s.arg0.fields["_map"]; s.tmp_2.arg0 = r0; s.tmp_2.arg1 = s.arg1; @@ -29015,20 +29015,20 @@ switch (step) { case 2: // jmp value (already in r0) s.tmp_3 = r0; - s.index___79040 = (s.tmp_3); - s.tmp_0 = tiles_TileMapData_getTileImage__P68078_mk(s); + s.index___94924 = (s.tmp_3); + s.tmp_0 = tiles_TileMapData_getTileImage__P83962_mk(s); r0 = s.arg0.fields["_map"]; s.tmp_0.arg0 = r0; - s.tmp_0.arg1 = s.index___79040; + s.tmp_0.arg1 = s.index___94924; s.callLocIdx = 734; s.pc = 5; return s.tmp_0; case 5: r0 = s.retval; - s.tile___79052 = (r0); - r0 = pxsim_pxtcore_mkClassInstance(sprites_StaticObstacle__C67910_VT); + s.tile___94936 = (r0); + r0 = pxsim_pxtcore_mkClassInstance(sprites_StaticObstacle__C83794_VT); s.tmp_0 = r0; - s.tmp_1 = sprites_StaticObstacle_constructor__P67916_mk(s); + s.tmp_1 = sprites_StaticObstacle_constructor__P83800_mk(s); s.tmp_1.arg0 = s.tmp_0; - s.tmp_1.arg1 = s.tile___79052; + s.tmp_1.arg1 = s.tile___94936; s.tmp_2 = r0 = s.arg2; r0 = s.arg0.fields["_scale"]; s.tmp_3 = r0; @@ -29041,7 +29041,7 @@ switch (step) { s.tmp_1.arg3 = r0; r0 = s.arg0.fields["_layer"]; s.tmp_1.arg4 = r0; - s.tmp_1.arg5 = s.index___79040; + s.tmp_1.arg5 = s.index___94924; s.callLocIdx = 738; s.pc = 6; return s.tmp_1; case 6: r0 = s.retval; @@ -29049,12 +29049,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_TileMap_getObstacle__P68102.info = {"start":12642,"length":410,"line":411,"column":8,"endLine":421,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getObstacle","argumentNames":["this","col","row"]} +tiles_TileMap_getObstacle__P83986.info = {"start":12642,"length":410,"line":411,"column":8,"endLine":421,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getObstacle","argumentNames":["this","col","row"]} -function tiles_TileMap_getObstacle__P68102_mk(s) { +function tiles_TileMap_getObstacle__P83986_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMap_getObstacle__P68102, depth: s.depth + 1, + parent: s, fn: tiles_TileMap_getObstacle__P83986, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -29062,8 +29062,8 @@ function tiles_TileMap_getObstacle__P68102_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - index___79040: undefined, - tile___79052: undefined, + index___94924: undefined, + tile___94936: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -29073,7 +29073,7 @@ function tiles_TileMap_getObstacle__P68102_mk(s) { -function tiles_TileMap_layer__P68090(s) { +function tiles_TileMap_layer__P83974(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -29088,18 +29088,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMap__C68082_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_TileMap__C83966_VT)) failedCast(r0); r0 = s.arg0.fields["_layer"]; return leaveAccessor(s, r0) default: oops() } } } -tiles_TileMap_layer__P68090.info = {"start":6897,"length":63,"line":251,"column":8,"endLine":253,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"layer","argumentNames":["this"]} -tiles_TileMap_layer__P68090.isGetter = true; +tiles_TileMap_layer__P83974.info = {"start":6897,"length":63,"line":251,"column":8,"endLine":253,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"layer","argumentNames":["this"]} +tiles_TileMap_layer__P83974.isGetter = true; -function tiles_TileMap_layer__P68090_mk(s) { +function tiles_TileMap_layer__P83974_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMap_layer__P68090, depth: s.depth + 1, + parent: s, fn: tiles_TileMap_layer__P83974, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -29108,7 +29108,7 @@ function tiles_TileMap_layer__P68090_mk(s) { -function sprites_StaticObstacle_constructor__P67916(s) { +function sprites_StaticObstacle_constructor__P83800(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -29128,7 +29128,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_StaticObstacle__C67910_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_StaticObstacle__C83794_VT)) failedCast(r0); r0 = (s.arg0).fields["image"] = (s.arg1); r0 = (s.arg0).fields["layer"] = (s.arg4); r0 = (s.arg0).fields["top"] = (s.arg2); @@ -29138,12 +29138,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -sprites_StaticObstacle_constructor__P67916.info = {"start":563,"length":261,"line":28,"column":8,"endLine":34,"endColumn":9,"fileName":"pxt_modules/game/obstacle.ts","functionName":"inline","argumentNames":["this","image","top","left","layer","tileIndex"]} +sprites_StaticObstacle_constructor__P83800.info = {"start":563,"length":261,"line":28,"column":8,"endLine":34,"endColumn":9,"fileName":"pxt_modules/game/obstacle.ts","functionName":"inline","argumentNames":["this","image","top","left","layer","tileIndex"]} -function sprites_StaticObstacle_constructor__P67916_mk(s) { +function sprites_StaticObstacle_constructor__P83800_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_StaticObstacle_constructor__P67916, depth: s.depth + 1, + parent: s, fn: sprites_StaticObstacle_constructor__P83800, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -29157,7 +29157,7 @@ function sprites_StaticObstacle_constructor__P67916_mk(s) { -function tiles_TileMap_isObstacle__P68101(s) { +function tiles_TileMap_isObstacle__P83985(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -29174,7 +29174,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMap__C68082_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_TileMap__C83966_VT)) failedCast(r0); r0 = s.arg0.fields["_map"]; s.tmp_6 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_6); @@ -29195,7 +29195,7 @@ switch (step) { { step = 5; continue; } case 1: case 2: - s.tmp_8 = tiles_TileMapData_isOutsideMap__P68081_mk(s); + s.tmp_8 = tiles_TileMapData_isOutsideMap__P83965_mk(s); r0 = s.arg0.fields["_map"]; s.tmp_8.arg0 = r0; s.tmp_8.arg1 = s.arg1; @@ -29221,12 +29221,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_TileMap_isObstacle__P68101.info = {"start":12421,"length":211,"line":404,"column":8,"endLine":409,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"isObstacle","argumentNames":["this","col","row"]} +tiles_TileMap_isObstacle__P83985.info = {"start":12421,"length":211,"line":404,"column":8,"endLine":409,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"isObstacle","argumentNames":["this","col","row"]} -function tiles_TileMap_isObstacle__P68101_mk(s) { +function tiles_TileMap_isObstacle__P83985_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMap_isObstacle__P68101, depth: s.depth + 1, + parent: s, fn: tiles_TileMap_isObstacle__P83985, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -29249,7 +29249,7 @@ function tiles_TileMap_isObstacle__P68101_mk(s) { -function tiles_TileMapData_isWall__P68080(s) { +function tiles_TileMapData_isWall__P83964(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -29266,7 +29266,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMapData__C68069_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_TileMapData__C83953_VT)) failedCast(r0); r0 = s.arg0.fields["layers"]; s.tmp_1 = r0; r0 = pxsim_ImageMethods.getPixel(s.tmp_1, s.arg1, s.arg2); @@ -29275,12 +29275,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_TileMapData_isWall__P68080.info = {"start":5463,"length":107,"line":195,"column":8,"endLine":197,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"isWall","argumentNames":["this","col","row"]} +tiles_TileMapData_isWall__P83964.info = {"start":5463,"length":107,"line":195,"column":8,"endLine":197,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"isWall","argumentNames":["this","col","row"]} -function tiles_TileMapData_isWall__P68080_mk(s) { +function tiles_TileMapData_isWall__P83964_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMapData_isWall__P68080, depth: s.depth + 1, + parent: s, fn: tiles_TileMapData_isWall__P83964, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -29293,7 +29293,7 @@ function tiles_TileMapData_isWall__P68080_mk(s) { -function tiles_TileMap_getTile__P68094(s) { +function tiles_TileMap_getTile__P83978(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -29310,10 +29310,10 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMap__C68082_VT)) failedCast(r0); - r0 = pxsim_pxtcore_mkClassInstance(tiles_Location__C68054_VT); + if (!checkSubtype(r0, tiles_TileMap__C83966_VT)) failedCast(r0); + r0 = pxsim_pxtcore_mkClassInstance(tiles_Location__C83938_VT); s.tmp_0 = r0; - s.tmp_1 = tiles_Location_constructor__P68057_mk(s); + s.tmp_1 = tiles_Location_constructor__P83941_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = s.arg1; s.tmp_1.arg2 = s.arg2; @@ -29325,12 +29325,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_TileMap_getTile__P68094.info = {"start":7259,"length":111,"line":269,"column":8,"endLine":271,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getTile","argumentNames":["this","col","row"]} +tiles_TileMap_getTile__P83978.info = {"start":7259,"length":111,"line":269,"column":8,"endLine":271,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"getTile","argumentNames":["this","col","row"]} -function tiles_TileMap_getTile__P68094_mk(s) { +function tiles_TileMap_getTile__P83978_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMap_getTile__P68094, depth: s.depth + 1, + parent: s, fn: tiles_TileMap_getTile__P83978, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -29343,7 +29343,7 @@ function tiles_TileMap_getTile__P68094_mk(s) { -function tiles_Location_constructor__P68057(s) { +function tiles_Location_constructor__P83941(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -29361,7 +29361,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_Location__C68054_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_Location__C83938_VT)) failedCast(r0); r0 = (s.arg0).fields["_col"] = (s.arg1); r0 = (s.arg0).fields["_row"] = (s.arg2); r0 = (s.arg0).fields["tileMap"] = (s.arg3); @@ -29369,12 +29369,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_Location_constructor__P68057.info = {"start":528,"length":153,"line":27,"column":8,"endLine":31,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"inline","argumentNames":["this","col","row","map"]} +tiles_Location_constructor__P83941.info = {"start":528,"length":153,"line":27,"column":8,"endLine":31,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"inline","argumentNames":["this","col","row","map"]} -function tiles_Location_constructor__P68057_mk(s) { +function tiles_Location_constructor__P83941_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_Location_constructor__P68057, depth: s.depth + 1, + parent: s, fn: tiles_Location_constructor__P83941, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -29386,7 +29386,7 @@ function tiles_Location_constructor__P68057_mk(s) { -function Sprite_registerObstacle__P67849(s) { +function Sprite_registerObstacle__P83733(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -29396,10 +29396,10 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.collisionHandlers___78933 = undefined; - s.wallCollisionHandlers___78940 = undefined; - s.wallHandlersToRun___78965 = undefined; - s.asTileLocation___78978 = undefined; + s.collisionHandlers___94817 = undefined; + s.wallCollisionHandlers___94824 = undefined; + s.wallHandlersToRun___94849 = undefined; + s.asTileLocation___94862 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -29408,11 +29408,11 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["_obstacles"]; s.tmp_0 = r0; r0 = pxsim_Array_.setAt(s.tmp_0, s.arg1, s.arg2); - s.tmp_1 = game_currentScene__P68290_mk(s); + s.tmp_1 = game_currentScene__P84174_mk(s); s.callLocIdx = 352; s.pc = 9; return s.tmp_1; case 9: r0 = s.retval; @@ -29432,24 +29432,24 @@ switch (step) { r0 = s.retval; s.tmp_2 = r0; r0 = pxsim_Array__getAt(s.tmp_0, s.tmp_2); - s.collisionHandlers___78933 = (r0); - s.tmp_0 = game_currentScene__P68290_mk(s); + s.collisionHandlers___94817 = (r0); + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 354; s.pc = 11; return s.tmp_0; case 11: r0 = s.retval; r0 = r0.fields["wallCollisionHandlers"]; - s.wallCollisionHandlers___78940 = (r0); - r0 = pxsim_numops_toBoolDecr(s.collisionHandlers___78933); + s.wallCollisionHandlers___94824 = (r0); + r0 = pxsim_numops_toBoolDecr(s.collisionHandlers___94817); if (!r0) { step = 1; continue; } - r0 = pxsim_pxtcore_mkAction(1, inline__P78948); + r0 = pxsim_pxtcore_mkAction(1, inline__P94832); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - r0 = pxsim_pxtcore_mkAction(1, inline__P78954); + r0 = pxsim_pxtcore_mkAction(1, inline__P94838); s.tmp_1 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_1, 0, s.arg0); - s.tmp_2 = helpers_arrayForEach__P65865_mk(s); - s.tmp_3 = helpers_arrayFilter__P65866_mk(s); - s.tmp_3.arg0 = s.collisionHandlers___78933; + s.tmp_2 = helpers_arrayForEach__P81749_mk(s); + s.tmp_3 = helpers_arrayFilter__P81750_mk(s); + s.tmp_3.arg0 = s.collisionHandlers___94817; s.tmp_3.arg1 = s.tmp_0; s.callLocIdx = 356; s.pc = 13; return s.tmp_3; case 13: @@ -29461,7 +29461,7 @@ switch (step) { r0 = s.retval; case 1: case 2: - r0 = pxsim_numops_toBoolDecr(s.wallCollisionHandlers___78940); + r0 = pxsim_numops_toBoolDecr(s.wallCollisionHandlers___94824); if (!r0) { step = 7; continue; } s.tmp_0 = r0 = s.arg3; r0 = pxsim_numops_toBool(s.tmp_0); @@ -29469,7 +29469,7 @@ switch (step) { r0 = s.tmp_0; { step = 4; continue; } case 3: - s.tmp_1 = game_currentScene__P68290_mk(s); + s.tmp_1 = game_currentScene__P84174_mk(s); s.callLocIdx = 359; s.pc = 14; return s.tmp_1; case 14: r0 = s.retval; @@ -29478,21 +29478,21 @@ switch (step) { // jmp value (already in r0) s.tmp_2 = r0; s.arg3 = (s.tmp_2); - r0 = pxsim_pxtcore_mkAction(1, inline__P78967); + r0 = pxsim_pxtcore_mkAction(1, inline__P94851); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - s.tmp_1 = helpers_arrayFilter__P65866_mk(s); - s.tmp_1.arg0 = s.wallCollisionHandlers___78940; + s.tmp_1 = helpers_arrayFilter__P81750_mk(s); + s.tmp_1.arg0 = s.wallCollisionHandlers___94824; s.tmp_1.arg1 = s.tmp_0; s.callLocIdx = 361; s.pc = 15; return s.tmp_1; case 15: r0 = s.retval; - s.wallHandlersToRun___78965 = (r0); - r0 = pxsim_Array__length(s.wallHandlersToRun___78965); + s.wallHandlersToRun___94849 = (r0); + r0 = pxsim_Array__length(s.wallHandlersToRun___94849); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 5; continue; } - s.tmp_1 = tiles_TileMap_getTile__P68094_mk(s); + s.tmp_1 = tiles_TileMap_getTile__P83978_mk(s); s.tmp_1.arg0 = s.arg3; s.tmp_3 = if_left_1_mk(s); s.tmp_3.arg0 = s.arg2; @@ -29531,13 +29531,13 @@ switch (step) { s.callLocIdx = 366; s.pc = 16; return s.tmp_1; case 16: r0 = s.retval; - s.asTileLocation___78978 = (r0); - r0 = pxsim_pxtcore_mkAction(2, inline__P78994); + s.asTileLocation___94862 = (r0); + r0 = pxsim_pxtcore_mkAction(2, inline__P94878); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - r0 = pxsim_pxtrt_stclo(s.tmp_0, 1, s.asTileLocation___78978); - s.tmp_1 = helpers_arrayForEach__P65865_mk(s); - s.tmp_1.arg0 = s.wallHandlersToRun___78965; + r0 = pxsim_pxtrt_stclo(s.tmp_0, 1, s.asTileLocation___94862); + s.tmp_1 = helpers_arrayForEach__P81749_mk(s); + s.tmp_1.arg0 = s.wallHandlersToRun___94849; s.tmp_1.arg1 = s.tmp_0; s.callLocIdx = 368; s.pc = 19; return s.tmp_1; case 19: @@ -29550,12 +29550,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_registerObstacle__P67849.info = {"start":27125,"length":965,"line":821,"column":4,"endLine":841,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"registerObstacle","argumentNames":["this","direction","other","tm"]} +Sprite_registerObstacle__P83733.info = {"start":27125,"length":965,"line":821,"column":4,"endLine":841,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"registerObstacle","argumentNames":["this","direction","other","tm"]} -function Sprite_registerObstacle__P67849_mk(s) { +function Sprite_registerObstacle__P83733_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_registerObstacle__P67849, depth: s.depth + 1, + parent: s, fn: Sprite_registerObstacle__P83733, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -29565,10 +29565,10 @@ function Sprite_registerObstacle__P67849_mk(s) { tmp_5: undefined, tmp_6: undefined, tmp_7: undefined, - collisionHandlers___78933: undefined, - wallCollisionHandlers___78940: undefined, - wallHandlersToRun___78965: undefined, - asTileLocation___78978: undefined, + collisionHandlers___94817: undefined, + wallCollisionHandlers___94824: undefined, + wallHandlersToRun___94849: undefined, + asTileLocation___94862: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -29579,7 +29579,7 @@ function Sprite_registerObstacle__P67849_mk(s) { -function inline__P78948(s) { +function inline__P94832(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -29601,12 +29601,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P78948.info = {"start":27523,"length":26,"line":828,"column":24,"endLine":828,"endColumn":50,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]} +inline__P94832.info = {"start":27523,"length":26,"line":828,"column":24,"endLine":828,"endColumn":50,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]} -function inline__P78948_mk(s) { +function inline__P94832_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P78948, depth: s.depth + 1, + parent: s, fn: inline__P94832, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -29617,7 +29617,7 @@ function inline__P78948_mk(s) { -function inline__P78954(s) { +function inline__P94838(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -29649,12 +29649,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P78954.info = {"start":27576,"length":20,"line":829,"column":25,"endLine":829,"endColumn":45,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]} +inline__P94838.info = {"start":27576,"length":20,"line":829,"column":25,"endLine":829,"endColumn":45,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]} -function inline__P78954_mk(s) { +function inline__P94838_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P78954, depth: s.depth + 1, + parent: s, fn: inline__P94838, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -29664,7 +29664,7 @@ function inline__P78954_mk(s) { -function inline__P78967(s) { +function inline__P94851(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -29686,12 +29686,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P78967.info = {"start":27782,"length":32,"line":834,"column":24,"endLine":834,"endColumn":56,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]} +inline__P94851.info = {"start":27782,"length":32,"line":834,"column":24,"endLine":834,"endColumn":56,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]} -function inline__P78967_mk(s) { +function inline__P94851_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P78967, depth: s.depth + 1, + parent: s, fn: inline__P94851, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -29702,7 +29702,7 @@ function inline__P78967_mk(s) { -function inline__P78994(s) { +function inline__P94878(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -29735,12 +29735,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P78994.info = {"start":28022,"length":36,"line":838,"column":29,"endLine":838,"endColumn":65,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]} +inline__P94878.info = {"start":28022,"length":36,"line":838,"column":29,"endLine":838,"endColumn":65,"fileName":"pxt_modules/game/sprite.ts","functionName":"inline","argumentNames":["h"]} -function inline__P78994_mk(s) { +function inline__P94878_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P78994, depth: s.depth + 1, + parent: s, fn: inline__P94878, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -29750,7 +29750,7 @@ function inline__P78994_mk(s) { -function Fx_min__P65921(s) { +function Fx_min__P81805(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -29781,12 +29781,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Fx_min__P65921.info = {"start":1675,"length":117,"line":50,"column":4,"endLine":55,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"min","argumentNames":["a","b"]} +Fx_min__P81805.info = {"start":1675,"length":117,"line":50,"column":4,"endLine":55,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"min","argumentNames":["a","b"]} -function Fx_min__P65921_mk(s) { +function Fx_min__P81805_mk(s) { checkStack(s.depth); return { - parent: s, fn: Fx_min__P65921, depth: s.depth + 1, + parent: s, fn: Fx_min__P81805, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -29797,7 +29797,7 @@ function Fx_min__P65921_mk(s) { -function Fx_iadd__P65913(s) { +function Fx_iadd__P81797(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -29818,12 +29818,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Fx_iadd__P65913.info = {"start":634,"length":110,"line":23,"column":4,"endLine":25,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"iadd","argumentNames":["a","b"]} +Fx_iadd__P81797.info = {"start":634,"length":110,"line":23,"column":4,"endLine":25,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"iadd","argumentNames":["a","b"]} -function Fx_iadd__P65913_mk(s) { +function Fx_iadd__P81797_mk(s) { checkStack(s.depth); return { - parent: s, fn: Fx_iadd__P65913, depth: s.depth + 1, + parent: s, fn: Fx_iadd__P81797, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -29834,7 +29834,7 @@ function Fx_iadd__P65913_mk(s) { -function Fx_toIntShifted__P65911(s) { +function Fx_toIntShifted__P81795(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -29856,12 +29856,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Fx_toIntShifted__P65911.info = {"start":404,"length":102,"line":17,"column":4,"endLine":19,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"toIntShifted","argumentNames":["a","n"]} +Fx_toIntShifted__P81795.info = {"start":404,"length":102,"line":17,"column":4,"endLine":19,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"toIntShifted","argumentNames":["a","n"]} -function Fx_toIntShifted__P65911_mk(s) { +function Fx_toIntShifted__P81795_mk(s) { checkStack(s.depth); return { - parent: s, fn: Fx_toIntShifted__P65911, depth: s.depth + 1, + parent: s, fn: Fx_toIntShifted__P81795, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -29873,7 +29873,7 @@ function Fx_toIntShifted__P65911_mk(s) { -function helpers_arraySome__P65863(s) { +function helpers_arraySome__P81747(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -29883,26 +29883,26 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.len___79022 = undefined; - s.i___79025 = undefined; + s.len___94906 = undefined; + s.i___94909 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = pxsim_Array__length(s.arg0); - s.len___79022 = (r0); - s.i___79025 = (0); + s.len___94906 = (r0); + s.i___94909 = (0); case 1: - r0 = (s.i___79025 < s.len___79022); + r0 = (s.i___94909 < s.len___94906); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 4; continue; } s.tmp_2 = lambda_3_mk(s); s.tmp_2.argL = s.arg1; - r0 = pxsim_Array__getAt(s.arg0, s.i___79025); + r0 = pxsim_Array__getAt(s.arg0, s.i___94909); s.tmp_2.arg0 = r0; - s.tmp_2.arg1 = s.i___79025; + s.tmp_2.arg1 = s.i___94909; setupLambda(s.tmp_2, s.tmp_2.argL); s.callLocIdx = 4; s.pc = 6; return s.tmp_2; case 6: @@ -29914,8 +29914,8 @@ switch (step) { { step = 5; continue; } case 2: case 3: - r0 = (s.i___79025 + 1); - s.i___79025 = (r0); + r0 = (s.i___94909 + 1); + s.i___94909 = (r0); { step = 1; continue; } case 4: r0 = false; @@ -29923,18 +29923,18 @@ switch (step) { return leave(s, r0) default: oops() } } } -helpers_arraySome__P65863.info = {"start":6833,"length":296,"line":238,"column":4,"endLine":244,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arraySome","argumentNames":["arr","callbackfn"]} +helpers_arraySome__P81747.info = {"start":6833,"length":296,"line":238,"column":4,"endLine":244,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arraySome","argumentNames":["arr","callbackfn"]} -function helpers_arraySome__P65863_mk(s) { +function helpers_arraySome__P81747_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_arraySome__P65863, depth: s.depth + 1, + parent: s, fn: helpers_arraySome__P81747, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - len___79022: undefined, - i___79025: undefined, + len___94906: undefined, + i___94909: undefined, arg0: undefined, arg1: undefined, } } @@ -29943,7 +29943,7 @@ function helpers_arraySome__P65863_mk(s) { -function tiles_TileMap_isOnWall__P68103(s) { +function tiles_TileMap_isOnWall__P83987(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -29953,24 +29953,24 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.hbox___78157 = undefined; - s.left___78160 = undefined; - s.right___78166 = undefined; - s.top___78172 = undefined; - s.bottom___78178 = undefined; - s.col___78184 = undefined; - s.row___78190 = undefined; + s.hbox___94041 = undefined; + s.left___94044 = undefined; + s.right___94050 = undefined; + s.top___94056 = undefined; + s.bottom___94062 = undefined; + s.col___94068 = undefined; + s.row___94074 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMap__C68082_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_TileMap__C83966_VT)) failedCast(r0); r0 = s.arg1.fields["_hitbox"]; - s.hbox___78157 = (r0); - s.tmp_1 = game_Hitbox_left__P67726_mk(s); - s.tmp_1.arg0 = s.hbox___78157; + s.hbox___94041 = (r0); + s.tmp_1 = game_Hitbox_left__P83610_mk(s); + s.tmp_1.arg0 = s.hbox___94041; s.callLocIdx = 739; s.pc = 8; return s.tmp_1; case 8: r0 = s.retval; @@ -29980,9 +29980,9 @@ switch (step) { r0 = (s.tmp_2 + 8); s.tmp_3 = r0; r0 = (s.tmp_0 >> s.tmp_3); - s.left___78160 = (r0); - s.tmp_1 = game_Hitbox_right__P67728_mk(s); - s.tmp_1.arg0 = s.hbox___78157; + s.left___94044 = (r0); + s.tmp_1 = game_Hitbox_right__P83612_mk(s); + s.tmp_1.arg0 = s.hbox___94041; s.callLocIdx = 742; s.pc = 9; return s.tmp_1; case 9: r0 = s.retval; @@ -29992,9 +29992,9 @@ switch (step) { r0 = (s.tmp_2 + 8); s.tmp_3 = r0; r0 = (s.tmp_0 >> s.tmp_3); - s.right___78166 = (r0); - s.tmp_1 = game_Hitbox_top__P67727_mk(s); - s.tmp_1.arg0 = s.hbox___78157; + s.right___94050 = (r0); + s.tmp_1 = game_Hitbox_top__P83611_mk(s); + s.tmp_1.arg0 = s.hbox___94041; s.callLocIdx = 745; s.pc = 10; return s.tmp_1; case 10: r0 = s.retval; @@ -30004,9 +30004,9 @@ switch (step) { r0 = (s.tmp_2 + 8); s.tmp_3 = r0; r0 = (s.tmp_0 >> s.tmp_3); - s.top___78172 = (r0); - s.tmp_1 = game_Hitbox_bottom__P67729_mk(s); - s.tmp_1.arg0 = s.hbox___78157; + s.top___94056 = (r0); + s.tmp_1 = game_Hitbox_bottom__P83613_mk(s); + s.tmp_1.arg0 = s.hbox___94041; s.callLocIdx = 748; s.pc = 11; return s.tmp_1; case 11: r0 = s.retval; @@ -30016,23 +30016,23 @@ switch (step) { r0 = (s.tmp_2 + 8); s.tmp_3 = r0; r0 = (s.tmp_0 >> s.tmp_3); - s.bottom___78178 = (r0); - s.col___78184 = (s.left___78160); + s.bottom___94062 = (r0); + s.col___94068 = (s.left___94044); case 1: - r0 = (s.col___78184 <= s.right___78166); + r0 = (s.col___94068 <= s.right___94050); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 6; continue; } - s.row___78190 = (s.top___78172); + s.row___94074 = (s.top___94056); case 2: - r0 = (s.row___78190 <= s.bottom___78178); + r0 = (s.row___94074 <= s.bottom___94062); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 5; continue; } - s.tmp_2 = tiles_TileMap_isObstacle__P68101_mk(s); + s.tmp_2 = tiles_TileMap_isObstacle__P83985_mk(s); s.tmp_2.arg0 = s.arg0; - s.tmp_2.arg1 = s.col___78184; - s.tmp_2.arg2 = s.row___78190; + s.tmp_2.arg1 = s.col___94068; + s.tmp_2.arg2 = s.row___94074; s.callLocIdx = 751; s.pc = 12; return s.tmp_2; case 12: r0 = s.retval; @@ -30043,12 +30043,12 @@ switch (step) { { step = 7; continue; } case 3: case 4: - r0 = (s.row___78190 + 1); - s.row___78190 = (r0); + r0 = (s.row___94074 + 1); + s.row___94074 = (r0); { step = 2; continue; } case 5: - r0 = (s.col___78184 + 1); - s.col___78184 = (r0); + r0 = (s.col___94068 + 1); + s.col___94068 = (r0); { step = 1; continue; } case 6: r0 = false; @@ -30056,24 +30056,24 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_TileMap_isOnWall__P68103.info = {"start":13062,"length":627,"line":423,"column":8,"endLine":440,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"isOnWall","argumentNames":["this","s"]} +tiles_TileMap_isOnWall__P83987.info = {"start":13062,"length":627,"line":423,"column":8,"endLine":440,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"isOnWall","argumentNames":["this","s"]} -function tiles_TileMap_isOnWall__P68103_mk(s) { +function tiles_TileMap_isOnWall__P83987_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMap_isOnWall__P68103, depth: s.depth + 1, + parent: s, fn: tiles_TileMap_isOnWall__P83987, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, - hbox___78157: undefined, - left___78160: undefined, - right___78166: undefined, - top___78172: undefined, - bottom___78178: undefined, - col___78184: undefined, - row___78190: undefined, + hbox___94041: undefined, + left___94044: undefined, + right___94050: undefined, + top___94056: undefined, + bottom___94062: undefined, + col___94068: undefined, + row___94074: undefined, arg0: undefined, arg1: undefined, } } @@ -30082,7 +30082,7 @@ function tiles_TileMap_isOnWall__P68103_mk(s) { -function MovingSprite_constructor__P67937(s) { +function MovingSprite_constructor__P83821(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -30104,7 +30104,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, MovingSprite__C67936_VT)) failedCast(r0); + if (!checkSubtype(r0, MovingSprite__C83820_VT)) failedCast(r0); r0 = (s.arg0).fields["sprite"] = (s.arg1); r0 = (s.arg0).fields["cachedVx"] = (s.arg2); r0 = (s.arg0).fields["cachedVy"] = (s.arg3); @@ -30116,12 +30116,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -MovingSprite_constructor__P67937.info = {"start":799,"length":313,"line":31,"column":4,"endLine":42,"endColumn":9,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["this","sprite","cachedVx","cachedVy","dx","dy","xStep","yStep"]} +MovingSprite_constructor__P83821.info = {"start":799,"length":313,"line":31,"column":4,"endLine":42,"endColumn":9,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["this","sprite","cachedVx","cachedVy","dx","dy","xStep","yStep"]} -function MovingSprite_constructor__P67937_mk(s) { +function MovingSprite_constructor__P83821_mk(s) { checkStack(s.depth); return { - parent: s, fn: MovingSprite_constructor__P67937, depth: s.depth + 1, + parent: s, fn: MovingSprite_constructor__P83821, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -30137,7 +30137,7 @@ function MovingSprite_constructor__P67937_mk(s) { -function ArcadePhysicsEngine_move__P67950(s) { +function ArcadePhysicsEngine_move__P83834(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -30147,33 +30147,33 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.dtf___79112 = undefined; - s.dt2___79119 = undefined; - s.scene___79123 = undefined; - s.tileMap___79126 = undefined; - s.movingSprites___79129 = undefined; - s.MAX_STEP_COUNT___79160 = undefined; - s.overlapHandlers___79172 = undefined; - s.selected___79179 = undefined; - s.buffers___79180 = undefined; - s.count___79184 = undefined; - s.currMovers___79194 = undefined; - s.remainingMovers___79201 = undefined; - s.ms___79206 = undefined; - s.unnamed382___U13 = undefined; - s.unnamed383___U14 = undefined; - s.s___79208 = undefined; - s.stepX___79301 = undefined; - s.stepY___79315 = undefined; + s.dtf___94996 = undefined; + s.dt2___95003 = undefined; + s.scene___95007 = undefined; + s.tileMap___95010 = undefined; + s.movingSprites___95013 = undefined; + s.MAX_STEP_COUNT___95044 = undefined; + s.overlapHandlers___95056 = undefined; + s.selected___95063 = undefined; + s.buffers___95064 = undefined; + s.count___95068 = undefined; + s.currMovers___95078 = undefined; + s.remainingMovers___95085 = undefined; + s.ms___95090 = undefined; + s.unnamed462___U13 = undefined; + s.unnamed463___U14 = undefined; + s.s___95092 = undefined; + s.stepX___95185 = undefined; + s.stepY___95199 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, ArcadePhysicsEngine__C67938_VT)) failedCast(r0); - s.tmp_0 = Fx_min__P65921_mk(s); - s.tmp_0.arg0 = globals.MAX_TIME_STEP___67932; + if (!checkSubtype(r0, ArcadePhysicsEngine__C83822_VT)) failedCast(r0); + s.tmp_0 = Fx_min__P81805_mk(s); + s.tmp_0.arg0 = globals.MAX_TIME_STEP___83816; r0 = (s.arg1 * 1000); s.tmp_1 = r0; r0 = (s.tmp_1 * 256); @@ -30183,43 +30183,43 @@ switch (step) { s.callLocIdx = 452; s.pc = 47; return s.tmp_0; case 47: r0 = s.retval; - s.dtf___79112 = (r0); - r0 = pxsim.Math_.idiv(s.dtf___79112, 2); - s.dt2___79119 = (r0); - s.tmp_0 = game_currentScene__P68290_mk(s); + s.dtf___94996 = (r0); + r0 = pxsim.Math_.idiv(s.dtf___94996, 2); + s.dt2___95003 = (r0); + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 454; s.pc = 48; return s.tmp_0; case 48: r0 = s.retval; - s.scene___79123 = (r0); - r0 = s.scene___79123.fields["tileMap"]; - s.tileMap___79126 = (r0); - r0 = pxsim_pxtcore_mkAction(3, inline__P79131); + s.scene___95007 = (r0); + r0 = s.scene___95007.fields["tileMap"]; + s.tileMap___95010 = (r0); + r0 = pxsim_pxtcore_mkAction(3, inline__P95015); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - r0 = pxsim_pxtrt_stclo(s.tmp_0, 1, s.dtf___79112); - r0 = pxsim_pxtrt_stclo(s.tmp_0, 2, s.dt2___79119); - s.tmp_1 = helpers_arrayMap__P65862_mk(s); + r0 = pxsim_pxtrt_stclo(s.tmp_0, 1, s.dtf___94996); + r0 = pxsim_pxtrt_stclo(s.tmp_0, 2, s.dt2___95003); + s.tmp_1 = helpers_arrayMap__P81746_mk(s); r0 = s.arg0.fields["sprites"]; s.tmp_1.arg0 = r0; s.tmp_1.arg1 = s.tmp_0; s.callLocIdx = 456; s.pc = 49; return s.tmp_1; case 49: r0 = s.retval; - s.movingSprites___79129 = (r0); - s.tmp_0 = helpers_arrayForEach__P65865_mk(s); + s.movingSprites___95013 = (r0); + s.tmp_0 = helpers_arrayForEach__P81749_mk(s); r0 = s.arg0.fields["sprites"]; s.tmp_0.arg0 = r0; - s.tmp_0.arg1 = inline__P79143; + s.tmp_0.arg1 = inline__P95027; s.callLocIdx = 460; s.pc = 50; return s.tmp_0; case 50: r0 = s.retval; - s.tmp_0 = sprites_SpriteMap_clear__P67864_mk(s); + s.tmp_0 = sprites_SpriteMap_clear__P83748_mk(s); r0 = s.arg0.fields["map"]; s.tmp_0.arg0 = r0; s.callLocIdx = 461; s.pc = 51; return s.tmp_0; case 51: r0 = s.retval; - s.tmp_0 = sprites_SpriteMap_resizeBuckets__P67863_mk(s); + s.tmp_0 = sprites_SpriteMap_resizeBuckets__P83747_mk(s); r0 = s.arg0.fields["map"]; s.tmp_0.arg0 = r0; r0 = s.arg0.fields["sprites"]; @@ -30235,7 +30235,7 @@ switch (step) { s.tmp_5 = r0; r0 = pxsim.Math_.idiv(s.tmp_5, s.tmp_4); s.tmp_2 = r0; - r0 = pxsim.Math_.imul(s.tmp_2, s.dtf___79112); + r0 = pxsim.Math_.imul(s.tmp_2, s.dtf___94996); s.tmp_6 = r0; r0 = (s.tmp_6 >> 8); s.tmp_1 = r0; @@ -30244,34 +30244,34 @@ switch (step) { r0 = (s.tmp_0 + 128); s.tmp_7 = r0; r0 = (s.tmp_7 >> 8); - s.MAX_STEP_COUNT___79160 = (r0); - s.tmp_0 = helpers_arraySlice__P65871_mk(s); - r0 = s.scene___79123.fields["overlapHandlers"]; + s.MAX_STEP_COUNT___95044 = (r0); + s.tmp_0 = helpers_arraySlice__P81755_mk(s); + r0 = s.scene___95007.fields["overlapHandlers"]; s.tmp_0.arg0 = r0; s.tmp_0.arg1 = undefined; s.tmp_0.arg2 = undefined; s.callLocIdx = 467; s.pc = 53; return s.tmp_0; case 53: r0 = s.retval; - s.overlapHandlers___79172 = (r0); - s.selected___79179 = (0); + s.overlapHandlers___95056 = (r0); + s.selected___95063 = (0); r0 = pxsim_Array__mk(); s.tmp_0 = r0; - r0 = pxsim_Array__push(s.tmp_0, s.movingSprites___79129); + r0 = pxsim_Array__push(s.tmp_0, s.movingSprites___95013); r0 = pxsim_Array__mk(); s.tmp_1 = r0; r0 = pxsim_Array__push(s.tmp_0, s.tmp_1); - s.buffers___79180 = (s.tmp_0); - s.count___79184 = (0); + s.buffers___95064 = (s.tmp_0); + s.count___95068 = (0); case 1: - r0 = (s.count___79184 < s.MAX_STEP_COUNT___79160); + r0 = (s.count___95068 < s.MAX_STEP_COUNT___95044); s.tmp_0 = r0; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 2; continue; } r0 = s.tmp_0; { step = 3; continue; } case 2: - r0 = pxsim_Array__getAt(s.buffers___79180, s.selected___79179); + r0 = pxsim_Array__getAt(s.buffers___95064, s.selected___95063); s.tmp_2 = r0; r0 = pxsim_Array__length(s.tmp_2); s.tmp_1 = r0; @@ -30281,43 +30281,43 @@ switch (step) { s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 46; continue; } - r0 = pxsim_Array__getAt(s.buffers___79180, s.selected___79179); - s.currMovers___79194 = (r0); - r0 = (s.selected___79179 ^ 1); - s.selected___79179 = (r0); - r0 = pxsim_Array__getAt(s.buffers___79180, s.selected___79179); - s.remainingMovers___79201 = (r0); - s.ms___79206 = (undefined); - s.unnamed382___U13 = (s.currMovers___79194); - s.unnamed383___U14 = (0); + r0 = pxsim_Array__getAt(s.buffers___95064, s.selected___95063); + s.currMovers___95078 = (r0); + r0 = (s.selected___95063 ^ 1); + s.selected___95063 = (r0); + r0 = pxsim_Array__getAt(s.buffers___95064, s.selected___95063); + s.remainingMovers___95085 = (r0); + s.ms___95090 = (undefined); + s.unnamed462___U13 = (s.currMovers___95078); + s.unnamed463___U14 = (0); case 4: - s.tmp_0 = r0 = s.unnamed383___U14; - r0 = pxsim_Array__length(s.unnamed382___U13); + s.tmp_0 = r0 = s.unnamed463___U14; + r0 = pxsim_Array__length(s.unnamed462___U13); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 43; continue; } - r0 = pxsim_Array__getAt(s.unnamed382___U13, s.unnamed383___U14); - s.ms___79206 = (r0); - r0 = s.ms___79206.fields["sprite"]; - s.s___79208 = (r0); - r0 = s.ms___79206.fields["cachedVx"]; + r0 = pxsim_Array__getAt(s.unnamed462___U13, s.unnamed463___U14); + s.ms___95090 = (r0); + r0 = s.ms___95090.fields["sprite"]; + s.s___95092 = (r0); + r0 = s.ms___95090.fields["cachedVx"]; s.tmp_1 = r0; - r0 = s.s___79208.fields["_vx"]; + r0 = s.s___95092.fields["_vx"]; s.tmp_2 = r0; r0 = (s.tmp_1 !== s.tmp_2); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 15; continue; } - r0 = s.s___79208.fields["_vx"]; + r0 = s.s___95092.fields["_vx"]; s.tmp_4 = r0; r0 = (s.tmp_4 == 0); s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 5; continue; } - r0 = (s.ms___79206).fields["dx"] = (0); + r0 = (s.ms___95090).fields["dx"] = (0); { step = 14; continue; } case 5: - r0 = s.s___79208.fields["_vx"]; + r0 = s.s___95092.fields["_vx"]; s.tmp_1 = r0; r0 = (s.tmp_1 < 0); s.tmp_0 = r0; @@ -30326,7 +30326,7 @@ switch (step) { r0 = s.tmp_0; { step = 7; continue; } case 6: - r0 = s.ms___79206.fields["cachedVx"]; + r0 = s.ms___95090.fields["cachedVx"]; s.tmp_2 = r0; r0 = (s.tmp_2 > 0); case 7: @@ -30337,7 +30337,7 @@ switch (step) { r0 = s.tmp_3; { step = 11; continue; } case 8: - r0 = s.s___79208.fields["_vx"]; + r0 = s.s___95092.fields["_vx"]; s.tmp_5 = r0; r0 = (s.tmp_5 > 0); s.tmp_4 = r0; @@ -30346,7 +30346,7 @@ switch (step) { r0 = s.tmp_4; { step = 10; continue; } case 9: - r0 = s.ms___79206.fields["cachedVx"]; + r0 = s.ms___95090.fields["cachedVx"]; s.tmp_6 = r0; r0 = (s.tmp_6 < 0); case 10: @@ -30358,14 +30358,14 @@ switch (step) { s.tmp_8 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_8); if (!r0) { step = 12; continue; } - s.tmp_9 = r0 = s.ms___79206; - r0 = s.ms___79206.fields["dx"]; + s.tmp_9 = r0 = s.ms___95090; + r0 = s.ms___95090.fields["dx"]; s.tmp_11 = r0; r0 = (0 - s.tmp_11); s.tmp_10 = r0; r0 = (s.tmp_9).fields["dx"] = (s.tmp_10); - s.tmp_0 = r0 = s.ms___79206; - r0 = s.ms___79206.fields["xStep"]; + s.tmp_0 = r0 = s.ms___95090; + r0 = s.ms___95090.fields["xStep"]; s.tmp_2 = r0; r0 = (0 - s.tmp_2); s.tmp_1 = r0; @@ -30373,29 +30373,29 @@ switch (step) { case 12: case 13: case 14: - r0 = s.s___79208.fields["_vx"]; + r0 = s.s___95092.fields["_vx"]; s.tmp_0 = r0; - r0 = (s.ms___79206).fields["cachedVx"] = (s.tmp_0); + r0 = (s.ms___95090).fields["cachedVx"] = (s.tmp_0); case 15: case 16: - r0 = s.ms___79206.fields["cachedVy"]; + r0 = s.ms___95090.fields["cachedVy"]; s.tmp_1 = r0; - r0 = s.s___79208.fields["_vy"]; + r0 = s.s___95092.fields["_vy"]; s.tmp_2 = r0; r0 = (s.tmp_1 !== s.tmp_2); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 27; continue; } - r0 = s.s___79208.fields["_vy"]; + r0 = s.s___95092.fields["_vy"]; s.tmp_4 = r0; r0 = (s.tmp_4 == 0); s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 17; continue; } - r0 = (s.ms___79206).fields["dy"] = (0); + r0 = (s.ms___95090).fields["dy"] = (0); { step = 26; continue; } case 17: - r0 = s.s___79208.fields["_vy"]; + r0 = s.s___95092.fields["_vy"]; s.tmp_1 = r0; r0 = (s.tmp_1 < 0); s.tmp_0 = r0; @@ -30404,7 +30404,7 @@ switch (step) { r0 = s.tmp_0; { step = 19; continue; } case 18: - r0 = s.ms___79206.fields["cachedVy"]; + r0 = s.ms___95090.fields["cachedVy"]; s.tmp_2 = r0; r0 = (s.tmp_2 > 0); case 19: @@ -30415,7 +30415,7 @@ switch (step) { r0 = s.tmp_3; { step = 23; continue; } case 20: - r0 = s.s___79208.fields["_vy"]; + r0 = s.s___95092.fields["_vy"]; s.tmp_5 = r0; r0 = (s.tmp_5 > 0); s.tmp_4 = r0; @@ -30424,7 +30424,7 @@ switch (step) { r0 = s.tmp_4; { step = 22; continue; } case 21: - r0 = s.ms___79206.fields["cachedVy"]; + r0 = s.ms___95090.fields["cachedVy"]; s.tmp_6 = r0; r0 = (s.tmp_6 < 0); case 22: @@ -30436,14 +30436,14 @@ switch (step) { s.tmp_8 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_8); if (!r0) { step = 24; continue; } - s.tmp_9 = r0 = s.ms___79206; - r0 = s.ms___79206.fields["dy"]; + s.tmp_9 = r0 = s.ms___95090; + r0 = s.ms___95090.fields["dy"]; s.tmp_11 = r0; r0 = (0 - s.tmp_11); s.tmp_10 = r0; r0 = (s.tmp_9).fields["dy"] = (s.tmp_10); - s.tmp_0 = r0 = s.ms___79206; - r0 = s.ms___79206.fields["yStep"]; + s.tmp_0 = r0 = s.ms___95090; + r0 = s.ms___95090.fields["yStep"]; s.tmp_2 = r0; r0 = (0 - s.tmp_2); s.tmp_1 = r0; @@ -30451,20 +30451,20 @@ switch (step) { case 24: case 25: case 26: - r0 = s.s___79208.fields["_vy"]; + r0 = s.s___95092.fields["_vy"]; s.tmp_0 = r0; - r0 = (s.ms___79206).fields["cachedVy"] = (s.tmp_0); + r0 = (s.ms___95090).fields["cachedVy"] = (s.tmp_0); case 27: case 28: - s.tmp_2 = Fx_abs__P65920_mk(s); - r0 = s.ms___79206.fields["xStep"]; + s.tmp_2 = Fx_abs__P81804_mk(s); + r0 = s.ms___95090.fields["xStep"]; s.tmp_2.arg0 = r0; s.callLocIdx = 472; s.pc = 54; return s.tmp_2; case 54: r0 = s.retval; s.tmp_1 = r0; - s.tmp_4 = Fx_abs__P65920_mk(s); - r0 = s.ms___79206.fields["dx"]; + s.tmp_4 = Fx_abs__P81804_mk(s); + r0 = s.ms___95090.fields["dx"]; s.tmp_4.arg0 = r0; s.callLocIdx = 473; s.pc = 55; return s.tmp_4; case 55: @@ -30474,23 +30474,23 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 29; continue; } - r0 = s.ms___79206.fields["dx"]; + r0 = s.ms___95090.fields["dx"]; { step = 30; continue; } case 29: - r0 = s.ms___79206.fields["xStep"]; + r0 = s.ms___95090.fields["xStep"]; case 30: // jmp value (already in r0) s.tmp_5 = r0; - s.stepX___79301 = (s.tmp_5); - s.tmp_2 = Fx_abs__P65920_mk(s); - r0 = s.ms___79206.fields["yStep"]; + s.stepX___95185 = (s.tmp_5); + s.tmp_2 = Fx_abs__P81804_mk(s); + r0 = s.ms___95090.fields["yStep"]; s.tmp_2.arg0 = r0; s.callLocIdx = 474; s.pc = 56; return s.tmp_2; case 56: r0 = s.retval; s.tmp_1 = r0; - s.tmp_4 = Fx_abs__P65920_mk(s); - r0 = s.ms___79206.fields["dy"]; + s.tmp_4 = Fx_abs__P81804_mk(s); + r0 = s.ms___95090.fields["dy"]; s.tmp_4.arg0 = r0; s.callLocIdx = 475; s.pc = 57; return s.tmp_4; case 57: @@ -30500,45 +30500,45 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 31; continue; } - r0 = s.ms___79206.fields["dy"]; + r0 = s.ms___95090.fields["dy"]; { step = 32; continue; } case 31: - r0 = s.ms___79206.fields["yStep"]; + r0 = s.ms___95090.fields["yStep"]; case 32: // jmp value (already in r0) s.tmp_5 = r0; - s.stepY___79315 = (s.tmp_5); - s.tmp_0 = r0 = s.ms___79206; - r0 = s.ms___79206.fields["dx"]; + s.stepY___95199 = (s.tmp_5); + s.tmp_0 = r0 = s.ms___95090; + r0 = s.ms___95090.fields["dx"]; s.tmp_2 = r0; - r0 = (s.tmp_2 - s.stepX___79301); + r0 = (s.tmp_2 - s.stepX___95185); s.tmp_1 = r0; r0 = (s.tmp_0).fields["dx"] = (s.tmp_1); - s.tmp_0 = r0 = s.ms___79206; - r0 = s.ms___79206.fields["dy"]; + s.tmp_0 = r0 = s.ms___95090; + r0 = s.ms___95090.fields["dy"]; s.tmp_2 = r0; - r0 = (s.tmp_2 - s.stepY___79315); + r0 = (s.tmp_2 - s.stepY___95199); s.tmp_1 = r0; r0 = (s.tmp_0).fields["dy"] = (s.tmp_1); - r0 = s.s___79208.fields["_x"]; + r0 = s.s___95092.fields["_x"]; s.tmp_0 = r0; - r0 = (s.s___79208).fields["_lastX"] = (s.tmp_0); - r0 = s.s___79208.fields["_y"]; + r0 = (s.s___95092).fields["_lastX"] = (s.tmp_0); + r0 = s.s___95092.fields["_y"]; s.tmp_0 = r0; - r0 = (s.s___79208).fields["_lastY"] = (s.tmp_0); - s.tmp_0 = r0 = s.s___79208; - r0 = s.s___79208.fields["_x"]; + r0 = (s.s___95092).fields["_lastY"] = (s.tmp_0); + s.tmp_0 = r0 = s.s___95092; + r0 = s.s___95092.fields["_x"]; s.tmp_2 = r0; - r0 = (s.tmp_2 + s.stepX___79301); + r0 = (s.tmp_2 + s.stepX___95185); s.tmp_1 = r0; r0 = (s.tmp_0).fields["_x"] = (s.tmp_1); - s.tmp_0 = r0 = s.s___79208; - r0 = s.s___79208.fields["_y"]; + s.tmp_0 = r0 = s.s___95092; + r0 = s.s___95092.fields["_y"]; s.tmp_2 = r0; - r0 = (s.tmp_2 + s.stepY___79315); + r0 = (s.tmp_2 + s.stepY___95199); s.tmp_1 = r0; r0 = (s.tmp_0).fields["_y"] = (s.tmp_1); - r0 = s.s___79208.fields["flags"]; + r0 = s.s___95092.fields["flags"]; s.tmp_3 = r0; r0 = (s.tmp_3 & 1538); s.tmp_2 = r0; @@ -30548,20 +30548,20 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 37; continue; } - s.tmp_4 = sprites_SpriteMap_insertAABB__P67865_mk(s); + s.tmp_4 = sprites_SpriteMap_insertAABB__P83749_mk(s); r0 = s.arg0.fields["map"]; s.tmp_4.arg0 = r0; - s.tmp_4.arg1 = s.s___79208; + s.tmp_4.arg1 = s.s___95092; s.callLocIdx = 480; s.pc = 58; return s.tmp_4; case 58: r0 = s.retval; - s.tmp_0 = r0 = s.tileMap___79126; + s.tmp_0 = r0 = s.tileMap___95010; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 33; continue; } r0 = s.tmp_0; { step = 34; continue; } case 33: - r0 = s.tileMap___79126.fields["_map"]; + r0 = s.tileMap___95010.fields["_map"]; s.tmp_4 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_4); s.tmp_3 = r0; @@ -30575,10 +30575,10 @@ switch (step) { s.tmp_5 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_5); if (!r0) { step = 35; continue; } - s.tmp_6 = ArcadePhysicsEngine_tilemapCollisions__P69512_mk(s); + s.tmp_6 = ArcadePhysicsEngine_tilemapCollisions__P85396_mk(s); s.tmp_6.arg0 = s.arg0; - s.tmp_6.arg1 = s.ms___79206; - s.tmp_6.arg2 = s.tileMap___79126; + s.tmp_6.arg1 = s.ms___95090; + s.tmp_6.arg2 = s.tileMap___95010; s.callLocIdx = 482; s.pc = 59; return s.tmp_6; case 59: r0 = s.retval; @@ -30586,70 +30586,70 @@ switch (step) { case 36: case 37: case 38: - s.tmp_2 = Fx_abs__P65920_mk(s); - r0 = s.ms___79206.fields["dx"]; + s.tmp_2 = Fx_abs__P81804_mk(s); + r0 = s.ms___95090.fields["dx"]; s.tmp_2.arg0 = r0; s.callLocIdx = 483; s.pc = 60; return s.tmp_2; case 60: r0 = s.retval; s.tmp_1 = r0; - r0 = (s.tmp_1 > globals.MIN_MOVE_GAP___67935); + r0 = (s.tmp_1 > globals.MIN_MOVE_GAP___83819); s.tmp_0 = r0; r0 = pxsim_numops_toBool(s.tmp_0); if (!r0) { step = 39; continue; } r0 = s.tmp_0; { step = 40; continue; } case 39: - s.tmp_4 = Fx_abs__P65920_mk(s); - r0 = s.ms___79206.fields["dy"]; + s.tmp_4 = Fx_abs__P81804_mk(s); + r0 = s.ms___95090.fields["dy"]; s.tmp_4.arg0 = r0; s.callLocIdx = 484; s.pc = 61; return s.tmp_4; case 61: r0 = s.retval; s.tmp_3 = r0; - r0 = (s.tmp_3 > globals.MIN_MOVE_GAP___67935); + r0 = (s.tmp_3 > globals.MIN_MOVE_GAP___83819); case 40: // jmp value (already in r0) s.tmp_5 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_5); if (!r0) { step = 41; continue; } - r0 = pxsim_Array__push(s.remainingMovers___79201, s.ms___79206); + r0 = pxsim_Array__push(s.remainingMovers___95085, s.ms___95090); case 41: case 42: - r0 = (s.unnamed383___U14 + 1); - s.unnamed383___U14 = (r0); + r0 = (s.unnamed463___U14 + 1); + s.unnamed463___U14 = (r0); { step = 4; continue; } case 43: - s.unnamed382___U13 = (undefined); - s.tmp_0 = ArcadePhysicsEngine_spriteCollisions__P69511_mk(s); + s.unnamed462___U13 = (undefined); + s.tmp_0 = ArcadePhysicsEngine_spriteCollisions__P85395_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_0.arg1 = s.currMovers___79194; - s.tmp_0.arg2 = s.overlapHandlers___79172; + s.tmp_0.arg1 = s.currMovers___95078; + s.tmp_0.arg2 = s.overlapHandlers___95056; s.callLocIdx = 485; s.pc = 62; return s.tmp_0; case 62: r0 = s.retval; case 44: - r0 = pxsim_Array__length(s.currMovers___79194); + r0 = pxsim_Array__length(s.currMovers___95078); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 45; continue; } - r0 = pxsim_Array_.pop(s.currMovers___79194); + r0 = pxsim_Array_.pop(s.currMovers___95078); { step = 44; continue; } case 45: - r0 = (s.count___79184 + 1); - s.count___79184 = (r0); + r0 = (s.count___95068 + 1); + s.count___95068 = (r0); { step = 1; continue; } case 46: r0 = undefined; return leave(s, r0) default: oops() } } } -ArcadePhysicsEngine_move__P67950.info = {"start":2672,"length":3971,"line":110,"column":4,"endLine":212,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"move","argumentNames":["this","dt"]} +ArcadePhysicsEngine_move__P83834.info = {"start":2672,"length":3971,"line":110,"column":4,"endLine":212,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"move","argumentNames":["this","dt"]} -function ArcadePhysicsEngine_move__P67950_mk(s) { +function ArcadePhysicsEngine_move__P83834_mk(s) { checkStack(s.depth); return { - parent: s, fn: ArcadePhysicsEngine_move__P67950, depth: s.depth + 1, + parent: s, fn: ArcadePhysicsEngine_move__P83834, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -30663,24 +30663,24 @@ function ArcadePhysicsEngine_move__P67950_mk(s) { tmp_9: undefined, tmp_10: undefined, tmp_11: undefined, - dtf___79112: undefined, - dt2___79119: undefined, - scene___79123: undefined, - tileMap___79126: undefined, - movingSprites___79129: undefined, - MAX_STEP_COUNT___79160: undefined, - overlapHandlers___79172: undefined, - selected___79179: undefined, - buffers___79180: undefined, - count___79184: undefined, - currMovers___79194: undefined, - remainingMovers___79201: undefined, - ms___79206: undefined, - unnamed382___U13: undefined, - unnamed383___U14: undefined, - s___79208: undefined, - stepX___79301: undefined, - stepY___79315: undefined, + dtf___94996: undefined, + dt2___95003: undefined, + scene___95007: undefined, + tileMap___95010: undefined, + movingSprites___95013: undefined, + MAX_STEP_COUNT___95044: undefined, + overlapHandlers___95056: undefined, + selected___95063: undefined, + buffers___95064: undefined, + count___95068: undefined, + currMovers___95078: undefined, + remainingMovers___95085: undefined, + ms___95090: undefined, + unnamed462___U13: undefined, + unnamed463___U14: undefined, + s___95092: undefined, + stepX___95185: undefined, + stepY___95199: undefined, arg0: undefined, arg1: undefined, } } @@ -30689,7 +30689,7 @@ function ArcadePhysicsEngine_move__P67950_mk(s) { -function inline__P79131(s) { +function inline__P95015(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -30703,7 +30703,7 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = ArcadePhysicsEngine_createMovingSprite__P69510_mk(s); + s.tmp_0 = ArcadePhysicsEngine_createMovingSprite__P85394_mk(s); s.tmp_0.arg0 = s.caps[0]; s.tmp_0.arg1 = s.arg0; s.tmp_0.arg2 = s.caps[1]; @@ -30714,12 +30714,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P79131.info = {"start":3064,"length":51,"line":122,"column":17,"endLine":122,"endColumn":68,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["sprite"]} +inline__P95015.info = {"start":3064,"length":51,"line":122,"column":17,"endLine":122,"endColumn":68,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["sprite"]} -function inline__P79131_mk(s) { +function inline__P95015_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P79131, depth: s.depth + 1, + parent: s, fn: inline__P95015, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -30729,7 +30729,7 @@ function inline__P79131_mk(s) { -function inline__P79143(s) { +function inline__P95027(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -30743,7 +30743,7 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_1 = Sprite_vx__P67793_mk(s); + s.tmp_1 = Sprite_vx__P83677_mk(s); s.tmp_1.arg0 = s.arg0; s.callLocIdx = 457; s.pc = 5; return s.tmp_1; case 5: @@ -30754,7 +30754,7 @@ switch (step) { r0 = s.tmp_0; { step = 2; continue; } case 1: - s.tmp_2 = Sprite_vy__P67795_mk(s); + s.tmp_2 = Sprite_vy__P83679_mk(s); s.tmp_2.arg0 = s.arg0; s.callLocIdx = 458; s.pc = 6; return s.tmp_2; case 6: @@ -30764,7 +30764,7 @@ switch (step) { s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 3; continue; } - s.tmp_4 = Sprite_clearObstacles__P67848_mk(s); + s.tmp_4 = Sprite_clearObstacles__P83732_mk(s); s.tmp_4.arg0 = s.arg0; s.callLocIdx = 459; s.pc = 7; return s.tmp_4; case 7: @@ -30775,12 +30775,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P79143.info = {"start":3198,"length":66,"line":125,"column":29,"endLine":127,"endColumn":9,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["s"]} +inline__P95027.info = {"start":3198,"length":66,"line":125,"column":29,"endLine":127,"endColumn":9,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["s"]} -function inline__P79143_mk(s) { +function inline__P95027_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P79143, depth: s.depth + 1, + parent: s, fn: inline__P95027, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -30794,7 +30794,7 @@ function inline__P79143_mk(s) { -function ArcadePhysicsEngine_spriteCollisions__P69511(s) { +function ArcadePhysicsEngine_spriteCollisions__P85395(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -30804,18 +30804,18 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.ms___79416 = undefined; - s.unnamed384___U1 = undefined; - s.unnamed385___U2 = undefined; - s.sprite___79418 = undefined; - s.overSprites___79425 = undefined; - s.overlapper___79433 = undefined; - s.unnamed386___U6 = undefined; - s.unnamed387___U7 = undefined; - s.thisKind___79439 = undefined; - s.otherKind___79443 = undefined; - s.higher___79456 = undefined; - s.lower___79465 = undefined; + s.ms___95300 = undefined; + s.unnamed464___U1 = undefined; + s.unnamed465___U2 = undefined; + s.sprite___95302 = undefined; + s.overSprites___95309 = undefined; + s.overlapper___95317 = undefined; + s.unnamed466___U6 = undefined; + s.unnamed467___U7 = undefined; + s.thisKind___95323 = undefined; + s.otherKind___95327 = undefined; + s.higher___95340 = undefined; + s.lower___95349 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -30823,7 +30823,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, ArcadePhysicsEngine__C67938_VT)) failedCast(r0); + if (!checkSubtype(r0, ArcadePhysicsEngine__C83822_VT)) failedCast(r0); r0 = pxsim_Array__length(s.arg2); s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); @@ -30835,20 +30835,20 @@ switch (step) { { step = 21; continue; } case 1: case 2: - s.ms___79416 = (undefined); - s.unnamed384___U1 = (s.arg1); - s.unnamed385___U2 = (0); + s.ms___95300 = (undefined); + s.unnamed464___U1 = (s.arg1); + s.unnamed465___U2 = (0); case 3: - s.tmp_0 = r0 = s.unnamed385___U2; - r0 = pxsim_Array__length(s.unnamed384___U1); + s.tmp_0 = r0 = s.unnamed465___U2; + r0 = pxsim_Array__length(s.unnamed464___U1); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 20; continue; } - r0 = pxsim_Array__getAt(s.unnamed384___U1, s.unnamed385___U2); - s.ms___79416 = (r0); - r0 = s.ms___79416.fields["sprite"]; - s.sprite___79418 = (r0); - r0 = s.sprite___79418.fields["flags"]; + r0 = pxsim_Array__getAt(s.unnamed464___U1, s.unnamed465___U2); + s.ms___95300 = (r0); + r0 = s.ms___95300.fields["sprite"]; + s.sprite___95302 = (r0); + r0 = s.sprite___95302.fields["flags"]; s.tmp_1 = r0; r0 = (s.tmp_1 & 2562); s.tmp_0 = r0; @@ -30857,27 +30857,27 @@ switch (step) { { step = 19; continue; } case 4: case 5: - s.tmp_2 = sprites_SpriteMap_overlaps__P67861_mk(s); + s.tmp_2 = sprites_SpriteMap_overlaps__P83745_mk(s); r0 = s.arg0.fields["map"]; s.tmp_2.arg0 = r0; - r0 = s.ms___79416.fields["sprite"]; + r0 = s.ms___95300.fields["sprite"]; s.tmp_2.arg1 = r0; s.callLocIdx = 523; s.pc = 22; return s.tmp_2; case 22: r0 = s.retval; - s.overSprites___79425 = (r0); - s.overlapper___79433 = (undefined); - s.unnamed386___U6 = (s.overSprites___79425); - s.unnamed387___U7 = (0); + s.overSprites___95309 = (r0); + s.overlapper___95317 = (undefined); + s.unnamed466___U6 = (s.overSprites___95309); + s.unnamed467___U7 = (0); case 6: - s.tmp_0 = r0 = s.unnamed387___U7; - r0 = pxsim_Array__length(s.unnamed386___U6); + s.tmp_0 = r0 = s.unnamed467___U7; + r0 = pxsim_Array__length(s.unnamed466___U6); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 18; continue; } - r0 = pxsim_Array__getAt(s.unnamed386___U6, s.unnamed387___U7); - s.overlapper___79433 = (r0); - r0 = s.overlapper___79433.fields["flags"]; + r0 = pxsim_Array__getAt(s.unnamed466___U6, s.unnamed467___U7); + s.overlapper___95317 = (r0); + r0 = s.overlapper___95317.fields["flags"]; s.tmp_3 = r0; r0 = (s.tmp_3 & 2562); s.tmp_2 = r0; @@ -30886,13 +30886,13 @@ switch (step) { { step = 17; continue; } case 7: case 8: - r0 = s.sprite___79418.fields["_kind"]; - s.thisKind___79439 = (r0); - r0 = s.overlapper___79433.fields["_kind"]; - s.otherKind___79443 = (r0); - r0 = s.sprite___79418.fields["_kindsOverlappedWith"]; + r0 = s.sprite___95302.fields["_kind"]; + s.thisKind___95323 = (r0); + r0 = s.overlapper___95317.fields["_kind"]; + s.otherKind___95327 = (r0); + r0 = s.sprite___95302.fields["_kindsOverlappedWith"]; s.tmp_2 = r0; - r0 = pxsim_Array_.indexOf(s.tmp_2, s.otherKind___79443, undefined); + r0 = pxsim_Array_.indexOf(s.tmp_2, s.otherKind___95327, undefined); s.tmp_1 = r0; r0 = (s.tmp_1 === -1); s.tmp_0 = r0; @@ -30901,37 +30901,37 @@ switch (step) { { step = 17; continue; } case 9: case 10: - r0 = s.sprite___79418.fields["id"]; + r0 = s.sprite___95302.fields["id"]; s.tmp_4 = r0; - r0 = s.overlapper___79433.fields["id"]; + r0 = s.overlapper___95317.fields["id"]; s.tmp_5 = r0; r0 = (s.tmp_4 > s.tmp_5); s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 11; continue; } - r0 = s.sprite___79418; + r0 = s.sprite___95302; { step = 12; continue; } case 11: - r0 = s.overlapper___79433; + r0 = s.overlapper___95317; case 12: // jmp value (already in r0) s.tmp_6 = r0; - s.higher___79456 = (s.tmp_6); - r0 = (s.higher___79456 === s.sprite___79418); + s.higher___95340 = (s.tmp_6); + r0 = (s.higher___95340 === s.sprite___95302); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 13; continue; } - r0 = s.overlapper___79433; + r0 = s.overlapper___95317; { step = 14; continue; } case 13: - r0 = s.sprite___79418; + r0 = s.sprite___95302; case 14: // jmp value (already in r0) s.tmp_1 = r0; - s.lower___79465 = (s.tmp_1); - r0 = s.higher___79456.fields["_overlappers"]; + s.lower___95349 = (s.tmp_1); + r0 = s.higher___95340.fields["_overlappers"]; s.tmp_2 = r0; - r0 = s.lower___79465.fields["id"]; + r0 = s.lower___95349.fields["id"]; s.tmp_3 = r0; r0 = pxsim_Array_.indexOf(s.tmp_2, s.tmp_3, undefined); s.tmp_1 = r0; @@ -30939,19 +30939,19 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 15; continue; } - r0 = pxsim_pxtcore_mkAction(2, inline__P79485); + r0 = pxsim_pxtcore_mkAction(2, inline__P95369); s.tmp_4 = r0; - r0 = pxsim_pxtrt_stclo(s.tmp_4, 0, s.thisKind___79439); - r0 = pxsim_pxtrt_stclo(s.tmp_4, 1, s.otherKind___79443); - r0 = pxsim_pxtcore_mkAction(5, inline__P79509); + r0 = pxsim_pxtrt_stclo(s.tmp_4, 0, s.thisKind___95323); + r0 = pxsim_pxtrt_stclo(s.tmp_4, 1, s.otherKind___95327); + r0 = pxsim_pxtcore_mkAction(5, inline__P95393); s.tmp_5 = r0; - r0 = pxsim_pxtrt_stclo(s.tmp_5, 0, s.higher___79456); - r0 = pxsim_pxtrt_stclo(s.tmp_5, 1, s.lower___79465); - r0 = pxsim_pxtrt_stclo(s.tmp_5, 2, s.sprite___79418); - r0 = pxsim_pxtrt_stclo(s.tmp_5, 3, s.overlapper___79433); - r0 = pxsim_pxtrt_stclo(s.tmp_5, 4, s.thisKind___79439); - s.tmp_6 = helpers_arrayForEach__P65865_mk(s); - s.tmp_7 = helpers_arrayFilter__P65866_mk(s); + r0 = pxsim_pxtrt_stclo(s.tmp_5, 0, s.higher___95340); + r0 = pxsim_pxtrt_stclo(s.tmp_5, 1, s.lower___95349); + r0 = pxsim_pxtrt_stclo(s.tmp_5, 2, s.sprite___95302); + r0 = pxsim_pxtrt_stclo(s.tmp_5, 3, s.overlapper___95317); + r0 = pxsim_pxtrt_stclo(s.tmp_5, 4, s.thisKind___95323); + s.tmp_6 = helpers_arrayForEach__P81749_mk(s); + s.tmp_7 = helpers_arrayFilter__P81750_mk(s); s.tmp_7.arg0 = s.arg2; s.tmp_7.arg1 = s.tmp_4; s.callLocIdx = 526; s.pc = 24; return s.tmp_7; @@ -30965,28 +30965,28 @@ switch (step) { case 15: case 16: case 17: - r0 = (s.unnamed387___U7 + 1); - s.unnamed387___U7 = (r0); + r0 = (s.unnamed467___U7 + 1); + s.unnamed467___U7 = (r0); { step = 6; continue; } case 18: - s.unnamed386___U6 = (undefined); + s.unnamed466___U6 = (undefined); case 19: - r0 = (s.unnamed385___U2 + 1); - s.unnamed385___U2 = (r0); + r0 = (s.unnamed465___U2 + 1); + s.unnamed465___U2 = (r0); { step = 3; continue; } case 20: - s.unnamed384___U1 = (undefined); + s.unnamed464___U1 = (undefined); case 21: r0 = undefined; return leave(s, r0) default: oops() } } } -ArcadePhysicsEngine_spriteCollisions__P69511.info = {"start":9720,"length":2254,"line":325,"column":4,"endLine":369,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"spriteCollisions","argumentNames":["this","movedSprites","handlers"]} +ArcadePhysicsEngine_spriteCollisions__P85395.info = {"start":9720,"length":2254,"line":325,"column":4,"endLine":369,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"spriteCollisions","argumentNames":["this","movedSprites","handlers"]} -function ArcadePhysicsEngine_spriteCollisions__P69511_mk(s) { +function ArcadePhysicsEngine_spriteCollisions__P85395_mk(s) { checkStack(s.depth); return { - parent: s, fn: ArcadePhysicsEngine_spriteCollisions__P69511, depth: s.depth + 1, + parent: s, fn: ArcadePhysicsEngine_spriteCollisions__P85395, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -30996,18 +30996,18 @@ function ArcadePhysicsEngine_spriteCollisions__P69511_mk(s) { tmp_5: undefined, tmp_6: undefined, tmp_7: undefined, - ms___79416: undefined, - unnamed384___U1: undefined, - unnamed385___U2: undefined, - sprite___79418: undefined, - overSprites___79425: undefined, - overlapper___79433: undefined, - unnamed386___U6: undefined, - unnamed387___U7: undefined, - thisKind___79439: undefined, - otherKind___79443: undefined, - higher___79456: undefined, - lower___79465: undefined, + ms___95300: undefined, + unnamed464___U1: undefined, + unnamed465___U2: undefined, + sprite___95302: undefined, + overSprites___95309: undefined, + overlapper___95317: undefined, + unnamed466___U6: undefined, + unnamed467___U7: undefined, + thisKind___95323: undefined, + otherKind___95327: undefined, + higher___95340: undefined, + lower___95349: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -31017,7 +31017,7 @@ function ArcadePhysicsEngine_spriteCollisions__P69511_mk(s) { -function inline__P79485(s) { +function inline__P95369(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -31074,12 +31074,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P79485.info = {"start":11079,"length":137,"line":351,"column":32,"endLine":352,"endColumn":81,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["h"]} +inline__P95369.info = {"start":11079,"length":137,"line":351,"column":32,"endLine":352,"endColumn":81,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["h"]} -function inline__P79485_mk(s) { +function inline__P95369_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P79485, depth: s.depth + 1, + parent: s, fn: inline__P95369, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -31097,7 +31097,7 @@ function inline__P79485_mk(s) { -function inline__P79509(s) { +function inline__P95393(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -31116,7 +31116,7 @@ switch (step) { r0 = s.caps[1].fields["id"]; s.tmp_1 = r0; r0 = pxsim_Array__push(s.tmp_0, s.tmp_1); - r0 = pxsim_pxtcore_mkAction(6, inline__P79519); + r0 = pxsim_pxtcore_mkAction(6, inline__P95403); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.caps[2]); r0 = pxsim_pxtrt_stclo(s.tmp_0, 1, s.caps[3]); @@ -31129,12 +31129,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P79509.info = {"start":11276,"length":648,"line":354,"column":33,"endLine":365,"endColumn":25,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["h"]} +inline__P95393.info = {"start":11276,"length":648,"line":354,"column":33,"endLine":365,"endColumn":25,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":["h"]} -function inline__P79509_mk(s) { +function inline__P95393_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P79509, depth: s.depth + 1, + parent: s, fn: inline__P95393, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -31145,7 +31145,7 @@ function inline__P79509_mk(s) { -function inline__P79519(s) { +function inline__P95403(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -31221,12 +31221,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P79519.info = {"start":11397,"length":499,"line":356,"column":50,"endLine":364,"endColumn":29,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":[]} +inline__P95403.info = {"start":11397,"length":499,"line":356,"column":50,"endLine":364,"endColumn":29,"fileName":"pxt_modules/game/physics.ts","functionName":"inline","argumentNames":[]} -function inline__P79519_mk(s) { +function inline__P95403_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P79519, depth: s.depth + 1, + parent: s, fn: inline__P95403, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -31247,7 +31247,7 @@ function inline__P79519_mk(s) { -function sprites_SpriteMap_overlaps__P67861(s) { +function sprites_SpriteMap_overlaps__P83745(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -31257,47 +31257,47 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.n___79553 = undefined; - s.o___79557 = undefined; + s.n___95437 = undefined; + s.o___95441 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_SpriteMap__C67858_VT)) failedCast(r0); - s.tmp_0 = sprites_SpriteMap_neighbors__P67860_mk(s); + if (!checkSubtype(r0, sprites_SpriteMap__C83742_VT)) failedCast(r0); + s.tmp_0 = sprites_SpriteMap_neighbors__P83744_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; s.callLocIdx = 398; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - s.n___79553 = (r0); - r0 = pxsim_pxtcore_mkAction(1, inline__P79559); + s.n___95437 = (r0); + r0 = pxsim_pxtcore_mkAction(1, inline__P95443); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg1); - s.tmp_1 = helpers_arrayFilter__P65866_mk(s); - s.tmp_1.arg0 = s.n___79553; + s.tmp_1 = helpers_arrayFilter__P81750_mk(s); + s.tmp_1.arg0 = s.n___95437; s.tmp_1.arg1 = s.tmp_0; s.callLocIdx = 400; s.pc = 2; return s.tmp_1; case 2: r0 = s.retval; - s.o___79557 = (r0); - r0 = s.o___79557; + s.o___95441 = (r0); + r0 = s.o___95441; return leave(s, r0) default: oops() } } } -sprites_SpriteMap_overlaps__P67861.info = {"start":923,"length":189,"line":30,"column":8,"endLine":34,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"overlaps","argumentNames":["this","sprite"]} +sprites_SpriteMap_overlaps__P83745.info = {"start":923,"length":189,"line":30,"column":8,"endLine":34,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"overlaps","argumentNames":["this","sprite"]} -function sprites_SpriteMap_overlaps__P67861_mk(s) { +function sprites_SpriteMap_overlaps__P83745_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_SpriteMap_overlaps__P67861, depth: s.depth + 1, + parent: s, fn: sprites_SpriteMap_overlaps__P83745, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, - n___79553: undefined, - o___79557: undefined, + n___95437: undefined, + o___95441: undefined, arg0: undefined, arg1: undefined, } } @@ -31306,7 +31306,7 @@ function sprites_SpriteMap_overlaps__P67861_mk(s) { -function inline__P79559(s) { +function inline__P95443(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -31320,7 +31320,7 @@ switch (step) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } - s.tmp_0 = Sprite_overlapsWith__P67844_mk(s); + s.tmp_0 = Sprite_overlapsWith__P83728_mk(s); s.tmp_0.arg0 = s.caps[0]; s.tmp_0.arg1 = s.arg0; s.callLocIdx = 399; s.pc = 1; return s.tmp_0; @@ -31329,12 +31329,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P79559.info = {"start":1037,"length":41,"line":32,"column":31,"endLine":32,"endColumn":72,"fileName":"pxt_modules/game/spritemap.ts","functionName":"inline","argumentNames":["neighbor"]} +inline__P95443.info = {"start":1037,"length":41,"line":32,"column":31,"endLine":32,"endColumn":72,"fileName":"pxt_modules/game/spritemap.ts","functionName":"inline","argumentNames":["neighbor"]} -function inline__P79559_mk(s) { +function inline__P95443_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P79559, depth: s.depth + 1, + parent: s, fn: inline__P95443, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -31344,7 +31344,7 @@ function inline__P79559_mk(s) { -function sprites_SpriteMap_neighbors__P67860(s) { +function sprites_SpriteMap_neighbors__P83744(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -31354,112 +31354,112 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.n___79601 = undefined; - s.layer___79603 = undefined; + s.n___95485 = undefined; + s.layer___95487 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_SpriteMap__C67858_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_SpriteMap__C83742_VT)) failedCast(r0); r0 = pxsim_Array__mk(); - s.n___79601 = (r0); + s.n___95485 = (r0); r0 = s.arg1.fields["layer"]; - s.layer___79603 = (r0); - s.tmp_0 = sprites_SpriteMap_mergeAtKey__P69481_mk(s); + s.layer___95487 = (r0); + s.tmp_0 = sprites_SpriteMap_mergeAtKey__P85365_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_1 = Sprite_left__P67826_mk(s); + s.tmp_1 = Sprite_left__P83710_mk(s); s.tmp_1.arg0 = s.arg1; s.callLocIdx = 386; s.pc = 2; return s.tmp_1; case 2: r0 = s.retval; s.tmp_0.arg1 = r0; - s.tmp_2 = Sprite_top__P67830_mk(s); + s.tmp_2 = Sprite_top__P83714_mk(s); s.tmp_2.arg0 = s.arg1; s.callLocIdx = 387; s.pc = 3; return s.tmp_2; case 3: r0 = s.retval; s.tmp_0.arg2 = r0; - s.tmp_0.arg3 = s.layer___79603; - s.tmp_0.arg4 = s.n___79601; + s.tmp_0.arg3 = s.layer___95487; + s.tmp_0.arg4 = s.n___95485; s.callLocIdx = 388; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - s.tmp_0 = sprites_SpriteMap_mergeAtKey__P69481_mk(s); + s.tmp_0 = sprites_SpriteMap_mergeAtKey__P85365_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_1 = Sprite_left__P67826_mk(s); + s.tmp_1 = Sprite_left__P83710_mk(s); s.tmp_1.arg0 = s.arg1; s.callLocIdx = 389; s.pc = 5; return s.tmp_1; case 5: r0 = s.retval; s.tmp_0.arg1 = r0; - s.tmp_2 = Sprite_bottom__P67832_mk(s); + s.tmp_2 = Sprite_bottom__P83716_mk(s); s.tmp_2.arg0 = s.arg1; s.callLocIdx = 390; s.pc = 6; return s.tmp_2; case 6: r0 = s.retval; s.tmp_0.arg2 = r0; - s.tmp_0.arg3 = s.layer___79603; - s.tmp_0.arg4 = s.n___79601; + s.tmp_0.arg3 = s.layer___95487; + s.tmp_0.arg4 = s.n___95485; s.callLocIdx = 391; s.pc = 4; return s.tmp_0; case 4: r0 = s.retval; - s.tmp_0 = sprites_SpriteMap_mergeAtKey__P69481_mk(s); + s.tmp_0 = sprites_SpriteMap_mergeAtKey__P85365_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_1 = Sprite_right__P67828_mk(s); + s.tmp_1 = Sprite_right__P83712_mk(s); s.tmp_1.arg0 = s.arg1; s.callLocIdx = 392; s.pc = 8; return s.tmp_1; case 8: r0 = s.retval; s.tmp_0.arg1 = r0; - s.tmp_2 = Sprite_top__P67830_mk(s); + s.tmp_2 = Sprite_top__P83714_mk(s); s.tmp_2.arg0 = s.arg1; s.callLocIdx = 393; s.pc = 9; return s.tmp_2; case 9: r0 = s.retval; s.tmp_0.arg2 = r0; - s.tmp_0.arg3 = s.layer___79603; - s.tmp_0.arg4 = s.n___79601; + s.tmp_0.arg3 = s.layer___95487; + s.tmp_0.arg4 = s.n___95485; s.callLocIdx = 394; s.pc = 7; return s.tmp_0; case 7: r0 = s.retval; - s.tmp_0 = sprites_SpriteMap_mergeAtKey__P69481_mk(s); + s.tmp_0 = sprites_SpriteMap_mergeAtKey__P85365_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_1 = Sprite_right__P67828_mk(s); + s.tmp_1 = Sprite_right__P83712_mk(s); s.tmp_1.arg0 = s.arg1; s.callLocIdx = 395; s.pc = 11; return s.tmp_1; case 11: r0 = s.retval; s.tmp_0.arg1 = r0; - s.tmp_2 = Sprite_bottom__P67832_mk(s); + s.tmp_2 = Sprite_bottom__P83716_mk(s); s.tmp_2.arg0 = s.arg1; s.callLocIdx = 396; s.pc = 12; return s.tmp_2; case 12: r0 = s.retval; s.tmp_0.arg2 = r0; - s.tmp_0.arg3 = s.layer___79603; - s.tmp_0.arg4 = s.n___79601; + s.tmp_0.arg3 = s.layer___95487; + s.tmp_0.arg4 = s.n___95485; s.callLocIdx = 397; s.pc = 10; return s.tmp_0; case 10: r0 = s.retval; - r0 = pxsim_Array_.removeElement(s.n___79601, s.arg1); - r0 = s.n___79601; + r0 = pxsim_Array_.removeElement(s.n___95485, s.arg1); + r0 = s.n___95485; return leave(s, r0) default: oops() } } } -sprites_SpriteMap_neighbors__P67860.info = {"start":376,"length":442,"line":15,"column":8,"endLine":24,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"neighbors","argumentNames":["this","sprite"]} +sprites_SpriteMap_neighbors__P83744.info = {"start":376,"length":442,"line":15,"column":8,"endLine":24,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"neighbors","argumentNames":["this","sprite"]} -function sprites_SpriteMap_neighbors__P67860_mk(s) { +function sprites_SpriteMap_neighbors__P83744_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_SpriteMap_neighbors__P67860, depth: s.depth + 1, + parent: s, fn: sprites_SpriteMap_neighbors__P83744, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - n___79601: undefined, - layer___79603: undefined, + n___95485: undefined, + layer___95487: undefined, arg0: undefined, arg1: undefined, } } @@ -31468,7 +31468,7 @@ function sprites_SpriteMap_neighbors__P67860_mk(s) { -function sprites_SpriteMap_mergeAtKey__P69481(s) { +function sprites_SpriteMap_mergeAtKey__P85365(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -31478,11 +31478,11 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.k___79656 = undefined; - s.bucket___79661 = undefined; - s.sprite___79668 = undefined; - s.unnamed380___U3 = undefined; - s.unnamed381___U4 = undefined; + s.k___95540 = undefined; + s.bucket___95545 = undefined; + s.sprite___95552 = undefined; + s.unnamed460___U3 = undefined; + s.unnamed461___U4 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -31492,33 +31492,33 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_SpriteMap__C67858_VT)) failedCast(r0); - s.tmp_0 = sprites_SpriteMap_key__P69479_mk(s); + if (!checkSubtype(r0, sprites_SpriteMap__C83742_VT)) failedCast(r0); + s.tmp_0 = sprites_SpriteMap_key__P85363_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; s.tmp_0.arg2 = s.arg2; s.callLocIdx = 424; s.pc = 9; return s.tmp_0; case 9: r0 = s.retval; - s.k___79656 = (r0); + s.k___95540 = (r0); r0 = s.arg0.fields["buckets"]; s.tmp_0 = r0; - r0 = pxsim_Array__getAt(s.tmp_0, s.k___79656); - s.bucket___79661 = (r0); - r0 = pxsim_numops_toBoolDecr(s.bucket___79661); + r0 = pxsim_Array__getAt(s.tmp_0, s.k___95540); + s.bucket___95545 = (r0); + r0 = pxsim_numops_toBoolDecr(s.bucket___95545); if (!r0) { step = 7; continue; } - s.sprite___79668 = (undefined); - s.unnamed380___U3 = (s.bucket___79661); - s.unnamed381___U4 = (0); + s.sprite___95552 = (undefined); + s.unnamed460___U3 = (s.bucket___95545); + s.unnamed461___U4 = (0); case 1: - s.tmp_0 = r0 = s.unnamed381___U4; - r0 = pxsim_Array__length(s.unnamed380___U3); + s.tmp_0 = r0 = s.unnamed461___U4; + r0 = pxsim_Array__length(s.unnamed460___U3); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 6; continue; } - r0 = pxsim_Array__getAt(s.unnamed380___U3, s.unnamed381___U4); - s.sprite___79668 = (r0); - r0 = s.sprite___79668.fields["layer"]; + r0 = pxsim_Array__getAt(s.unnamed460___U3, s.unnamed461___U4); + s.sprite___95552 = (r0); + r0 = s.sprite___95552.fields["layer"]; s.tmp_3 = r0; r0 = (s.tmp_3 & s.arg3); s.tmp_2 = r0; @@ -31527,7 +31527,7 @@ switch (step) { r0 = s.tmp_2; { step = 3; continue; } case 2: - r0 = pxsim_Array_.indexOf(s.arg4, s.sprite___79668, undefined); + r0 = pxsim_Array_.indexOf(s.arg4, s.sprite___95552, undefined); s.tmp_4 = r0; r0 = (s.tmp_4 < 0); case 3: @@ -31535,26 +31535,26 @@ switch (step) { s.tmp_5 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_5); if (!r0) { step = 4; continue; } - r0 = pxsim_Array__push(s.arg4, s.sprite___79668); + r0 = pxsim_Array__push(s.arg4, s.sprite___95552); case 4: case 5: - r0 = (s.unnamed381___U4 + 1); - s.unnamed381___U4 = (r0); + r0 = (s.unnamed461___U4 + 1); + s.unnamed461___U4 = (r0); { step = 1; continue; } case 6: - s.unnamed380___U3 = (undefined); + s.unnamed460___U3 = (undefined); case 7: case 8: r0 = undefined; return leave(s, r0) default: oops() } } } -sprites_SpriteMap_mergeAtKey__P69481.info = {"start":3715,"length":384,"line":101,"column":8,"endLine":110,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"mergeAtKey","argumentNames":["this","x","y","layer","n"]} +sprites_SpriteMap_mergeAtKey__P85365.info = {"start":3715,"length":384,"line":101,"column":8,"endLine":110,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"mergeAtKey","argumentNames":["this","x","y","layer","n"]} -function sprites_SpriteMap_mergeAtKey__P69481_mk(s) { +function sprites_SpriteMap_mergeAtKey__P85365_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_SpriteMap_mergeAtKey__P69481, depth: s.depth + 1, + parent: s, fn: sprites_SpriteMap_mergeAtKey__P85365, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -31562,11 +31562,11 @@ function sprites_SpriteMap_mergeAtKey__P69481_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - k___79656: undefined, - bucket___79661: undefined, - sprite___79668: undefined, - unnamed380___U3: undefined, - unnamed381___U4: undefined, + k___95540: undefined, + bucket___95545: undefined, + sprite___95552: undefined, + unnamed460___U3: undefined, + unnamed461___U4: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -31578,7 +31578,7 @@ function sprites_SpriteMap_mergeAtKey__P69481_mk(s) { -function sprites_SpriteMap_key__P69479(s) { +function sprites_SpriteMap_key__P85363(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -31588,8 +31588,8 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.xi___79689 = undefined; - s.yi___79701 = undefined; + s.xi___95573 = undefined; + s.yi___95585 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -31597,8 +31597,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_SpriteMap__C67858_VT)) failedCast(r0); - s.tmp_0 = Math_clamp__P65882_mk(s); + if (!checkSubtype(r0, sprites_SpriteMap__C83742_VT)) failedCast(r0); + s.tmp_0 = Math_clamp__P81766_mk(s); s.tmp_0.arg0 = 0; r0 = s.arg0.fields["columnCount"]; s.tmp_0.arg1 = r0; @@ -31609,8 +31609,8 @@ switch (step) { s.callLocIdx = 412; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - s.xi___79689 = (r0); - s.tmp_0 = Math_clamp__P65882_mk(s); + s.xi___95573 = (r0); + s.tmp_0 = Math_clamp__P81766_mk(s); s.tmp_0.arg0 = 0; r0 = s.arg0.fields["rowCount"]; s.tmp_0.arg1 = r0; @@ -31621,28 +31621,28 @@ switch (step) { s.callLocIdx = 413; s.pc = 2; return s.tmp_0; case 2: r0 = s.retval; - s.yi___79701 = (r0); - s.tmp_0 = r0 = s.xi___79689; + s.yi___95585 = (r0); + s.tmp_0 = r0 = s.xi___95573; r0 = s.arg0.fields["columnCount"]; s.tmp_2 = r0; - r0 = (s.yi___79701 * s.tmp_2); + r0 = (s.yi___95585 * s.tmp_2); s.tmp_1 = r0; r0 = (s.tmp_0 + s.tmp_1); return leave(s, r0) default: oops() } } } -sprites_SpriteMap_key__P69479.info = {"start":2592,"length":270,"line":76,"column":8,"endLine":80,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"key","argumentNames":["this","x","y"]} +sprites_SpriteMap_key__P85363.info = {"start":2592,"length":270,"line":76,"column":8,"endLine":80,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"key","argumentNames":["this","x","y"]} -function sprites_SpriteMap_key__P69479_mk(s) { +function sprites_SpriteMap_key__P85363_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_SpriteMap_key__P69479, depth: s.depth + 1, + parent: s, fn: sprites_SpriteMap_key__P85363, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - xi___79689: undefined, - yi___79701: undefined, + xi___95573: undefined, + yi___95585: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -31652,7 +31652,7 @@ function sprites_SpriteMap_key__P69479_mk(s) { -function Sprite_bottom__P67832(s) { +function Sprite_bottom__P83716(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -31667,8 +31667,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); - s.tmp_1 = Sprite_top__P67830_mk(s); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); + s.tmp_1 = Sprite_top__P83714_mk(s); s.tmp_1.arg0 = s.arg0; s.callLocIdx = 278; s.pc = 1; return s.tmp_1; case 1: @@ -31682,13 +31682,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -Sprite_bottom__P67832.info = {"start":10262,"length":59,"line":373,"column":4,"endLine":375,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"bottom","argumentNames":["this"]} -Sprite_bottom__P67832.isGetter = true; +Sprite_bottom__P83716.info = {"start":10262,"length":59,"line":373,"column":4,"endLine":375,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"bottom","argumentNames":["this"]} +Sprite_bottom__P83716.isGetter = true; -function Sprite_bottom__P67832_mk(s) { +function Sprite_bottom__P83716_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_bottom__P67832, depth: s.depth + 1, + parent: s, fn: Sprite_bottom__P83716, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -31701,7 +31701,7 @@ function Sprite_bottom__P67832_mk(s) { -function Sprite_height__P67825(s) { +function Sprite_height__P83709(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -31716,20 +31716,20 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["_image"]; s.tmp_0 = r0; r0 = pxsim_ImageMethods.height(s.tmp_0); return leaveAccessor(s, r0) default: oops() } } } -Sprite_height__P67825.info = {"start":8818,"length":54,"line":318,"column":4,"endLine":320,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"height","argumentNames":["this"]} -Sprite_height__P67825.isGetter = true; +Sprite_height__P83709.info = {"start":8818,"length":54,"line":318,"column":4,"endLine":320,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"height","argumentNames":["this"]} +Sprite_height__P83709.isGetter = true; -function Sprite_height__P67825_mk(s) { +function Sprite_height__P83709_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_height__P67825, depth: s.depth + 1, + parent: s, fn: Sprite_height__P83709, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -31739,7 +31739,7 @@ function Sprite_height__P67825_mk(s) { -function Sprite_right__P67828(s) { +function Sprite_right__P83712(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -31754,8 +31754,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); - s.tmp_1 = Sprite_left__P67826_mk(s); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); + s.tmp_1 = Sprite_left__P83710_mk(s); s.tmp_1.arg0 = s.arg0; s.callLocIdx = 270; s.pc = 1; return s.tmp_1; case 1: @@ -31769,13 +31769,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -Sprite_right__P67828.info = {"start":9458,"length":57,"line":343,"column":4,"endLine":345,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"right","argumentNames":["this"]} -Sprite_right__P67828.isGetter = true; +Sprite_right__P83712.info = {"start":9458,"length":57,"line":343,"column":4,"endLine":345,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"right","argumentNames":["this"]} +Sprite_right__P83712.isGetter = true; -function Sprite_right__P67828_mk(s) { +function Sprite_right__P83712_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_right__P67828, depth: s.depth + 1, + parent: s, fn: Sprite_right__P83712, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -31788,7 +31788,7 @@ function Sprite_right__P67828_mk(s) { -function Sprite_overlapsWith__P67844(s) { +function Sprite_overlapsWith__P83728(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -31804,7 +31804,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = (s.arg1 == s.arg0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); @@ -31837,13 +31837,13 @@ switch (step) { s.tmp_5 = r0; r0 = s.arg0.fields["_image"]; s.tmp_6 = r0; - s.tmp_9 = Sprite_left__P67826_mk(s); + s.tmp_9 = Sprite_left__P83710_mk(s); s.tmp_9.arg0 = s.arg0; s.callLocIdx = 348; s.pc = 8; return s.tmp_9; case 8: r0 = s.retval; s.tmp_8 = r0; - s.tmp_11 = Sprite_left__P67826_mk(s); + s.tmp_11 = Sprite_left__P83710_mk(s); s.tmp_11.arg0 = s.arg1; s.callLocIdx = 349; s.pc = 9; return s.tmp_11; case 9: @@ -31851,13 +31851,13 @@ switch (step) { s.tmp_10 = r0; r0 = (s.tmp_8 - s.tmp_10); s.tmp_7 = r0; - s.tmp_14 = Sprite_top__P67830_mk(s); + s.tmp_14 = Sprite_top__P83714_mk(s); s.tmp_14.arg0 = s.arg0; s.callLocIdx = 350; s.pc = 10; return s.tmp_14; case 10: r0 = s.retval; s.tmp_13 = r0; - s.tmp_16 = Sprite_top__P67830_mk(s); + s.tmp_16 = Sprite_top__P83714_mk(s); s.tmp_16.arg0 = s.arg1; s.callLocIdx = 351; s.pc = 11; return s.tmp_16; case 11: @@ -31870,12 +31870,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_overlapsWith__P67844.info = {"start":24655,"length":448,"line":752,"column":4,"endLine":760,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"overlapsWith","argumentNames":["this","other"]} +Sprite_overlapsWith__P83728.info = {"start":24655,"length":448,"line":752,"column":4,"endLine":760,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"overlapsWith","argumentNames":["this","other"]} -function Sprite_overlapsWith__P67844_mk(s) { +function Sprite_overlapsWith__P83728_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_overlapsWith__P67844, depth: s.depth + 1, + parent: s, fn: Sprite_overlapsWith__P83728, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -31902,7 +31902,7 @@ function Sprite_overlapsWith__P67844_mk(s) { -function ArcadePhysicsEngine_createMovingSprite__P69510(s) { +function ArcadePhysicsEngine_createMovingSprite__P85394(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -31912,16 +31912,16 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.ovx___79903 = undefined; - s.ovy___79908 = undefined; - s.fx___79935 = undefined; - s.c___79942 = undefined; - s.fy___79985 = undefined; - s.c___79992 = undefined; - s.dx___80031 = undefined; - s.dy___80040 = undefined; - s.xStep___80049 = undefined; - s.yStep___80051 = undefined; + s.ovx___95787 = undefined; + s.ovy___95792 = undefined; + s.fx___95819 = undefined; + s.c___95826 = undefined; + s.fy___95869 = undefined; + s.c___95876 = undefined; + s.dx___95915 = undefined; + s.dy___95924 = undefined; + s.xStep___95933 = undefined; + s.yStep___95935 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -31930,23 +31930,23 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, ArcadePhysicsEngine__C67938_VT)) failedCast(r0); - s.tmp_0 = ArcadePhysicsEngine_constrain__P69515_mk(s); + if (!checkSubtype(r0, ArcadePhysicsEngine__C83822_VT)) failedCast(r0); + s.tmp_0 = ArcadePhysicsEngine_constrain__P85399_mk(s); s.tmp_0.arg0 = s.arg0; r0 = s.arg1.fields["_vx"]; s.tmp_0.arg1 = r0; s.callLocIdx = 486; s.pc = 25; return s.tmp_0; case 25: r0 = s.retval; - s.ovx___79903 = (r0); - s.tmp_0 = ArcadePhysicsEngine_constrain__P69515_mk(s); + s.ovx___95787 = (r0); + s.tmp_0 = ArcadePhysicsEngine_constrain__P85399_mk(s); s.tmp_0.arg0 = s.arg0; r0 = s.arg1.fields["_vy"]; s.tmp_0.arg1 = r0; s.callLocIdx = 487; s.pc = 26; return s.tmp_0; case 26: r0 = s.retval; - s.ovy___79908 = (r0); + s.ovy___95792 = (r0); r0 = s.arg1.fields["_x"]; s.tmp_0 = r0; r0 = (s.arg1).fields["_lastX"] = (s.tmp_0); @@ -31984,21 +31984,21 @@ switch (step) { r0 = (s.tmp_3 >> 8); s.tmp_1 = r0; r0 = pxsim.Math_.idiv(s.tmp_1, 1000); - s.fx___79935 = (r0); + s.fx___95819 = (r0); r0 = s.arg1.fields["_vx"]; s.tmp_0 = r0; - r0 = (s.tmp_0 - s.fx___79935); - s.c___79942 = (r0); - r0 = (s.c___79942 < 0); + r0 = (s.tmp_0 - s.fx___95819); + s.c___95826 = (r0); + r0 = (s.c___95826 < 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 2; continue; } s.tmp_1 = r0 = s.arg1; - s.tmp_3 = Fx_min__P65921_mk(s); + s.tmp_3 = Fx_min__P81805_mk(s); s.tmp_3.arg0 = 0; r0 = s.arg1.fields["_vx"]; s.tmp_4 = r0; - r0 = (s.tmp_4 + s.fx___79935); + r0 = (s.tmp_4 + s.fx___95819); s.tmp_3.arg1 = r0; s.callLocIdx = 495; s.pc = 27; return s.tmp_3; case 27: @@ -32007,16 +32007,16 @@ switch (step) { r0 = (s.tmp_1).fields["_vx"] = (s.tmp_2); { step = 5; continue; } case 2: - r0 = (s.c___79942 > 0); + r0 = (s.c___95826 > 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 3; continue; } s.tmp_1 = r0 = s.arg1; - s.tmp_3 = Fx_max__P65922_mk(s); + s.tmp_3 = Fx_max__P81806_mk(s); s.tmp_3.arg0 = 0; r0 = s.arg1.fields["_vx"]; s.tmp_4 = r0; - r0 = (s.tmp_4 - s.fx___79935); + r0 = (s.tmp_4 - s.fx___95819); s.tmp_3.arg1 = r0; s.callLocIdx = 497; s.pc = 28; return s.tmp_3; case 28: @@ -32062,21 +32062,21 @@ switch (step) { r0 = (s.tmp_3 >> 8); s.tmp_1 = r0; r0 = pxsim.Math_.idiv(s.tmp_1, 1000); - s.fy___79985 = (r0); + s.fy___95869 = (r0); r0 = s.arg1.fields["_vy"]; s.tmp_0 = r0; - r0 = (s.tmp_0 - s.fy___79985); - s.c___79992 = (r0); - r0 = (s.c___79992 < 0); + r0 = (s.tmp_0 - s.fy___95869); + s.c___95876 = (r0); + r0 = (s.c___95876 < 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 10; continue; } s.tmp_1 = r0 = s.arg1; - s.tmp_3 = Fx_min__P65921_mk(s); + s.tmp_3 = Fx_min__P81805_mk(s); s.tmp_3.arg0 = 0; r0 = s.arg1.fields["_vy"]; s.tmp_4 = r0; - r0 = (s.tmp_4 + s.fy___79985); + r0 = (s.tmp_4 + s.fy___95869); s.tmp_3.arg1 = r0; s.callLocIdx = 505; s.pc = 29; return s.tmp_3; case 29: @@ -32085,16 +32085,16 @@ switch (step) { r0 = (s.tmp_1).fields["_vy"] = (s.tmp_2); { step = 13; continue; } case 10: - r0 = (s.c___79992 > 0); + r0 = (s.c___95876 > 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 11; continue; } s.tmp_1 = r0 = s.arg1; - s.tmp_3 = Fx_min__P65921_mk(s); + s.tmp_3 = Fx_min__P81805_mk(s); s.tmp_3.arg0 = 0; r0 = s.arg1.fields["_vy"]; s.tmp_4 = r0; - r0 = (s.tmp_4 - s.fy___79985); + r0 = (s.tmp_4 - s.fy___95869); s.tmp_3.arg1 = r0; s.callLocIdx = 507; s.pc = 30; return s.tmp_3; case 30: @@ -32110,7 +32110,7 @@ switch (step) { case 15: case 16: s.tmp_0 = r0 = s.arg1; - s.tmp_2 = ArcadePhysicsEngine_constrain__P69515_mk(s); + s.tmp_2 = ArcadePhysicsEngine_constrain__P85399_mk(s); s.tmp_2.arg0 = s.arg0; r0 = s.arg1.fields["_vx"]; s.tmp_2.arg1 = r0; @@ -32120,7 +32120,7 @@ switch (step) { s.tmp_1 = r0; r0 = (s.tmp_0).fields["_vx"] = (s.tmp_1); s.tmp_0 = r0 = s.arg1; - s.tmp_2 = ArcadePhysicsEngine_constrain__P69515_mk(s); + s.tmp_2 = ArcadePhysicsEngine_constrain__P85399_mk(s); s.tmp_2.arg0 = s.arg0; r0 = s.arg1.fields["_vy"]; s.tmp_2.arg1 = r0; @@ -32131,29 +32131,29 @@ switch (step) { r0 = (s.tmp_0).fields["_vy"] = (s.tmp_1); r0 = s.arg1.fields["_vx"]; s.tmp_2 = r0; - r0 = (s.tmp_2 + s.ovx___79903); + r0 = (s.tmp_2 + s.ovx___95787); s.tmp_1 = r0; r0 = pxsim.Math_.imul(s.tmp_1, s.arg3); s.tmp_3 = r0; r0 = (s.tmp_3 >> 8); s.tmp_0 = r0; r0 = pxsim.Math_.idiv(s.tmp_0, 1000); - s.dx___80031 = (r0); + s.dx___95915 = (r0); r0 = s.arg1.fields["_vy"]; s.tmp_2 = r0; - r0 = (s.tmp_2 + s.ovy___79908); + r0 = (s.tmp_2 + s.ovy___95792); s.tmp_1 = r0; r0 = pxsim.Math_.imul(s.tmp_1, s.arg3); s.tmp_3 = r0; r0 = (s.tmp_3 >> 8); s.tmp_0 = r0; r0 = pxsim.Math_.idiv(s.tmp_0, 1000); - s.dy___80040 = (r0); - s.xStep___80049 = (s.dx___80031); - s.yStep___80051 = (s.dy___80040); + s.dy___95924 = (r0); + s.xStep___95933 = (s.dx___95915); + s.yStep___95935 = (s.dy___95924); case 17: - s.tmp_2 = Fx_abs__P65920_mk(s); - s.tmp_2.arg0 = s.xStep___80049; + s.tmp_2 = Fx_abs__P81804_mk(s); + s.tmp_2.arg0 = s.xStep___95933; s.callLocIdx = 516; s.pc = 33; return s.tmp_2; case 33: r0 = s.retval; @@ -32167,8 +32167,8 @@ switch (step) { r0 = s.tmp_0; { step = 19; continue; } case 18: - s.tmp_5 = Fx_abs__P65920_mk(s); - s.tmp_5.arg0 = s.yStep___80051; + s.tmp_5 = Fx_abs__P81804_mk(s); + s.tmp_5.arg0 = s.yStep___95935; s.callLocIdx = 517; s.pc = 34; return s.tmp_5; case 34: r0 = s.retval; @@ -32181,8 +32181,8 @@ switch (step) { s.tmp_7 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_7); if (!r0) { step = 24; continue; } - s.tmp_10 = Fx_abs__P65920_mk(s); - s.tmp_10.arg0 = s.xStep___80049; + s.tmp_10 = Fx_abs__P81804_mk(s); + s.tmp_10.arg0 = s.xStep___95933; s.callLocIdx = 518; s.pc = 35; return s.tmp_10; case 35: r0 = s.retval; @@ -32193,12 +32193,12 @@ switch (step) { s.tmp_8 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_8); if (!r0) { step = 20; continue; } - r0 = pxsim.Math_.idiv(s.xStep___80049, 2); - s.xStep___80049 = (r0); + r0 = pxsim.Math_.idiv(s.xStep___95933, 2); + s.xStep___95933 = (r0); case 20: case 21: - s.tmp_2 = Fx_abs__P65920_mk(s); - s.tmp_2.arg0 = s.yStep___80051; + s.tmp_2 = Fx_abs__P81804_mk(s); + s.tmp_2.arg0 = s.yStep___95935; s.callLocIdx = 520; s.pc = 36; return s.tmp_2; case 36: r0 = s.retval; @@ -32209,25 +32209,25 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 22; continue; } - r0 = pxsim.Math_.idiv(s.yStep___80051, 2); - s.yStep___80051 = (r0); + r0 = pxsim.Math_.idiv(s.yStep___95935, 2); + s.yStep___95935 = (r0); case 22: case 23: { step = 17; continue; } case 24: - r0 = pxsim_pxtcore_mkClassInstance(MovingSprite__C67936_VT); + r0 = pxsim_pxtcore_mkClassInstance(MovingSprite__C83820_VT); s.tmp_0 = r0; - s.tmp_1 = MovingSprite_constructor__P67937_mk(s); + s.tmp_1 = MovingSprite_constructor__P83821_mk(s); s.tmp_1.arg0 = s.tmp_0; s.tmp_1.arg1 = s.arg1; r0 = s.arg1.fields["_vx"]; s.tmp_1.arg2 = r0; r0 = s.arg1.fields["_vy"]; s.tmp_1.arg3 = r0; - s.tmp_1.arg4 = s.dx___80031; - s.tmp_1.arg5 = s.dy___80040; - s.tmp_1.arg6 = s.xStep___80049; - s.tmp_1.arg7 = s.yStep___80051; + s.tmp_1.arg4 = s.dx___95915; + s.tmp_1.arg5 = s.dy___95924; + s.tmp_1.arg6 = s.xStep___95933; + s.tmp_1.arg7 = s.yStep___95935; s.callLocIdx = 522; s.pc = 37; return s.tmp_1; case 37: r0 = s.retval; @@ -32235,12 +32235,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -ArcadePhysicsEngine_createMovingSprite__P69510.info = {"start":6649,"length":3065,"line":214,"column":4,"endLine":323,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"createMovingSprite","argumentNames":["this","sprite","dtMs","dt2"]} +ArcadePhysicsEngine_createMovingSprite__P85394.info = {"start":6649,"length":3065,"line":214,"column":4,"endLine":323,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"createMovingSprite","argumentNames":["this","sprite","dtMs","dt2"]} -function ArcadePhysicsEngine_createMovingSprite__P69510_mk(s) { +function ArcadePhysicsEngine_createMovingSprite__P85394_mk(s) { checkStack(s.depth); return { - parent: s, fn: ArcadePhysicsEngine_createMovingSprite__P69510, depth: s.depth + 1, + parent: s, fn: ArcadePhysicsEngine_createMovingSprite__P85394, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -32254,16 +32254,16 @@ function ArcadePhysicsEngine_createMovingSprite__P69510_mk(s) { tmp_9: undefined, tmp_10: undefined, tmp_11: undefined, - ovx___79903: undefined, - ovy___79908: undefined, - fx___79935: undefined, - c___79942: undefined, - fy___79985: undefined, - c___79992: undefined, - dx___80031: undefined, - dy___80040: undefined, - xStep___80049: undefined, - yStep___80051: undefined, + ovx___95787: undefined, + ovy___95792: undefined, + fx___95819: undefined, + c___95826: undefined, + fy___95869: undefined, + c___95876: undefined, + dx___95915: undefined, + dy___95924: undefined, + xStep___95933: undefined, + yStep___95935: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -32274,7 +32274,7 @@ function ArcadePhysicsEngine_createMovingSprite__P69510_mk(s) { -function ArcadePhysicsEngine_constrain__P69515(s) { +function ArcadePhysicsEngine_constrain__P85399(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -32290,9 +32290,9 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, ArcadePhysicsEngine__C67938_VT)) failedCast(r0); - s.tmp_0 = Fx_max__P65922_mk(s); - s.tmp_1 = Fx_min__P65921_mk(s); + if (!checkSubtype(r0, ArcadePhysicsEngine__C83822_VT)) failedCast(r0); + s.tmp_0 = Fx_max__P81806_mk(s); + s.tmp_1 = Fx_min__P81805_mk(s); r0 = s.arg0.fields["maxVelocity"]; s.tmp_1.arg0 = r0; s.tmp_1.arg1 = s.arg1; @@ -32308,12 +32308,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -ArcadePhysicsEngine_constrain__P69515.info = {"start":25419,"length":191,"line":752,"column":4,"endLine":760,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"constrain","argumentNames":["this","v"]} +ArcadePhysicsEngine_constrain__P85399.info = {"start":25419,"length":191,"line":752,"column":4,"endLine":760,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"constrain","argumentNames":["this","v"]} -function ArcadePhysicsEngine_constrain__P69515_mk(s) { +function ArcadePhysicsEngine_constrain__P85399_mk(s) { checkStack(s.depth); return { - parent: s, fn: ArcadePhysicsEngine_constrain__P69515, depth: s.depth + 1, + parent: s, fn: ArcadePhysicsEngine_constrain__P85399, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -32325,7 +32325,7 @@ function ArcadePhysicsEngine_constrain__P69515_mk(s) { -function Fx_max__P65922(s) { +function Fx_max__P81806(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -32356,12 +32356,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Fx_max__P65922.info = {"start":1797,"length":117,"line":56,"column":4,"endLine":61,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"max","argumentNames":["a","b"]} +Fx_max__P81806.info = {"start":1797,"length":117,"line":56,"column":4,"endLine":61,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"max","argumentNames":["a","b"]} -function Fx_max__P65922_mk(s) { +function Fx_max__P81806_mk(s) { checkStack(s.depth); return { - parent: s, fn: Fx_max__P65922, depth: s.depth + 1, + parent: s, fn: Fx_max__P81806, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -32372,7 +32372,7 @@ function Fx_max__P65922_mk(s) { -function Fx_compare__P65919(s) { +function Fx_compare__P81803(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -32391,12 +32391,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Fx_compare__P65919.info = {"start":1395,"length":106,"line":41,"column":4,"endLine":43,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"compare","argumentNames":["a","b"]} +Fx_compare__P81803.info = {"start":1395,"length":106,"line":41,"column":4,"endLine":43,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"compare","argumentNames":["a","b"]} -function Fx_compare__P65919_mk(s) { +function Fx_compare__P81803_mk(s) { checkStack(s.depth); return { - parent: s, fn: Fx_compare__P65919, depth: s.depth + 1, + parent: s, fn: Fx_compare__P81803, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -32406,7 +32406,7 @@ function Fx_compare__P65919_mk(s) { -function sprites_SpriteMap_insertAABB__P67865(s) { +function sprites_SpriteMap_insertAABB__P83749(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -32416,31 +32416,31 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.left___79721 = undefined; - s.top___79724 = undefined; - s.xn___79727 = undefined; - s.yn___79738 = undefined; - s.x___79749 = undefined; - s.y___79754 = undefined; + s.left___95605 = undefined; + s.top___95608 = undefined; + s.xn___95611 = undefined; + s.yn___95622 = undefined; + s.x___95633 = undefined; + s.y___95638 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_SpriteMap__C67858_VT)) failedCast(r0); - s.tmp_0 = Sprite_left__P67826_mk(s); + if (!checkSubtype(r0, sprites_SpriteMap__C83742_VT)) failedCast(r0); + s.tmp_0 = Sprite_left__P83710_mk(s); s.tmp_0.arg0 = s.arg1; s.callLocIdx = 415; s.pc = 5; return s.tmp_0; case 5: r0 = s.retval; - s.left___79721 = (r0); - s.tmp_0 = Sprite_top__P67830_mk(s); + s.left___95605 = (r0); + s.tmp_0 = Sprite_top__P83714_mk(s); s.tmp_0.arg0 = s.arg1; s.callLocIdx = 416; s.pc = 6; return s.tmp_0; case 6: r0 = s.retval; - s.top___79724 = (r0); + s.top___95608 = (r0); r0 = s.arg1.fields["_image"]; s.tmp_3 = r0; r0 = pxsim_ImageMethods.width(s.tmp_3); @@ -32454,7 +32454,7 @@ switch (step) { r0 = s.arg0.fields["cellWidth"]; s.tmp_5 = r0; r0 = pxsim.Math_.idiv(s.tmp_0, s.tmp_5); - s.xn___79727 = (r0); + s.xn___95611 = (r0); r0 = s.arg1.fields["_image"]; s.tmp_3 = r0; r0 = pxsim_ImageMethods.height(s.tmp_3); @@ -32468,30 +32468,30 @@ switch (step) { r0 = s.arg0.fields["cellHeight"]; s.tmp_5 = r0; r0 = pxsim.Math_.idiv(s.tmp_0, s.tmp_5); - s.yn___79738 = (r0); - s.x___79749 = (0); + s.yn___95622 = (r0); + s.x___95633 = (0); case 1: - r0 = (s.x___79749 <= s.xn___79727); + r0 = (s.x___95633 <= s.xn___95611); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 4; continue; } - s.y___79754 = (0); + s.y___95638 = (0); case 2: - r0 = (s.y___79754 <= s.yn___79738); + r0 = (s.y___95638 <= s.yn___95622); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 3; continue; } - s.tmp_1 = sprites_SpriteMap_insertAtKey__P69480_mk(s); + s.tmp_1 = sprites_SpriteMap_insertAtKey__P85364_mk(s); s.tmp_1.arg0 = s.arg0; - s.tmp_2 = r0 = s.left___79721; - s.tmp_4 = Math_min__P65886_mk(s); + s.tmp_2 = r0 = s.left___95605; + s.tmp_4 = Math_min__P81770_mk(s); r0 = s.arg1.fields["_image"]; s.tmp_5 = r0; r0 = pxsim_ImageMethods.width(s.tmp_5); s.tmp_4.arg0 = r0; r0 = s.arg0.fields["cellWidth"]; s.tmp_6 = r0; - r0 = (s.x___79749 * s.tmp_6); + r0 = (s.x___95633 * s.tmp_6); s.tmp_4.arg1 = r0; s.callLocIdx = 420; s.pc = 8; return s.tmp_4; case 8: @@ -32499,15 +32499,15 @@ switch (step) { s.tmp_3 = r0; r0 = (s.tmp_2 + s.tmp_3); s.tmp_1.arg1 = r0; - s.tmp_7 = r0 = s.top___79724; - s.tmp_9 = Math_min__P65886_mk(s); + s.tmp_7 = r0 = s.top___95608; + s.tmp_9 = Math_min__P81770_mk(s); r0 = s.arg1.fields["_image"]; s.tmp_10 = r0; r0 = pxsim_ImageMethods.height(s.tmp_10); s.tmp_9.arg0 = r0; r0 = s.arg0.fields["cellHeight"]; s.tmp_11 = r0; - r0 = (s.y___79754 * s.tmp_11); + r0 = (s.y___95638 * s.tmp_11); s.tmp_9.arg1 = r0; s.callLocIdx = 422; s.pc = 9; return s.tmp_9; case 9: @@ -32519,24 +32519,24 @@ switch (step) { s.callLocIdx = 423; s.pc = 7; return s.tmp_1; case 7: r0 = s.retval; - r0 = (s.y___79754 + 1); - s.y___79754 = (r0); + r0 = (s.y___95638 + 1); + s.y___95638 = (r0); { step = 2; continue; } case 3: - r0 = (s.x___79749 + 1); - s.x___79749 = (r0); + r0 = (s.x___95633 + 1); + s.x___95633 = (r0); { step = 1; continue; } case 4: r0 = undefined; return leave(s, r0) default: oops() } } } -sprites_SpriteMap_insertAABB__P67865.info = {"start":3184,"length":521,"line":91,"column":8,"endLine":99,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"insertAABB","argumentNames":["this","sprite"]} +sprites_SpriteMap_insertAABB__P83749.info = {"start":3184,"length":521,"line":91,"column":8,"endLine":99,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"insertAABB","argumentNames":["this","sprite"]} -function sprites_SpriteMap_insertAABB__P67865_mk(s) { +function sprites_SpriteMap_insertAABB__P83749_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_SpriteMap_insertAABB__P67865, depth: s.depth + 1, + parent: s, fn: sprites_SpriteMap_insertAABB__P83749, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -32550,12 +32550,12 @@ function sprites_SpriteMap_insertAABB__P67865_mk(s) { tmp_9: undefined, tmp_10: undefined, tmp_11: undefined, - left___79721: undefined, - top___79724: undefined, - xn___79727: undefined, - yn___79738: undefined, - x___79749: undefined, - y___79754: undefined, + left___95605: undefined, + top___95608: undefined, + xn___95611: undefined, + yn___95622: undefined, + x___95633: undefined, + y___95638: undefined, arg0: undefined, arg1: undefined, } } @@ -32564,7 +32564,7 @@ function sprites_SpriteMap_insertAABB__P67865_mk(s) { -function sprites_SpriteMap_insertAtKey__P69480(s) { +function sprites_SpriteMap_insertAtKey__P85364(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -32574,8 +32574,8 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.k___79789 = undefined; - s.bucket___79794 = undefined; + s.k___95673 = undefined; + s.bucket___95678 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -32584,20 +32584,20 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_SpriteMap__C67858_VT)) failedCast(r0); - s.tmp_0 = sprites_SpriteMap_key__P69479_mk(s); + if (!checkSubtype(r0, sprites_SpriteMap__C83742_VT)) failedCast(r0); + s.tmp_0 = sprites_SpriteMap_key__P85363_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; s.tmp_0.arg2 = s.arg2; s.callLocIdx = 414; s.pc = 5; return s.tmp_0; case 5: r0 = s.retval; - s.k___79789 = (r0); + s.k___95673 = (r0); r0 = s.arg0.fields["buckets"]; s.tmp_0 = r0; - r0 = pxsim_Array__getAt(s.tmp_0, s.k___79789); - s.bucket___79794 = (r0); - r0 = pxsim_numops_toBoolDecr(s.bucket___79794); + r0 = pxsim_Array__getAt(s.tmp_0, s.k___95673); + s.bucket___95678 = (r0); + r0 = pxsim_numops_toBoolDecr(s.bucket___95678); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); s.tmp_0 = r0; @@ -32605,40 +32605,40 @@ switch (step) { if (!r0) { step = 1; continue; } r0 = s.arg0.fields["buckets"]; s.tmp_2 = r0; - s.tmp_3 = r0 = s.k___79789; + s.tmp_3 = r0 = s.k___95673; r0 = pxsim_Array__mk(); s.tmp_4 = r0; r0 = pxsim_Array_.setAt(s.tmp_2, s.tmp_3, s.tmp_4); - s.bucket___79794 = (s.tmp_4); + s.bucket___95678 = (s.tmp_4); case 1: case 2: - r0 = pxsim_Array_.indexOf(s.bucket___79794, s.arg3, undefined); + r0 = pxsim_Array_.indexOf(s.bucket___95678, s.arg3, undefined); s.tmp_1 = r0; r0 = (s.tmp_1 < 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 3; continue; } - r0 = pxsim_Array__push(s.bucket___79794, s.arg3); + r0 = pxsim_Array__push(s.bucket___95678, s.arg3); case 3: case 4: r0 = undefined; return leave(s, r0) default: oops() } } } -sprites_SpriteMap_insertAtKey__P69480.info = {"start":2872,"length":302,"line":82,"column":8,"endLine":89,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"insertAtKey","argumentNames":["this","x","y","sprite"]} +sprites_SpriteMap_insertAtKey__P85364.info = {"start":2872,"length":302,"line":82,"column":8,"endLine":89,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"insertAtKey","argumentNames":["this","x","y","sprite"]} -function sprites_SpriteMap_insertAtKey__P69480_mk(s) { +function sprites_SpriteMap_insertAtKey__P85364_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_SpriteMap_insertAtKey__P69480, depth: s.depth + 1, + parent: s, fn: sprites_SpriteMap_insertAtKey__P85364, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, tmp_4: undefined, - k___79789: undefined, - bucket___79794: undefined, + k___95673: undefined, + bucket___95678: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -32649,7 +32649,7 @@ function sprites_SpriteMap_insertAtKey__P69480_mk(s) { -function sprites_SpriteMap_clear__P67864(s) { +function sprites_SpriteMap_clear__P83748(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -32664,7 +32664,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_SpriteMap__C67858_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_SpriteMap__C83742_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; r0 = pxsim_Array__mk(); s.tmp_1 = r0; @@ -32673,12 +32673,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -sprites_SpriteMap_clear__P67864.info = {"start":2532,"length":50,"line":72,"column":8,"endLine":74,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"clear","argumentNames":["this"]} +sprites_SpriteMap_clear__P83748.info = {"start":2532,"length":50,"line":72,"column":8,"endLine":74,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"clear","argumentNames":["this"]} -function sprites_SpriteMap_clear__P67864_mk(s) { +function sprites_SpriteMap_clear__P83748_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_SpriteMap_clear__P67864, depth: s.depth + 1, + parent: s, fn: sprites_SpriteMap_clear__P83748, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -32689,7 +32689,7 @@ function sprites_SpriteMap_clear__P67864_mk(s) { -function sprites_SpriteMap_resizeBuckets__P67863(s) { +function sprites_SpriteMap_resizeBuckets__P83747(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -32699,107 +32699,107 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.maxWidth___79826 = undefined; - s.maxHeight___79827 = undefined; - s.sprite___79829 = undefined; - s.unnamed378___U3 = undefined; - s.unnamed379___U4 = undefined; - s.tMap___79845 = undefined; - s.areaWidth___79849 = undefined; - s.areaHeight___79856 = undefined; + s.maxWidth___95710 = undefined; + s.maxHeight___95711 = undefined; + s.sprite___95713 = undefined; + s.unnamed458___U3 = undefined; + s.unnamed459___U4 = undefined; + s.tMap___95729 = undefined; + s.areaWidth___95733 = undefined; + s.areaHeight___95740 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_SpriteMap__C67858_VT)) failedCast(r0); - s.maxWidth___79826 = (0); - s.maxHeight___79827 = (0); - s.sprite___79829 = (undefined); - s.unnamed378___U3 = (s.arg1); - s.unnamed379___U4 = (0); + if (!checkSubtype(r0, sprites_SpriteMap__C83742_VT)) failedCast(r0); + s.maxWidth___95710 = (0); + s.maxHeight___95711 = (0); + s.sprite___95713 = (undefined); + s.unnamed458___U3 = (s.arg1); + s.unnamed459___U4 = (0); case 1: - s.tmp_0 = r0 = s.unnamed379___U4; - r0 = pxsim_Array__length(s.unnamed378___U3); + s.tmp_0 = r0 = s.unnamed459___U4; + r0 = pxsim_Array__length(s.unnamed458___U3); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 6; continue; } - r0 = pxsim_Array__getAt(s.unnamed378___U3, s.unnamed379___U4); - s.sprite___79829 = (r0); - r0 = s.sprite___79829.fields["_image"]; + r0 = pxsim_Array__getAt(s.unnamed458___U3, s.unnamed459___U4); + s.sprite___95713 = (r0); + r0 = s.sprite___95713.fields["_image"]; s.tmp_4 = r0; r0 = pxsim_ImageMethods.width(s.tmp_4); s.tmp_3 = r0; - r0 = (s.tmp_3 > s.maxWidth___79826); + r0 = (s.tmp_3 > s.maxWidth___95710); s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); if (!r0) { step = 2; continue; } - r0 = s.sprite___79829.fields["_image"]; + r0 = s.sprite___95713.fields["_image"]; s.tmp_5 = r0; r0 = pxsim_ImageMethods.width(s.tmp_5); - s.maxWidth___79826 = (r0); + s.maxWidth___95710 = (r0); case 2: case 3: - r0 = s.sprite___79829.fields["_image"]; + r0 = s.sprite___95713.fields["_image"]; s.tmp_2 = r0; r0 = pxsim_ImageMethods.height(s.tmp_2); s.tmp_1 = r0; - r0 = (s.tmp_1 > s.maxHeight___79827); + r0 = (s.tmp_1 > s.maxHeight___95711); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 4; continue; } - r0 = s.sprite___79829.fields["_image"]; + r0 = s.sprite___95713.fields["_image"]; s.tmp_3 = r0; r0 = pxsim_ImageMethods.height(s.tmp_3); - s.maxHeight___79827 = (r0); + s.maxHeight___95711 = (r0); case 4: case 5: - r0 = (s.unnamed379___U4 + 1); - s.unnamed379___U4 = (r0); + r0 = (s.unnamed459___U4 + 1); + s.unnamed459___U4 = (r0); { step = 1; continue; } case 6: - s.unnamed378___U3 = (undefined); - s.tmp_0 = game_currentScene__P68290_mk(s); + s.unnamed458___U3 = (undefined); + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 407; s.pc = 11; return s.tmp_0; case 11: r0 = s.retval; r0 = r0.fields["tileMap"]; - s.tMap___79845 = (r0); - r0 = pxsim_numops_toBoolDecr(s.tMap___79845); + s.tMap___95729 = (r0); + r0 = pxsim_numops_toBoolDecr(s.tMap___95729); if (!r0) { step = 7; continue; } - s.tmp_0 = tiles_TileMap_areaWidth__P68088_mk(s); - s.tmp_0.arg0 = s.tMap___79845; + s.tmp_0 = tiles_TileMap_areaWidth__P83972_mk(s); + s.tmp_0.arg0 = s.tMap___95729; s.callLocIdx = 408; s.pc = 12; return s.tmp_0; case 12: r0 = s.retval; { step = 8; continue; } case 7: - r0 = pxsim_ImageMethods.width(globals.screen___67562); + r0 = pxsim_ImageMethods.width(globals.screen___83446); case 8: // jmp value (already in r0) s.tmp_1 = r0; - s.areaWidth___79849 = (s.tmp_1); - r0 = pxsim_numops_toBoolDecr(s.tMap___79845); + s.areaWidth___95733 = (s.tmp_1); + r0 = pxsim_numops_toBoolDecr(s.tMap___95729); if (!r0) { step = 9; continue; } - s.tmp_0 = tiles_TileMap_areaHeight__P68089_mk(s); - s.tmp_0.arg0 = s.tMap___79845; + s.tmp_0 = tiles_TileMap_areaHeight__P83973_mk(s); + s.tmp_0.arg0 = s.tMap___95729; s.callLocIdx = 409; s.pc = 13; return s.tmp_0; case 13: r0 = s.retval; { step = 10; continue; } case 9: - r0 = pxsim_ImageMethods.height(globals.screen___67562); + r0 = pxsim_ImageMethods.height(globals.screen___83446); case 10: // jmp value (already in r0) s.tmp_1 = r0; - s.areaHeight___79856 = (s.tmp_1); + s.areaHeight___95740 = (s.tmp_1); s.tmp_0 = r0 = s.arg0; - s.tmp_2 = Math_clamp__P65882_mk(s); + s.tmp_2 = Math_clamp__P81766_mk(s); s.tmp_2.arg0 = 8; - r0 = (s.areaWidth___79849 >> 2); + r0 = (s.areaWidth___95733 >> 2); s.tmp_2.arg1 = r0; - r0 = (s.maxWidth___79826 * 2); + r0 = (s.maxWidth___95710 * 2); s.tmp_2.arg2 = r0; s.callLocIdx = 410; s.pc = 14; return s.tmp_2; case 14: @@ -32807,11 +32807,11 @@ switch (step) { s.tmp_1 = r0; r0 = (s.tmp_0).fields["cellWidth"] = (s.tmp_1); s.tmp_0 = r0 = s.arg0; - s.tmp_2 = Math_clamp__P65882_mk(s); + s.tmp_2 = Math_clamp__P81766_mk(s); s.tmp_2.arg0 = 8; - r0 = (s.areaHeight___79856 >> 2); + r0 = (s.areaHeight___95740 >> 2); s.tmp_2.arg1 = r0; - r0 = (s.maxHeight___79827 * 2); + r0 = (s.maxHeight___95711 * 2); s.tmp_2.arg2 = r0; s.callLocIdx = 411; s.pc = 15; return s.tmp_2; case 15: @@ -32821,25 +32821,25 @@ switch (step) { s.tmp_0 = r0 = s.arg0; r0 = s.arg0.fields["cellHeight"]; s.tmp_2 = r0; - r0 = pxsim.Math_.idiv(s.areaHeight___79856, s.tmp_2); + r0 = pxsim.Math_.idiv(s.areaHeight___95740, s.tmp_2); s.tmp_1 = r0; r0 = (s.tmp_0).fields["rowCount"] = (s.tmp_1); s.tmp_0 = r0 = s.arg0; r0 = s.arg0.fields["cellWidth"]; s.tmp_2 = r0; - r0 = pxsim.Math_.idiv(s.areaWidth___79849, s.tmp_2); + r0 = pxsim.Math_.idiv(s.areaWidth___95733, s.tmp_2); s.tmp_1 = r0; r0 = (s.tmp_0).fields["columnCount"] = (s.tmp_1); r0 = undefined; return leave(s, r0) default: oops() } } } -sprites_SpriteMap_resizeBuckets__P67863.info = {"start":1696,"length":826,"line":52,"column":8,"endLine":70,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"resizeBuckets","argumentNames":["this","sprites"]} +sprites_SpriteMap_resizeBuckets__P83747.info = {"start":1696,"length":826,"line":52,"column":8,"endLine":70,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"resizeBuckets","argumentNames":["this","sprites"]} -function sprites_SpriteMap_resizeBuckets__P67863_mk(s) { +function sprites_SpriteMap_resizeBuckets__P83747_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_SpriteMap_resizeBuckets__P67863, depth: s.depth + 1, + parent: s, fn: sprites_SpriteMap_resizeBuckets__P83747, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -32847,14 +32847,14 @@ function sprites_SpriteMap_resizeBuckets__P67863_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - maxWidth___79826: undefined, - maxHeight___79827: undefined, - sprite___79829: undefined, - unnamed378___U3: undefined, - unnamed379___U4: undefined, - tMap___79845: undefined, - areaWidth___79849: undefined, - areaHeight___79856: undefined, + maxWidth___95710: undefined, + maxHeight___95711: undefined, + sprite___95713: undefined, + unnamed458___U3: undefined, + unnamed459___U4: undefined, + tMap___95729: undefined, + areaWidth___95733: undefined, + areaHeight___95740: undefined, arg0: undefined, arg1: undefined, } } @@ -32863,7 +32863,7 @@ function sprites_SpriteMap_resizeBuckets__P67863_mk(s) { -function Sprite_clearObstacles__P67848(s) { +function Sprite_clearObstacles__P83732(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -32878,7 +32878,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; r0 = pxsim_Array__mk(); s.tmp_1 = r0; @@ -32887,12 +32887,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_clearObstacles__P67848.info = {"start":27065,"length":54,"line":817,"column":4,"endLine":819,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"clearObstacles","argumentNames":["this"]} +Sprite_clearObstacles__P83732.info = {"start":27065,"length":54,"line":817,"column":4,"endLine":819,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"clearObstacles","argumentNames":["this"]} -function Sprite_clearObstacles__P67848_mk(s) { +function Sprite_clearObstacles__P83732_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_clearObstacles__P67848, depth: s.depth + 1, + parent: s, fn: Sprite_clearObstacles__P83732, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -32903,7 +32903,7 @@ function Sprite_clearObstacles__P67848_mk(s) { -function Fx_idiv__P65918(s) { +function Fx_idiv__P81802(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -32922,12 +32922,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Fx_idiv__P65918.info = {"start":1279,"length":111,"line":38,"column":4,"endLine":40,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"idiv","argumentNames":["a","b"]} +Fx_idiv__P81802.info = {"start":1279,"length":111,"line":38,"column":4,"endLine":40,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"idiv","argumentNames":["a","b"]} -function Fx_idiv__P65918_mk(s) { +function Fx_idiv__P81802_mk(s) { checkStack(s.depth); return { - parent: s, fn: Fx_idiv__P65918, depth: s.depth + 1, + parent: s, fn: Fx_idiv__P81802, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -32937,7 +32937,7 @@ function Fx_idiv__P65918_mk(s) { -function Fx_div__P65917(s) { +function Fx_div__P81801(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -32958,12 +32958,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Fx_div__P65917.info = {"start":1145,"length":129,"line":35,"column":4,"endLine":37,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"div","argumentNames":["a","b"]} +Fx_div__P81801.info = {"start":1145,"length":129,"line":35,"column":4,"endLine":37,"endColumn":5,"fileName":"pxt_modules/base/fixed.ts","functionName":"div","argumentNames":["a","b"]} -function Fx_div__P65917_mk(s) { +function Fx_div__P81801_mk(s) { checkStack(s.depth); return { - parent: s, fn: Fx_div__P65917, depth: s.depth + 1, + parent: s, fn: Fx_div__P81801, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -32974,7 +32974,7 @@ function Fx_div__P65917_mk(s) { -function helpers_arrayMap__P65862(s) { +function helpers_arrayMap__P81746(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -32984,58 +32984,58 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.res___80120 = undefined; - s.len___80122 = undefined; - s.i___80125 = undefined; + s.res___96004 = undefined; + s.len___96006 = undefined; + s.i___96009 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = pxsim_Array__mk(); - s.res___80120 = (r0); + s.res___96004 = (r0); r0 = pxsim_Array__length(s.arg0); - s.len___80122 = (r0); - s.i___80125 = (0); + s.len___96006 = (r0); + s.i___96009 = (0); case 1: - r0 = (s.i___80125 < s.len___80122); + r0 = (s.i___96009 < s.len___96006); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 2; continue; } - s.tmp_1 = r0 = s.res___80120; + s.tmp_1 = r0 = s.res___96004; s.tmp_3 = lambda_3_mk(s); s.tmp_3.argL = s.arg1; - r0 = pxsim_Array__getAt(s.arg0, s.i___80125); + r0 = pxsim_Array__getAt(s.arg0, s.i___96009); s.tmp_3.arg0 = r0; - s.tmp_3.arg1 = s.i___80125; + s.tmp_3.arg1 = s.i___96009; setupLambda(s.tmp_3, s.tmp_3.argL); s.callLocIdx = 3; s.pc = 3; return s.tmp_3; case 3: r0 = s.retval; s.tmp_2 = r0; r0 = pxsim_Array__push(s.tmp_1, s.tmp_2); - r0 = (s.i___80125 + 1); - s.i___80125 = (r0); + r0 = (s.i___96009 + 1); + s.i___96009 = (r0); { step = 1; continue; } case 2: - r0 = s.res___80120; + r0 = s.res___96004; return leave(s, r0) default: oops() } } } -helpers_arrayMap__P65862.info = {"start":6528,"length":299,"line":229,"column":4,"endLine":236,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arrayMap","argumentNames":["arr","callbackfn"]} +helpers_arrayMap__P81746.info = {"start":6528,"length":299,"line":229,"column":4,"endLine":236,"endColumn":5,"fileName":"pxt_modules/base/pxt-helpers.ts","functionName":"arrayMap","argumentNames":["arr","callbackfn"]} -function helpers_arrayMap__P65862_mk(s) { +function helpers_arrayMap__P81746_mk(s) { checkStack(s.depth); return { - parent: s, fn: helpers_arrayMap__P65862, depth: s.depth + 1, + parent: s, fn: helpers_arrayMap__P81746, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, - res___80120: undefined, - len___80122: undefined, - i___80125: undefined, + res___96004: undefined, + len___96006: undefined, + i___96009: undefined, arg0: undefined, arg1: undefined, } } @@ -33044,7 +33044,7 @@ function helpers_arrayMap__P65862_mk(s) { -function ArcadePhysicsEngine_draw__P67949(s) { +function ArcadePhysicsEngine_draw__P83833(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -33059,8 +33059,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, ArcadePhysicsEngine__C67938_VT)) failedCast(r0); - s.tmp_0 = sprites_SpriteMap_draw__P67862_mk(s); + if (!checkSubtype(r0, ArcadePhysicsEngine__C83822_VT)) failedCast(r0); + s.tmp_0 = sprites_SpriteMap_draw__P83746_mk(s); r0 = s.arg0.fields["map"]; s.tmp_0.arg0 = r0; s.callLocIdx = 450; s.pc = 1; return s.tmp_0; @@ -33070,12 +33070,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -ArcadePhysicsEngine_draw__P67949.info = {"start":2627,"length":39,"line":106,"column":4,"endLine":108,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"draw","argumentNames":["this"]} +ArcadePhysicsEngine_draw__P83833.info = {"start":2627,"length":39,"line":106,"column":4,"endLine":108,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"draw","argumentNames":["this"]} -function ArcadePhysicsEngine_draw__P67949_mk(s) { +function ArcadePhysicsEngine_draw__P83833_mk(s) { checkStack(s.depth); return { - parent: s, fn: ArcadePhysicsEngine_draw__P67949, depth: s.depth + 1, + parent: s, fn: ArcadePhysicsEngine_draw__P83833, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -33085,7 +33085,7 @@ function ArcadePhysicsEngine_draw__P67949_mk(s) { -function sprites_SpriteMap_draw__P67862(s) { +function sprites_SpriteMap_draw__P83746(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -33095,70 +33095,70 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.x___80152 = undefined; - s.y___80158 = undefined; - s.left___80164 = undefined; - s.top___80169 = undefined; - s.k___80174 = undefined; - s.b___80179 = undefined; + s.x___96036 = undefined; + s.y___96042 = undefined; + s.left___96048 = undefined; + s.top___96053 = undefined; + s.k___96058 = undefined; + s.b___96063 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_SpriteMap__C67858_VT)) failedCast(r0); - s.x___80152 = (0); + if (!checkSubtype(r0, sprites_SpriteMap__C83742_VT)) failedCast(r0); + s.x___96036 = (0); case 1: r0 = s.arg0.fields["columnCount"]; s.tmp_1 = r0; - r0 = (s.x___80152 < s.tmp_1); + r0 = (s.x___96036 < s.tmp_1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 8; continue; } - s.y___80158 = (0); + s.y___96042 = (0); case 2: r0 = s.arg0.fields["rowCount"]; s.tmp_1 = r0; - r0 = (s.y___80158 < s.tmp_1); + r0 = (s.y___96042 < s.tmp_1); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 7; continue; } r0 = s.arg0.fields["cellWidth"]; s.tmp_2 = r0; - r0 = (s.x___80152 * s.tmp_2); - s.left___80164 = (r0); + r0 = (s.x___96036 * s.tmp_2); + s.left___96048 = (r0); r0 = s.arg0.fields["cellHeight"]; s.tmp_0 = r0; - r0 = (s.y___80158 * s.tmp_0); - s.top___80169 = (r0); - s.tmp_0 = sprites_SpriteMap_key__P69479_mk(s); + r0 = (s.y___96042 * s.tmp_0); + s.top___96053 = (r0); + s.tmp_0 = sprites_SpriteMap_key__P85363_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_0.arg1 = s.left___80164; - s.tmp_0.arg2 = s.top___80169; + s.tmp_0.arg1 = s.left___96048; + s.tmp_0.arg2 = s.top___96053; s.callLocIdx = 401; s.pc = 9; return s.tmp_0; case 9: r0 = s.retval; - s.k___80174 = (r0); + s.k___96058 = (r0); r0 = s.arg0.fields["buckets"]; s.tmp_0 = r0; - r0 = pxsim_Array__getAt(s.tmp_0, s.k___80174); - s.b___80179 = (r0); - s.tmp_0 = r0 = s.b___80179; + r0 = pxsim_Array__getAt(s.tmp_0, s.k___96058); + s.b___96063 = (r0); + s.tmp_0 = r0 = s.b___96063; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 3; continue; } r0 = s.tmp_0; { step = 4; continue; } case 3: - r0 = pxsim_Array__length(s.b___80179); + r0 = pxsim_Array__length(s.b___96063); case 4: // jmp value (already in r0) s.tmp_1 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_1); if (!r0) { step = 5; continue; } - s.tmp_2 = helpers_imageDrawRect__P67491_mk(s); - s.tmp_2.arg0 = globals.screen___67562; - s.tmp_2.arg1 = s.left___80164; - s.tmp_2.arg2 = s.top___80169; + s.tmp_2 = helpers_imageDrawRect__P83375_mk(s); + s.tmp_2.arg0 = globals.screen___83446; + s.tmp_2.arg1 = s.left___96048; + s.tmp_2.arg2 = s.top___96053; r0 = s.arg0.fields["cellWidth"]; s.tmp_2.arg3 = r0; r0 = s.arg0.fields["cellHeight"]; @@ -33169,34 +33169,34 @@ switch (step) { r0 = s.retval; case 5: case 6: - r0 = (s.y___80158 + 1); - s.y___80158 = (r0); + r0 = (s.y___96042 + 1); + s.y___96042 = (r0); { step = 2; continue; } case 7: - r0 = (s.x___80152 + 1); - s.x___80152 = (r0); + r0 = (s.x___96036 + 1); + s.x___96036 = (r0); { step = 1; continue; } case 8: r0 = undefined; return leave(s, r0) default: oops() } } } -sprites_SpriteMap_draw__P67862.info = {"start":1122,"length":496,"line":36,"column":8,"endLine":47,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"draw","argumentNames":["this"]} +sprites_SpriteMap_draw__P83746.info = {"start":1122,"length":496,"line":36,"column":8,"endLine":47,"endColumn":9,"fileName":"pxt_modules/game/spritemap.ts","functionName":"draw","argumentNames":["this"]} -function sprites_SpriteMap_draw__P67862_mk(s) { +function sprites_SpriteMap_draw__P83746_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_SpriteMap_draw__P67862, depth: s.depth + 1, + parent: s, fn: sprites_SpriteMap_draw__P83746, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - x___80152: undefined, - y___80158: undefined, - left___80164: undefined, - top___80169: undefined, - k___80174: undefined, - b___80179: undefined, + x___96036: undefined, + y___96042: undefined, + left___96048: undefined, + top___96053: undefined, + k___96058: undefined, + b___96063: undefined, arg0: undefined, } } @@ -33204,7 +33204,7 @@ function sprites_SpriteMap_draw__P67862_mk(s) { -function ArcadePhysicsEngine_removeSprite__P67948(s) { +function ArcadePhysicsEngine_removeSprite__P83832(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -33220,7 +33220,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, ArcadePhysicsEngine__C67938_VT)) failedCast(r0); + if (!checkSubtype(r0, ArcadePhysicsEngine__C83822_VT)) failedCast(r0); r0 = s.arg0.fields["sprites"]; s.tmp_0 = r0; r0 = pxsim_Array_.removeElement(s.tmp_0, s.arg1); @@ -33228,12 +33228,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -ArcadePhysicsEngine_removeSprite__P67948.info = {"start":2541,"length":80,"line":102,"column":4,"endLine":104,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"removeSprite","argumentNames":["this","sprite"]} +ArcadePhysicsEngine_removeSprite__P83832.info = {"start":2541,"length":80,"line":102,"column":4,"endLine":104,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"removeSprite","argumentNames":["this","sprite"]} -function ArcadePhysicsEngine_removeSprite__P67948_mk(s) { +function ArcadePhysicsEngine_removeSprite__P83832_mk(s) { checkStack(s.depth); return { - parent: s, fn: ArcadePhysicsEngine_removeSprite__P67948, depth: s.depth + 1, + parent: s, fn: ArcadePhysicsEngine_removeSprite__P83832, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -33244,7 +33244,7 @@ function ArcadePhysicsEngine_removeSprite__P67948_mk(s) { -function ArcadePhysicsEngine_addSprite__P67947(s) { +function ArcadePhysicsEngine_addSprite__P83831(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -33254,31 +33254,31 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.tm___80216 = undefined; + s.tm___96100 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, ArcadePhysicsEngine__C67938_VT)) failedCast(r0); + if (!checkSubtype(r0, ArcadePhysicsEngine__C83822_VT)) failedCast(r0); r0 = s.arg0.fields["sprites"]; s.tmp_0 = r0; r0 = pxsim_Array__push(s.tmp_0, s.arg1); - s.tmp_0 = game_currentScene__P68290_mk(s); + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 448; s.pc = 5; return s.tmp_0; case 5: r0 = s.retval; r0 = r0.fields["tileMap"]; - s.tm___80216 = (r0); - s.tmp_0 = r0 = s.tm___80216; + s.tm___96100 = (r0); + s.tmp_0 = r0 = s.tm___96100; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 1; continue; } r0 = s.tmp_0; { step = 2; continue; } case 1: - s.tmp_1 = tiles_TileMap_isOnWall__P68103_mk(s); - s.tmp_1.arg0 = s.tm___80216; + s.tmp_1 = tiles_TileMap_isOnWall__P83987_mk(s); + s.tmp_1.arg0 = s.tm___96100; s.tmp_1.arg1 = s.arg1; s.callLocIdx = 449; s.pc = 6; return s.tmp_1; case 6: @@ -33300,12 +33300,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -ArcadePhysicsEngine_addSprite__P67947.info = {"start":2315,"length":220,"line":94,"column":4,"endLine":100,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"addSprite","argumentNames":["this","sprite"]} +ArcadePhysicsEngine_addSprite__P83831.info = {"start":2315,"length":220,"line":94,"column":4,"endLine":100,"endColumn":5,"fileName":"pxt_modules/game/physics.ts","functionName":"addSprite","argumentNames":["this","sprite"]} -function ArcadePhysicsEngine_addSprite__P67947_mk(s) { +function ArcadePhysicsEngine_addSprite__P83831_mk(s) { checkStack(s.depth); return { - parent: s, fn: ArcadePhysicsEngine_addSprite__P67947, depth: s.depth + 1, + parent: s, fn: ArcadePhysicsEngine_addSprite__P83831, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -33313,7 +33313,7 @@ function ArcadePhysicsEngine_addSprite__P67947_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - tm___80216: undefined, + tm___96100: undefined, arg0: undefined, arg1: undefined, } } @@ -33322,7 +33322,7 @@ function ArcadePhysicsEngine_addSprite__P67947_mk(s) { -function tiles_TileMapData_constructor__P68070(s) { +function tiles_TileMapData_constructor__P83954(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -33341,11 +33341,11 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMapData__C68069_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_TileMapData__C83953_VT)) failedCast(r0); r0 = (s.arg0).fields["data"] = (s.arg1); r0 = (s.arg0).fields["layers"] = (s.arg2); r0 = (s.arg0).fields["tileset"] = (s.arg3); - s.tmp_0 = tiles_TileMapData_scale__P68074_mk(s); + s.tmp_0 = tiles_TileMapData_scale__P83958_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg4; s.callLocIdx = 686; s.pc = 1; return s.tmp_0; @@ -33363,12 +33363,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_TileMapData_constructor__P68070.info = {"start":3293,"length":358,"line":125,"column":8,"endLine":133,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"inline","argumentNames":["this","data","layers","tileset","scale"]} +tiles_TileMapData_constructor__P83954.info = {"start":3293,"length":358,"line":125,"column":8,"endLine":133,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"inline","argumentNames":["this","data","layers","tileset","scale"]} -function tiles_TileMapData_constructor__P68070_mk(s) { +function tiles_TileMapData_constructor__P83954_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMapData_constructor__P68070, depth: s.depth + 1, + parent: s, fn: tiles_TileMapData_constructor__P83954, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -33383,7 +33383,7 @@ function tiles_TileMapData_constructor__P68070_mk(s) { -function tiles_TileMapData_scale__P68074(s) { +function tiles_TileMapData_scale__P83958(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -33399,7 +33399,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMapData__C68069_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_TileMapData__C83953_VT)) failedCast(r0); r0 = (s.arg0).fields["_scale"] = (s.arg1); s.tmp_0 = r0 = s.arg0; r0 = pxsim_Array__mk(); @@ -33409,12 +33409,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_TileMapData_scale__P68074.info = {"start":3885,"length":102,"line":147,"column":8,"endLine":150,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"scale","argumentNames":["this","s"]} +tiles_TileMapData_scale__P83958.info = {"start":3885,"length":102,"line":147,"column":8,"endLine":150,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"scale","argumentNames":["this","s"]} -function tiles_TileMapData_scale__P68074_mk(s) { +function tiles_TileMapData_scale__P83958_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMapData_scale__P68074, depth: s.depth + 1, + parent: s, fn: tiles_TileMapData_scale__P83958, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -33426,7 +33426,7 @@ function tiles_TileMapData_scale__P68074_mk(s) { -function tiles_TileMap_constructor__P68083(s) { +function tiles_TileMap_constructor__P83967(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -33442,18 +33442,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMap__C68082_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_TileMap__C83966_VT)) failedCast(r0); r0 = (s.arg0).fields["_layer"] = (1); - s.tmp_0 = tiles_TileMap_scale__P68085_mk(s); + s.tmp_0 = tiles_TileMap_scale__P83969_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; s.callLocIdx = 692; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - r0 = pxsim_pxtcore_mkAction(1, inline__P80275); + r0 = pxsim_pxtcore_mkAction(1, inline__P96159); s.tmp_0 = r0; r0 = pxsim_pxtrt_stclo(s.tmp_0, 0, s.arg0); - s.tmp_1 = scene_createRenderable__P68141_mk(s); + s.tmp_1 = scene_createRenderable__P84025_mk(s); s.tmp_1.arg0 = -1; s.tmp_1.arg1 = s.tmp_0; s.tmp_1.arg2 = undefined; @@ -33464,12 +33464,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_TileMap_constructor__P68083.info = {"start":5865,"length":250,"line":210,"column":8,"endLine":218,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"inline","argumentNames":["this","scale"]} +tiles_TileMap_constructor__P83967.info = {"start":5865,"length":250,"line":210,"column":8,"endLine":218,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"inline","argumentNames":["this","scale"]} -function tiles_TileMap_constructor__P68083_mk(s) { +function tiles_TileMap_constructor__P83967_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMap_constructor__P68083, depth: s.depth + 1, + parent: s, fn: tiles_TileMap_constructor__P83967, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -33481,7 +33481,7 @@ function tiles_TileMap_constructor__P68083_mk(s) { -function inline__P80275(s) { +function inline__P96159(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -33496,7 +33496,7 @@ switch (step) { s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } - s.tmp_0 = tiles_TileMap_draw__P69583_mk(s); + s.tmp_0 = tiles_TileMap_draw__P85467_mk(s); s.tmp_0.arg0 = s.caps[0]; s.tmp_0.arg1 = s.arg0; s.tmp_0.arg2 = s.arg1; @@ -33507,12 +33507,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -inline__P80275.info = {"start":6065,"length":25,"line":216,"column":16,"endLine":216,"endColumn":41,"fileName":"pxt_modules/game/tilemap.ts","functionName":"inline","argumentNames":["t","c"]} +inline__P96159.info = {"start":6065,"length":25,"line":216,"column":16,"endLine":216,"endColumn":41,"fileName":"pxt_modules/game/tilemap.ts","functionName":"inline","argumentNames":["t","c"]} -function inline__P80275_mk(s) { +function inline__P96159_mk(s) { checkStack(s.depth); return { - parent: s, fn: inline__P80275, depth: s.depth + 1, + parent: s, fn: inline__P96159, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -33523,7 +33523,7 @@ function inline__P80275_mk(s) { -function tiles_TileMap_draw__P69583(s) { +function tiles_TileMap_draw__P85467(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -33533,21 +33533,21 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.bitmask___80286 = undefined; - s.offsetX___80292 = undefined; - s.offsetY___80297 = undefined; - s.x0___80302 = undefined; - s.xn___80309 = undefined; - s.y0___80326 = undefined; - s.yn___80333 = undefined; - s.x___80350 = undefined; - s.y___80356 = undefined; - s.index___80362 = undefined; - s.tile___80369 = undefined; - s.x___80405 = undefined; - s.xLine___80411 = undefined; - s.y___80437 = undefined; - s.yLine___80443 = undefined; + s.bitmask___96170 = undefined; + s.offsetX___96176 = undefined; + s.offsetY___96181 = undefined; + s.x0___96186 = undefined; + s.xn___96193 = undefined; + s.y0___96210 = undefined; + s.yn___96217 = undefined; + s.x___96234 = undefined; + s.y___96240 = undefined; + s.index___96246 = undefined; + s.tile___96253 = undefined; + s.x___96289 = undefined; + s.xLine___96295 = undefined; + s.y___96321 = undefined; + s.yLine___96327 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -33555,7 +33555,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMap__C68082_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_TileMap__C83966_VT)) failedCast(r0); r0 = s.arg0.fields["_map"]; s.tmp_6 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_6); @@ -33580,16 +33580,16 @@ switch (step) { r0 = (1 << s.tmp_8); s.tmp_7 = r0; r0 = (s.tmp_7 - 1); - s.bitmask___80286 = (r0); + s.bitmask___96170 = (r0); r0 = s.arg2.fields["drawOffsetX"]; s.tmp_0 = r0; - r0 = (s.tmp_0 & s.bitmask___80286); - s.offsetX___80292 = (r0); + r0 = (s.tmp_0 & s.bitmask___96170); + s.offsetX___96176 = (r0); r0 = s.arg2.fields["drawOffsetY"]; s.tmp_0 = r0; - r0 = (s.tmp_0 & s.bitmask___80286); - s.offsetY___80297 = (r0); - s.tmp_0 = Math_max__P65885_mk(s); + r0 = (s.tmp_0 & s.bitmask___96170); + s.offsetY___96181 = (r0); + s.tmp_0 = Math_max__P81769_mk(s); s.tmp_0.arg0 = 0; r0 = s.arg2.fields["drawOffsetX"]; s.tmp_1 = r0; @@ -33600,8 +33600,8 @@ switch (step) { s.callLocIdx = 712; s.pc = 24; return s.tmp_0; case 24: r0 = s.retval; - s.x0___80302 = (r0); - s.tmp_0 = Math_min__P65886_mk(s); + s.x0___96186 = (r0); + s.tmp_0 = Math_min__P81770_mk(s); r0 = s.arg0.fields["_map"]; s.tmp_1 = r0; r0 = s.tmp_1.fields["_width"]; @@ -33621,8 +33621,8 @@ switch (step) { s.callLocIdx = 715; s.pc = 25; return s.tmp_0; case 25: r0 = s.retval; - s.xn___80309 = (r0); - s.tmp_0 = Math_max__P65885_mk(s); + s.xn___96193 = (r0); + s.tmp_0 = Math_max__P81769_mk(s); s.tmp_0.arg0 = 0; r0 = s.arg2.fields["drawOffsetY"]; s.tmp_1 = r0; @@ -33633,8 +33633,8 @@ switch (step) { s.callLocIdx = 717; s.pc = 26; return s.tmp_0; case 26: r0 = s.retval; - s.y0___80326 = (r0); - s.tmp_0 = Math_min__P65886_mk(s); + s.y0___96210 = (r0); + s.tmp_0 = Math_min__P81770_mk(s); r0 = s.arg0.fields["_map"]; s.tmp_1 = r0; r0 = s.tmp_1.fields["_height"]; @@ -33654,92 +33654,92 @@ switch (step) { s.callLocIdx = 720; s.pc = 27; return s.tmp_0; case 27: r0 = s.retval; - s.yn___80333 = (r0); - s.x___80350 = (s.x0___80302); + s.yn___96217 = (r0); + s.x___96234 = (s.x0___96186); case 3: - r0 = (s.x___80350 <= s.xn___80309); + r0 = (s.x___96234 <= s.xn___96193); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 8; continue; } - s.y___80356 = (s.y0___80326); + s.y___96240 = (s.y0___96210); case 4: - r0 = (s.y___80356 <= s.yn___80333); + r0 = (s.y___96240 <= s.yn___96217); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 7; continue; } - s.tmp_1 = tiles_TileMapData_getTile__P68075_mk(s); + s.tmp_1 = tiles_TileMapData_getTile__P83959_mk(s); r0 = s.arg0.fields["_map"]; s.tmp_1.arg0 = r0; - s.tmp_1.arg1 = s.x___80350; - s.tmp_1.arg2 = s.y___80356; + s.tmp_1.arg1 = s.x___96234; + s.tmp_1.arg2 = s.y___96240; s.callLocIdx = 721; s.pc = 28; return s.tmp_1; case 28: r0 = s.retval; - s.index___80362 = (r0); - s.tmp_0 = tiles_TileMapData_getTileImage__P68078_mk(s); + s.index___96246 = (r0); + s.tmp_0 = tiles_TileMapData_getTileImage__P83962_mk(s); r0 = s.arg0.fields["_map"]; s.tmp_0.arg0 = r0; - s.tmp_0.arg1 = s.index___80362; + s.tmp_0.arg1 = s.index___96246; s.callLocIdx = 722; s.pc = 29; return s.tmp_0; case 29: r0 = s.retval; - s.tile___80369 = (r0); - r0 = pxsim_numops_toBoolDecr(s.tile___80369); + s.tile___96253 = (r0); + r0 = pxsim_numops_toBoolDecr(s.tile___96253); if (!r0) { step = 5; continue; } s.tmp_0 = r0 = s.arg1; - s.tmp_1 = r0 = s.tile___80369; - r0 = (s.x___80350 - s.x0___80302); + s.tmp_1 = r0 = s.tile___96253; + r0 = (s.x___96234 - s.x0___96186); s.tmp_4 = r0; r0 = s.arg0.fields["_scale"]; s.tmp_5 = r0; r0 = (s.tmp_4 << s.tmp_5); s.tmp_3 = r0; - r0 = (s.tmp_3 - s.offsetX___80292); + r0 = (s.tmp_3 - s.offsetX___96176); s.tmp_2 = r0; - r0 = (s.y___80356 - s.y0___80326); + r0 = (s.y___96240 - s.y0___96210); s.tmp_8 = r0; r0 = s.arg0.fields["_scale"]; s.tmp_9 = r0; r0 = (s.tmp_8 << s.tmp_9); s.tmp_7 = r0; - r0 = (s.tmp_7 - s.offsetY___80297); + r0 = (s.tmp_7 - s.offsetY___96181); s.tmp_6 = r0; r0 = pxsim_ImageMethods.drawTransparentImage(s.tmp_0, s.tmp_1, s.tmp_2, s.tmp_6); case 5: case 6: - r0 = (s.y___80356 + 1); - s.y___80356 = (r0); + r0 = (s.y___96240 + 1); + s.y___96240 = (r0); { step = 4; continue; } case 7: - r0 = (s.x___80350 + 1); - s.x___80350 = (r0); + r0 = (s.x___96234 + 1); + s.x___96234 = (r0); { step = 3; continue; } case 8: - r0 = pxsim_numops_toBoolDecr(globals.debug___68286); + r0 = pxsim_numops_toBoolDecr(globals.debug___84170); if (!r0) { step = 21; continue; } - s.x___80405 = (s.x0___80302); + s.x___96289 = (s.x0___96186); case 9: - r0 = (s.x___80405 <= s.xn___80309); + r0 = (s.x___96289 <= s.xn___96193); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 14; continue; } - r0 = (s.x___80405 - s.x0___80302); + r0 = (s.x___96289 - s.x0___96186); s.tmp_2 = r0; r0 = s.arg0.fields["_scale"]; s.tmp_3 = r0; r0 = (s.tmp_2 << s.tmp_3); s.tmp_1 = r0; - r0 = (s.tmp_1 - s.offsetX___80292); - s.xLine___80411 = (r0); - r0 = (s.xLine___80411 >= 0); + r0 = (s.tmp_1 - s.offsetX___96176); + s.xLine___96295 = (r0); + r0 = (s.xLine___96295 >= 0); s.tmp_0 = r0; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 10; continue; } r0 = s.tmp_0; { step = 11; continue; } case 10: - s.tmp_1 = r0 = s.xLine___80411; - r0 = pxsim_ImageMethods.width(globals.screen___67562); + s.tmp_1 = r0 = s.xLine___96295; + r0 = pxsim_ImageMethods.width(globals.screen___83446); s.tmp_2 = r0; r0 = (s.tmp_1 <= s.tmp_2); case 11: @@ -33747,11 +33747,11 @@ switch (step) { s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 12; continue; } - s.tmp_4 = helpers_imageDrawLine__P67490_mk(s); + s.tmp_4 = helpers_imageDrawLine__P83374_mk(s); s.tmp_4.arg0 = s.arg1; - s.tmp_4.arg1 = s.xLine___80411; + s.tmp_4.arg1 = s.xLine___96295; s.tmp_4.arg2 = 0; - s.tmp_4.arg3 = s.xLine___80411; + s.tmp_4.arg3 = s.xLine___96295; r0 = pxsim_ImageMethods.height(s.arg1); s.tmp_4.arg4 = r0; s.tmp_4.arg5 = 1; @@ -33760,33 +33760,33 @@ switch (step) { r0 = s.retval; case 12: case 13: - r0 = (s.x___80405 + 1); - s.x___80405 = (r0); + r0 = (s.x___96289 + 1); + s.x___96289 = (r0); { step = 9; continue; } case 14: - s.y___80437 = (s.y0___80326); + s.y___96321 = (s.y0___96210); case 15: - r0 = (s.y___80437 <= s.yn___80333); + r0 = (s.y___96321 <= s.yn___96217); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 20; continue; } - r0 = (s.y___80437 - s.y0___80326); + r0 = (s.y___96321 - s.y0___96210); s.tmp_2 = r0; r0 = s.arg0.fields["_scale"]; s.tmp_3 = r0; r0 = (s.tmp_2 << s.tmp_3); s.tmp_1 = r0; - r0 = (s.tmp_1 - s.offsetY___80297); - s.yLine___80443 = (r0); - r0 = (s.yLine___80443 >= 0); + r0 = (s.tmp_1 - s.offsetY___96181); + s.yLine___96327 = (r0); + r0 = (s.yLine___96327 >= 0); s.tmp_0 = r0; r0 = pxsim_numops_toBool(s.tmp_0); if (r0) { step = 16; continue; } r0 = s.tmp_0; { step = 17; continue; } case 16: - s.tmp_1 = r0 = s.yLine___80443; - r0 = pxsim_ImageMethods.height(globals.screen___67562); + s.tmp_1 = r0 = s.yLine___96327; + r0 = pxsim_ImageMethods.height(globals.screen___83446); s.tmp_2 = r0; r0 = (s.tmp_1 <= s.tmp_2); case 17: @@ -33794,21 +33794,21 @@ switch (step) { s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 18; continue; } - s.tmp_4 = helpers_imageDrawLine__P67490_mk(s); + s.tmp_4 = helpers_imageDrawLine__P83374_mk(s); s.tmp_4.arg0 = s.arg1; s.tmp_4.arg1 = 0; - s.tmp_4.arg2 = s.yLine___80443; + s.tmp_4.arg2 = s.yLine___96327; r0 = pxsim_ImageMethods.width(s.arg1); s.tmp_4.arg3 = r0; - s.tmp_4.arg4 = s.yLine___80443; + s.tmp_4.arg4 = s.yLine___96327; s.tmp_4.arg5 = 1; s.callLocIdx = 728; s.pc = 31; return s.tmp_4; case 31: r0 = s.retval; case 18: case 19: - r0 = (s.y___80437 + 1); - s.y___80437 = (r0); + r0 = (s.y___96321 + 1); + s.y___96321 = (r0); { step = 15; continue; } case 20: case 21: @@ -33818,12 +33818,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_TileMap_draw__P69583.info = {"start":10187,"length":2224,"line":347,"column":8,"endLine":402,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"draw","argumentNames":["this","target","camera"]} +tiles_TileMap_draw__P85467.info = {"start":10187,"length":2224,"line":347,"column":8,"endLine":402,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"draw","argumentNames":["this","target","camera"]} -function tiles_TileMap_draw__P69583_mk(s) { +function tiles_TileMap_draw__P85467_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMap_draw__P69583, depth: s.depth + 1, + parent: s, fn: tiles_TileMap_draw__P85467, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -33835,21 +33835,21 @@ function tiles_TileMap_draw__P69583_mk(s) { tmp_7: undefined, tmp_8: undefined, tmp_9: undefined, - bitmask___80286: undefined, - offsetX___80292: undefined, - offsetY___80297: undefined, - x0___80302: undefined, - xn___80309: undefined, - y0___80326: undefined, - yn___80333: undefined, - x___80350: undefined, - y___80356: undefined, - index___80362: undefined, - tile___80369: undefined, - x___80405: undefined, - xLine___80411: undefined, - y___80437: undefined, - yLine___80443: undefined, + bitmask___96170: undefined, + offsetX___96176: undefined, + offsetY___96181: undefined, + x0___96186: undefined, + xn___96193: undefined, + y0___96210: undefined, + yn___96217: undefined, + x___96234: undefined, + y___96240: undefined, + index___96246: undefined, + tile___96253: undefined, + x___96289: undefined, + xLine___96295: undefined, + y___96321: undefined, + yLine___96327: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -33859,7 +33859,7 @@ function tiles_TileMap_draw__P69583_mk(s) { -function tiles_TileMap_scale__P68085(s) { +function tiles_TileMap_scale__P83969(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -33875,13 +33875,13 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMap__C68082_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_TileMap__C83966_VT)) failedCast(r0); r0 = (s.arg0).fields["_scale"] = (s.arg1); r0 = s.arg0.fields["_map"]; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - s.tmp_1 = tiles_TileMapData_scale__P68074_mk(s); + s.tmp_1 = tiles_TileMapData_scale__P83958_mk(s); r0 = s.arg0.fields["_map"]; s.tmp_1.arg0 = r0; s.tmp_1.arg1 = s.arg1; @@ -33894,12 +33894,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -tiles_TileMap_scale__P68085.info = {"start":6190,"length":144,"line":224,"column":8,"endLine":229,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"scale","argumentNames":["this","s"]} +tiles_TileMap_scale__P83969.info = {"start":6190,"length":144,"line":224,"column":8,"endLine":229,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"scale","argumentNames":["this","s"]} -function tiles_TileMap_scale__P68085_mk(s) { +function tiles_TileMap_scale__P83969_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMap_scale__P68085, depth: s.depth + 1, + parent: s, fn: tiles_TileMap_scale__P83969, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -33911,7 +33911,7 @@ function tiles_TileMap_scale__P68085_mk(s) { -function tiles_TileMap_data__P69581(s) { +function tiles_TileMap_data__P85465(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -33926,18 +33926,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_TileMap__C68082_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_TileMap__C83966_VT)) failedCast(r0); r0 = s.arg0.fields["_map"]; return leaveAccessor(s, r0) default: oops() } } } -tiles_TileMap_data__P69581.info = {"start":6344,"length":75,"line":231,"column":8,"endLine":233,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"data","argumentNames":["this"]} -tiles_TileMap_data__P69581.isGetter = true; +tiles_TileMap_data__P85465.info = {"start":6344,"length":75,"line":231,"column":8,"endLine":233,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"data","argumentNames":["this"]} +tiles_TileMap_data__P85465.isGetter = true; -function tiles_TileMap_data__P69581_mk(s) { +function tiles_TileMap_data__P85465_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_TileMap_data__P69581, depth: s.depth + 1, + parent: s, fn: tiles_TileMap_data__P85465, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -33946,7 +33946,7 @@ function tiles_TileMap_data__P69581_mk(s) { -function Sprite_toString__P67854(s) { +function Sprite_toString__P83738(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -33961,7 +33961,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = pxsim_String_.mkEmpty(); s.tmp_9 = r0; r0 = s.arg0.fields["id"]; @@ -33979,7 +33979,7 @@ switch (step) { s.tmp_8 = r0; r0 = pxsim_String__concat(s.tmp_8, "("); s.tmp_7 = r0; - s.tmp_14 = Sprite_x__P67789_mk(s); + s.tmp_14 = Sprite_x__P83673_mk(s); s.tmp_14.arg0 = s.arg0; s.callLocIdx = 382; s.pc = 2; return s.tmp_14; case 2: @@ -33998,7 +33998,7 @@ switch (step) { s.tmp_6 = r0; r0 = pxsim_String__concat(s.tmp_6, ","); s.tmp_5 = r0; - s.tmp_17 = Sprite_y__P67791_mk(s); + s.tmp_17 = Sprite_y__P83675_mk(s); s.tmp_17.arg0 = s.arg0; s.callLocIdx = 383; s.pc = 4; return s.tmp_17; case 4: @@ -34017,7 +34017,7 @@ switch (step) { s.tmp_4 = r0; r0 = pxsim_String__concat(s.tmp_4, ")->("); s.tmp_3 = r0; - s.tmp_20 = Sprite_vx__P67793_mk(s); + s.tmp_20 = Sprite_vx__P83677_mk(s); s.tmp_20.arg0 = s.arg0; s.callLocIdx = 384; s.pc = 6; return s.tmp_20; case 6: @@ -34036,7 +34036,7 @@ switch (step) { s.tmp_2 = r0; r0 = pxsim_String__concat(s.tmp_2, ","); s.tmp_1 = r0; - s.tmp_23 = Sprite_vy__P67795_mk(s); + s.tmp_23 = Sprite_vy__P83679_mk(s); s.tmp_23.arg0 = s.arg0; s.callLocIdx = 385; s.pc = 8; return s.tmp_23; case 8: @@ -34057,12 +34057,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_toString__P67854.info = {"start":33562,"length":93,"line":988,"column":4,"endLine":990,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"toString","argumentNames":["this"]} +Sprite_toString__P83738.info = {"start":33562,"length":93,"line":988,"column":4,"endLine":990,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"toString","argumentNames":["this"]} -function Sprite_toString__P67854_mk(s) { +function Sprite_toString__P83738_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_toString__P67854, depth: s.depth + 1, + parent: s, fn: Sprite_toString__P83738, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -34095,7 +34095,7 @@ function Sprite_toString__P67854_mk(s) { -function Sprite___update__P67842(s) { +function Sprite___update__P83726(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -34105,8 +34105,8 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.bounce___80542 = undefined; - s.tm___80547 = undefined; + s.bounce___96426 = undefined; + s.tm___96431 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -34114,7 +34114,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["lifespan"]; s.tmp_1 = r0; r0 = (s.tmp_1 !== undefined); @@ -34136,7 +34136,7 @@ switch (step) { r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } r0 = (s.arg0).fields["lifespan"] = (undefined); - s.tmp_0 = Sprite__destroyCore__P67852_mk(s); + s.tmp_0 = Sprite__destroyCore__P83736_mk(s); s.tmp_0.arg0 = s.arg0; s.callLocIdx = 318; s.pc = 33; return s.tmp_0; case 33: @@ -34154,7 +34154,7 @@ switch (step) { r0 = s.tmp_0; { step = 6; continue; } case 5: - s.tmp_2 = Sprite_isOutOfScreen__P67840_mk(s); + s.tmp_2 = Sprite_isOutOfScreen__P83724_mk(s); s.tmp_2.arg0 = s.arg0; s.tmp_2.arg1 = s.arg1; s.callLocIdx = 319; s.pc = 34; return s.tmp_2; @@ -34165,7 +34165,7 @@ switch (step) { s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 7; continue; } - s.tmp_4 = Sprite_destroy__P67851_mk(s); + s.tmp_4 = Sprite_destroy__P83735_mk(s); s.tmp_4.arg0 = s.arg0; s.tmp_4.arg1 = undefined; s.tmp_4.arg2 = undefined; @@ -34177,13 +34177,13 @@ switch (step) { r0 = s.arg0.fields["flags"]; s.tmp_0 = r0; r0 = (s.tmp_0 & 32); - s.bounce___80542 = (r0); - s.tmp_0 = game_currentScene__P68290_mk(s); + s.bounce___96426 = (r0); + s.tmp_0 = game_currentScene__P84174_mk(s); s.callLocIdx = 321; s.pc = 36; return s.tmp_0; case 36: r0 = s.retval; r0 = r0.fields["tileMap"]; - s.tm___80547 = (r0); + s.tm___96431 = (r0); r0 = s.arg0.fields["flags"]; s.tmp_1 = r0; r0 = (s.tmp_1 & 8); @@ -34193,13 +34193,13 @@ switch (step) { r0 = s.tmp_0; { step = 12; continue; } case 9: - s.tmp_2 = r0 = s.bounce___80542; + s.tmp_2 = r0 = s.bounce___96426; r0 = pxsim_numops_toBool(s.tmp_2); if (r0) { step = 10; continue; } r0 = s.tmp_2; { step = 11; continue; } case 10: - r0 = pxsim_numops_toBoolDecr(s.tm___80547); + r0 = pxsim_numops_toBoolDecr(s.tm___96431); s.tmp_3 = r0; r0 = pxsim_Boolean__bang(s.tmp_3); case 11: @@ -34211,7 +34211,7 @@ switch (step) { s.tmp_5 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_5); if (!r0) { step = 29; continue; } - s.tmp_8 = Sprite_left__P67826_mk(s); + s.tmp_8 = Sprite_left__P83710_mk(s); s.tmp_8.arg0 = s.arg0; s.callLocIdx = 322; s.pc = 37; return s.tmp_8; case 37: @@ -34223,18 +34223,18 @@ switch (step) { s.tmp_6 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_6); if (!r0) { step = 15; continue; } - s.tmp_10 = Sprite_left__P67827_mk(s); + s.tmp_10 = Sprite_left__P83711_mk(s); s.tmp_10.arg0 = s.arg0; r0 = s.arg1.fields["_offsetX"]; s.tmp_10.arg1 = r0; s.callLocIdx = 325; s.pc = 38; return s.tmp_10; case 38: r0 = s.retval; - r0 = pxsim_numops_toBoolDecr(s.bounce___80542); + r0 = pxsim_numops_toBoolDecr(s.bounce___96426); if (!r0) { step = 13; continue; } - s.tmp_0 = Sprite_vx__P67794_mk(s); + s.tmp_0 = Sprite_vx__P83678_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_2 = Sprite_vx__P67793_mk(s); + s.tmp_2 = Sprite_vx__P83677_mk(s); s.tmp_2.arg0 = s.arg0; s.callLocIdx = 326; s.pc = 40; return s.tmp_2; case 40: @@ -34249,7 +34249,7 @@ switch (step) { case 14: { step = 20; continue; } case 15: - s.tmp_2 = Sprite_right__P67828_mk(s); + s.tmp_2 = Sprite_right__P83712_mk(s); s.tmp_2.arg0 = s.arg0; s.callLocIdx = 328; s.pc = 41; return s.tmp_2; case 41: @@ -34257,7 +34257,7 @@ switch (step) { s.tmp_1 = r0; r0 = s.arg1.fields["_offsetX"]; s.tmp_4 = r0; - r0 = pxsim_ImageMethods.width(globals.screen___67562); + r0 = pxsim_ImageMethods.width(globals.screen___83446); s.tmp_5 = r0; r0 = (s.tmp_4 + s.tmp_5); s.tmp_3 = r0; @@ -34265,22 +34265,22 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 18; continue; } - s.tmp_6 = Sprite_right__P67829_mk(s); + s.tmp_6 = Sprite_right__P83713_mk(s); s.tmp_6.arg0 = s.arg0; r0 = s.arg1.fields["_offsetX"]; s.tmp_7 = r0; - r0 = pxsim_ImageMethods.width(globals.screen___67562); + r0 = pxsim_ImageMethods.width(globals.screen___83446); s.tmp_8 = r0; r0 = (s.tmp_7 + s.tmp_8); s.tmp_6.arg1 = r0; s.callLocIdx = 331; s.pc = 42; return s.tmp_6; case 42: r0 = s.retval; - r0 = pxsim_numops_toBoolDecr(s.bounce___80542); + r0 = pxsim_numops_toBoolDecr(s.bounce___96426); if (!r0) { step = 16; continue; } - s.tmp_0 = Sprite_vx__P67794_mk(s); + s.tmp_0 = Sprite_vx__P83678_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_2 = Sprite_vx__P67793_mk(s); + s.tmp_2 = Sprite_vx__P83677_mk(s); s.tmp_2.arg0 = s.arg0; s.callLocIdx = 332; s.pc = 44; return s.tmp_2; case 44: @@ -34296,7 +34296,7 @@ switch (step) { case 18: case 19: case 20: - s.tmp_2 = Sprite_top__P67830_mk(s); + s.tmp_2 = Sprite_top__P83714_mk(s); s.tmp_2.arg0 = s.arg0; s.callLocIdx = 334; s.pc = 45; return s.tmp_2; case 45: @@ -34308,18 +34308,18 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 23; continue; } - s.tmp_4 = Sprite_top__P67831_mk(s); + s.tmp_4 = Sprite_top__P83715_mk(s); s.tmp_4.arg0 = s.arg0; r0 = s.arg1.fields["_offsetY"]; s.tmp_4.arg1 = r0; s.callLocIdx = 337; s.pc = 46; return s.tmp_4; case 46: r0 = s.retval; - r0 = pxsim_numops_toBoolDecr(s.bounce___80542); + r0 = pxsim_numops_toBoolDecr(s.bounce___96426); if (!r0) { step = 21; continue; } - s.tmp_0 = Sprite_vy__P67796_mk(s); + s.tmp_0 = Sprite_vy__P83680_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_2 = Sprite_vy__P67795_mk(s); + s.tmp_2 = Sprite_vy__P83679_mk(s); s.tmp_2.arg0 = s.arg0; s.callLocIdx = 338; s.pc = 48; return s.tmp_2; case 48: @@ -34334,7 +34334,7 @@ switch (step) { case 22: { step = 28; continue; } case 23: - s.tmp_2 = Sprite_bottom__P67832_mk(s); + s.tmp_2 = Sprite_bottom__P83716_mk(s); s.tmp_2.arg0 = s.arg0; s.callLocIdx = 340; s.pc = 49; return s.tmp_2; case 49: @@ -34342,7 +34342,7 @@ switch (step) { s.tmp_1 = r0; r0 = s.arg1.fields["_offsetY"]; s.tmp_4 = r0; - r0 = pxsim_ImageMethods.height(globals.screen___67562); + r0 = pxsim_ImageMethods.height(globals.screen___83446); s.tmp_5 = r0; r0 = (s.tmp_4 + s.tmp_5); s.tmp_3 = r0; @@ -34350,22 +34350,22 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 26; continue; } - s.tmp_6 = Sprite_bottom__P67833_mk(s); + s.tmp_6 = Sprite_bottom__P83717_mk(s); s.tmp_6.arg0 = s.arg0; r0 = s.arg1.fields["_offsetY"]; s.tmp_7 = r0; - r0 = pxsim_ImageMethods.height(globals.screen___67562); + r0 = pxsim_ImageMethods.height(globals.screen___83446); s.tmp_8 = r0; r0 = (s.tmp_7 + s.tmp_8); s.tmp_6.arg1 = r0; s.callLocIdx = 343; s.pc = 50; return s.tmp_6; case 50: r0 = s.retval; - r0 = pxsim_numops_toBoolDecr(s.bounce___80542); + r0 = pxsim_numops_toBoolDecr(s.bounce___96426); if (!r0) { step = 24; continue; } - s.tmp_0 = Sprite_vy__P67796_mk(s); + s.tmp_0 = Sprite_vy__P83680_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_2 = Sprite_vy__P67795_mk(s); + s.tmp_2 = Sprite_vy__P83679_mk(s); s.tmp_2.arg0 = s.arg0; s.callLocIdx = 344; s.pc = 52; return s.tmp_2; case 52: @@ -34408,12 +34408,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite___update__P67842.info = {"start":22432,"length":1390,"line":686,"column":4,"endLine":725,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"__update","argumentNames":["this","camera","dt"]} +Sprite___update__P83726.info = {"start":22432,"length":1390,"line":686,"column":4,"endLine":725,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"__update","argumentNames":["this","camera","dt"]} -function Sprite___update__P67842_mk(s) { +function Sprite___update__P83726_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite___update__P67842, depth: s.depth + 1, + parent: s, fn: Sprite___update__P83726, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -34426,8 +34426,8 @@ function Sprite___update__P67842_mk(s) { tmp_8: undefined, tmp_9: undefined, tmp_10: undefined, - bounce___80542: undefined, - tm___80547: undefined, + bounce___96426: undefined, + tm___96431: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -34437,7 +34437,7 @@ function Sprite___update__P67842_mk(s) { -function Sprite_isOutOfScreen__P67840(s) { +function Sprite_isOutOfScreen__P83724(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -34447,15 +34447,15 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.ox___80636 = undefined; - s.oy___80644 = undefined; + s.ox___96520 = undefined; + s.oy___96528 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["flags"]; s.tmp_1 = r0; r0 = (s.tmp_1 & 512); @@ -34469,7 +34469,7 @@ switch (step) { case 2: // jmp value (already in r0) s.tmp_2 = r0; - s.ox___80636 = (s.tmp_2); + s.ox___96520 = (s.tmp_2); r0 = s.arg0.fields["flags"]; s.tmp_1 = r0; r0 = (s.tmp_1 & 512); @@ -34483,14 +34483,14 @@ switch (step) { case 4: // jmp value (already in r0) s.tmp_2 = r0; - s.oy___80644 = (s.tmp_2); - s.tmp_3 = Sprite_right__P67828_mk(s); + s.oy___96528 = (s.tmp_2); + s.tmp_3 = Sprite_right__P83712_mk(s); s.tmp_3.arg0 = s.arg0; s.callLocIdx = 287; s.pc = 11; return s.tmp_3; case 11: r0 = s.retval; s.tmp_2 = r0; - r0 = (s.tmp_2 - s.ox___80636); + r0 = (s.tmp_2 - s.ox___96520); s.tmp_1 = r0; r0 = (s.tmp_1 < 0); s.tmp_0 = r0; @@ -34499,13 +34499,13 @@ switch (step) { r0 = s.tmp_0; { step = 6; continue; } case 5: - s.tmp_6 = Sprite_bottom__P67832_mk(s); + s.tmp_6 = Sprite_bottom__P83716_mk(s); s.tmp_6.arg0 = s.arg0; s.callLocIdx = 288; s.pc = 12; return s.tmp_6; case 12: r0 = s.retval; s.tmp_5 = r0; - r0 = (s.tmp_5 - s.oy___80644); + r0 = (s.tmp_5 - s.oy___96528); s.tmp_4 = r0; r0 = (s.tmp_4 < 0); case 6: @@ -34516,15 +34516,15 @@ switch (step) { r0 = s.tmp_7; { step = 8; continue; } case 7: - s.tmp_10 = Sprite_left__P67826_mk(s); + s.tmp_10 = Sprite_left__P83710_mk(s); s.tmp_10.arg0 = s.arg0; s.callLocIdx = 289; s.pc = 13; return s.tmp_10; case 13: r0 = s.retval; s.tmp_9 = r0; - r0 = (s.tmp_9 - s.ox___80636); + r0 = (s.tmp_9 - s.ox___96520); s.tmp_8 = r0; - r0 = pxsim_ImageMethods.width(globals.screen___67562); + r0 = pxsim_ImageMethods.width(globals.screen___83446); s.tmp_11 = r0; r0 = (s.tmp_8 > s.tmp_11); case 8: @@ -34535,15 +34535,15 @@ switch (step) { r0 = s.tmp_12; { step = 10; continue; } case 9: - s.tmp_15 = Sprite_top__P67830_mk(s); + s.tmp_15 = Sprite_top__P83714_mk(s); s.tmp_15.arg0 = s.arg0; s.callLocIdx = 290; s.pc = 14; return s.tmp_15; case 14: r0 = s.retval; s.tmp_14 = r0; - r0 = (s.tmp_14 - s.oy___80644); + r0 = (s.tmp_14 - s.oy___96528); s.tmp_13 = r0; - r0 = pxsim_ImageMethods.height(globals.screen___67562); + r0 = pxsim_ImageMethods.height(globals.screen___83446); s.tmp_16 = r0; r0 = (s.tmp_13 > s.tmp_16); case 10: @@ -34553,12 +34553,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_isOutOfScreen__P67840.info = {"start":20679,"length":358,"line":640,"column":4,"endLine":644,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"isOutOfScreen","argumentNames":["this","camera"]} +Sprite_isOutOfScreen__P83724.info = {"start":20679,"length":358,"line":640,"column":4,"endLine":644,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"isOutOfScreen","argumentNames":["this","camera"]} -function Sprite_isOutOfScreen__P67840_mk(s) { +function Sprite_isOutOfScreen__P83724_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_isOutOfScreen__P67840, depth: s.depth + 1, + parent: s, fn: Sprite_isOutOfScreen__P83724, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -34578,8 +34578,8 @@ function Sprite_isOutOfScreen__P67840_mk(s) { tmp_15: undefined, tmp_16: undefined, tmp_17: undefined, - ox___80636: undefined, - oy___80644: undefined, + ox___96520: undefined, + oy___96528: undefined, arg0: undefined, arg1: undefined, } } @@ -34588,7 +34588,7 @@ function Sprite_isOutOfScreen__P67840_mk(s) { -function Sprite_bottom__P67833(s) { +function Sprite_bottom__P83717(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -34604,8 +34604,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); - s.tmp_0 = Sprite_top__P67831_mk(s); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); + s.tmp_0 = Sprite_top__P83715_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_1 = r0 = s.arg1; r0 = s.arg0.fields["_image"]; @@ -34621,12 +34621,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_bottom__P67833.info = {"start":10414,"length":73,"line":378,"column":4,"endLine":380,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"bottom","argumentNames":["this","value"]} +Sprite_bottom__P83717.info = {"start":10414,"length":73,"line":378,"column":4,"endLine":380,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"bottom","argumentNames":["this","value"]} -function Sprite_bottom__P67833_mk(s) { +function Sprite_bottom__P83717_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_bottom__P67833, depth: s.depth + 1, + parent: s, fn: Sprite_bottom__P83717, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -34640,7 +34640,7 @@ function Sprite_bottom__P67833_mk(s) { -function Sprite_right__P67829(s) { +function Sprite_right__P83713(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -34656,8 +34656,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); - s.tmp_0 = Sprite_left__P67827_mk(s); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); + s.tmp_0 = Sprite_left__P83711_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_1 = r0 = s.arg1; r0 = s.arg0.fields["_image"]; @@ -34673,12 +34673,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite_right__P67829.info = {"start":9607,"length":71,"line":348,"column":4,"endLine":350,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"right","argumentNames":["this","value"]} +Sprite_right__P83713.info = {"start":9607,"length":71,"line":348,"column":4,"endLine":350,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"right","argumentNames":["this","value"]} -function Sprite_right__P67829_mk(s) { +function Sprite_right__P83713_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_right__P67829, depth: s.depth + 1, + parent: s, fn: Sprite_right__P83713, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -34692,7 +34692,7 @@ function Sprite_right__P67829_mk(s) { -function Sprite_width__P67824(s) { +function Sprite_width__P83708(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -34707,20 +34707,20 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["_image"]; s.tmp_0 = r0; r0 = pxsim_ImageMethods.width(s.tmp_0); return leaveAccessor(s, r0) default: oops() } } } -Sprite_width__P67824.info = {"start":8673,"length":52,"line":313,"column":4,"endLine":315,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"width","argumentNames":["this"]} -Sprite_width__P67824.isGetter = true; +Sprite_width__P83708.info = {"start":8673,"length":52,"line":313,"column":4,"endLine":315,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"width","argumentNames":["this"]} +Sprite_width__P83708.isGetter = true; -function Sprite_width__P67824_mk(s) { +function Sprite_width__P83708_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_width__P67824, depth: s.depth + 1, + parent: s, fn: Sprite_width__P83708, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -34730,7 +34730,7 @@ function Sprite_width__P67824_mk(s) { -function Sprite_data__P67806(s) { +function Sprite_data__P83690(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -34746,18 +34746,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = (s.arg0).fields["_data"] = (s.arg1); r0 = undefined; return leave(s, r0) default: oops() } } } -Sprite_data__P67806.info = {"start":4471,"length":56,"line":169,"column":4,"endLine":171,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"data","argumentNames":["this","value"]} +Sprite_data__P83690.info = {"start":4471,"length":56,"line":169,"column":4,"endLine":171,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"data","argumentNames":["this","value"]} -function Sprite_data__P67806_mk(s) { +function Sprite_data__P83690_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_data__P67806, depth: s.depth + 1, + parent: s, fn: Sprite_data__P83690, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -34767,7 +34767,7 @@ function Sprite_data__P67806_mk(s) { -function Sprite_data__P67805(s) { +function Sprite_data__P83689(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -34782,7 +34782,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["_data"]; s.tmp_2 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_2); @@ -34801,13 +34801,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -Sprite_data__P67805.info = {"start":4373,"length":92,"line":164,"column":4,"endLine":167,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"data","argumentNames":["this"]} -Sprite_data__P67805.isGetter = true; +Sprite_data__P83689.info = {"start":4373,"length":92,"line":164,"column":4,"endLine":167,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"data","argumentNames":["this"]} +Sprite_data__P83689.isGetter = true; -function Sprite_data__P67805_mk(s) { +function Sprite_data__P83689_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite_data__P67805, depth: s.depth + 1, + parent: s, fn: Sprite_data__P83689, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -34821,7 +34821,7 @@ function Sprite_data__P67805_mk(s) { -function scene_BackgroundLayer_constructor__P68047(s) { +function scene_BackgroundLayer_constructor__P83931(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -34839,9 +34839,9 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_BackgroundLayer__C68040_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_BackgroundLayer__C83924_VT)) failedCast(r0); s.tmp_0 = r0 = s.arg0; - s.tmp_2 = Math_max__P65885_mk(s); + s.tmp_2 = Math_max__P81769_mk(s); s.tmp_2.arg0 = 1; s.tmp_2.arg1 = s.arg1; s.callLocIdx = 680; s.pc = 7; return s.tmp_2; @@ -34887,12 +34887,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_BackgroundLayer_constructor__P68047.info = {"start":1936,"length":1117,"line":72,"column":8,"endLine":97,"endColumn":9,"fileName":"pxt_modules/game/background.ts","functionName":"inline","argumentNames":["this","distance","alignment","img"]} +scene_BackgroundLayer_constructor__P83931.info = {"start":1936,"length":1117,"line":72,"column":8,"endLine":97,"endColumn":9,"fileName":"pxt_modules/game/background.ts","functionName":"inline","argumentNames":["this","distance","alignment","img"]} -function scene_BackgroundLayer_constructor__P68047_mk(s) { +function scene_BackgroundLayer_constructor__P83931_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_BackgroundLayer_constructor__P68047, depth: s.depth + 1, + parent: s, fn: scene_BackgroundLayer_constructor__P83931, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -34907,7 +34907,7 @@ function scene_BackgroundLayer_constructor__P68047_mk(s) { -function scene_Camera_y__P68128(s) { +function scene_Camera_y__P84012(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -34922,10 +34922,10 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Camera__C68118_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Camera__C84002_VT)) failedCast(r0); r0 = s.arg0.fields["drawOffsetY"]; s.tmp_0 = r0; - r0 = pxsim_ImageMethods.height(globals.screen___67562); + r0 = pxsim_ImageMethods.height(globals.screen___83446); s.tmp_2 = r0; r0 = (s.tmp_2 >> 1); s.tmp_1 = r0; @@ -34933,13 +34933,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -scene_Camera_y__P68128.info = {"start":1398,"length":79,"line":49,"column":8,"endLine":51,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"y","argumentNames":["this"]} -scene_Camera_y__P68128.isGetter = true; +scene_Camera_y__P84012.info = {"start":1398,"length":79,"line":49,"column":8,"endLine":51,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"y","argumentNames":["this"]} +scene_Camera_y__P84012.isGetter = true; -function scene_Camera_y__P68128_mk(s) { +function scene_Camera_y__P84012_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Camera_y__P68128, depth: s.depth + 1, + parent: s, fn: scene_Camera_y__P84012, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -34951,7 +34951,7 @@ function scene_Camera_y__P68128_mk(s) { -function scene_Camera_x__P68127(s) { +function scene_Camera_x__P84011(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -34966,10 +34966,10 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Camera__C68118_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Camera__C84002_VT)) failedCast(r0); r0 = s.arg0.fields["drawOffsetX"]; s.tmp_0 = r0; - r0 = pxsim_ImageMethods.width(globals.screen___67562); + r0 = pxsim_ImageMethods.width(globals.screen___83446); s.tmp_2 = r0; r0 = (s.tmp_2 >> 1); s.tmp_1 = r0; @@ -34977,13 +34977,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -scene_Camera_x__P68127.info = {"start":1311,"length":78,"line":46,"column":8,"endLine":48,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"x","argumentNames":["this"]} -scene_Camera_x__P68127.isGetter = true; +scene_Camera_x__P84011.info = {"start":1311,"length":78,"line":46,"column":8,"endLine":48,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"x","argumentNames":["this"]} +scene_Camera_x__P84011.isGetter = true; -function scene_Camera_x__P68127_mk(s) { +function scene_Camera_x__P84011_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Camera_x__P68127, depth: s.depth + 1, + parent: s, fn: scene_Camera_x__P84011, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -34995,7 +34995,7 @@ function scene_Camera_x__P68127_mk(s) { -function particles_ParticleSource___draw__P68442(s) { +function particles_ParticleSource___draw__P84326(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -35005,18 +35005,18 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.current___80759 = undefined; - s.left___80762 = undefined; - s.top___80772 = undefined; + s.current___96643 = undefined; + s.left___96646 = undefined; + s.top___96656 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ParticleSource__C68436_VT)) failedCast(r0); + if (!checkSubtype(r0, particles_ParticleSource__C84320_VT)) failedCast(r0); r0 = s.arg0.fields["head"]; - s.current___80759 = (r0); + s.current___96643 = (r0); r0 = s.arg0.fields["pFlags"]; s.tmp_1 = r0; r0 = (s.tmp_1 & 4); @@ -35034,7 +35034,7 @@ switch (step) { case 2: // jmp value (already in r0) s.tmp_4 = r0; - s.left___80762 = (s.tmp_4); + s.left___96646 = (s.tmp_4); r0 = s.arg0.fields["pFlags"]; s.tmp_1 = r0; r0 = (s.tmp_1 & 4); @@ -35052,49 +35052,49 @@ switch (step) { case 4: // jmp value (already in r0) s.tmp_4 = r0; - s.top___80772 = (s.tmp_4); + s.top___96656 = (s.tmp_4); case 5: - r0 = pxsim_numops_toBoolDecr(s.current___80759); + r0 = pxsim_numops_toBoolDecr(s.current___96643); if (!r0) { step = 8; continue; } - r0 = s.current___80759.fields["lifespan"]; + r0 = s.current___96643.fields["lifespan"]; s.tmp_1 = r0; r0 = (s.tmp_1 > 0); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 6; continue; } - s.tmp_2 = particles_ParticleSource_drawParticle__P69992_mk(s); + s.tmp_2 = particles_ParticleSource_drawParticle__P85876_mk(s); s.tmp_2.arg0 = s.arg0; - s.tmp_2.arg1 = s.current___80759; - s.tmp_2.arg2 = s.left___80762; - s.tmp_2.arg3 = s.top___80772; + s.tmp_2.arg1 = s.current___96643; + s.tmp_2.arg2 = s.left___96646; + s.tmp_2.arg3 = s.top___96656; s.callLocIdx = 1023; s.pc = 9; return s.tmp_2; case 9: r0 = s.retval; case 6: case 7: - r0 = s.current___80759.fields["next"]; - s.current___80759 = (r0); + r0 = s.current___96643.fields["next"]; + s.current___96643 = (r0); { step = 5; continue; } case 8: r0 = undefined; return leave(s, r0) default: oops() } } } -particles_ParticleSource___draw__P68442.info = {"start":3199,"length":468,"line":111,"column":8,"endLine":121,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"__draw","argumentNames":["this","camera"]} +particles_ParticleSource___draw__P84326.info = {"start":3199,"length":468,"line":111,"column":8,"endLine":121,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"__draw","argumentNames":["this","camera"]} -function particles_ParticleSource___draw__P68442_mk(s) { +function particles_ParticleSource___draw__P84326_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ParticleSource___draw__P68442, depth: s.depth + 1, + parent: s, fn: particles_ParticleSource___draw__P84326, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, tmp_4: undefined, - current___80759: undefined, - left___80762: undefined, - top___80772: undefined, + current___96643: undefined, + left___96646: undefined, + top___96656: undefined, arg0: undefined, arg1: undefined, } } @@ -35103,7 +35103,7 @@ function particles_ParticleSource___draw__P68442_mk(s) { -function particles_ParticleSource_drawParticle__P69992(s) { +function particles_ParticleSource_drawParticle__P85876(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -35121,8 +35121,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ParticleSource__C68436_VT)) failedCast(r0); - s.tmp_0 = particles_ParticleFactory__C68472_v1_4_mk(s); + if (!checkSubtype(r0, particles_ParticleSource__C84320_VT)) failedCast(r0); + s.tmp_0 = particles_ParticleFactory__C84356_v1_4_mk(s); r0 = s.arg0.fields["_factory"]; s.tmp_0.arg0 = r0; s.tmp_0.arg1 = s.arg1; @@ -35134,7 +35134,7 @@ switch (step) { s.tmp_2 = r0; r0 = (s.tmp_2 - s.arg3); s.tmp_0.arg3 = r0; - if (!checkSubtype(s.tmp_0.arg0, particles_ParticleFactory__C68472_VT)) failedCast(s.tmp_0.arg0); + if (!checkSubtype(s.tmp_0.arg0, particles_ParticleFactory__C84356_VT)) failedCast(s.tmp_0.arg0); s.tmp_0.fn = s.tmp_0.arg0.vtable.methods.drawParticle; s.pc = 1; return s.tmp_0; case 1: @@ -35143,12 +35143,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_ParticleSource_drawParticle__P69992.info = {"start":8598,"length":174,"line":286,"column":8,"endLine":288,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"drawParticle","argumentNames":["this","p","screenLeft","screenTop"]} +particles_ParticleSource_drawParticle__P85876.info = {"start":8598,"length":174,"line":286,"column":8,"endLine":288,"endColumn":9,"fileName":"pxt_modules/game/particles.ts","functionName":"drawParticle","argumentNames":["this","p","screenLeft","screenTop"]} -function particles_ParticleSource_drawParticle__P69992_mk(s) { +function particles_ParticleSource_drawParticle__P85876_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ParticleSource_drawParticle__P69992, depth: s.depth + 1, + parent: s, fn: particles_ParticleSource_drawParticle__P85876, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -35163,7 +35163,7 @@ function particles_ParticleSource_drawParticle__P69992_mk(s) { -function particles_ParticleFactory_drawParticle__P68475(s) { +function particles_ParticleFactory_drawParticle__P84359(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -35181,8 +35181,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ParticleFactory__C68472_VT)) failedCast(r0); - s.tmp_0 = r0 = globals.screen___67562; + if (!checkSubtype(r0, particles_ParticleFactory__C84356_VT)) failedCast(r0); + s.tmp_0 = r0 = globals.screen___83446; r0 = (s.arg2 + 128); s.tmp_2 = r0; r0 = (s.tmp_2 >> 8); @@ -35196,12 +35196,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_ParticleFactory_drawParticle__P68475.info = {"start":2265,"length":118,"line":85,"column":8,"endLine":87,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"drawParticle","argumentNames":["this","particle","x","y"]} +particles_ParticleFactory_drawParticle__P84359.info = {"start":2265,"length":118,"line":85,"column":8,"endLine":87,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"drawParticle","argumentNames":["this","particle","x","y"]} -function particles_ParticleFactory_drawParticle__P68475_mk(s) { +function particles_ParticleFactory_drawParticle__P84359_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ParticleFactory_drawParticle__P68475, depth: s.depth + 1, + parent: s, fn: particles_ParticleFactory_drawParticle__P84359, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -35218,7 +35218,7 @@ function particles_ParticleFactory_drawParticle__P68475_mk(s) { -function sprites_BaseSprite___update__P67626(s) { +function sprites_BaseSprite___update__P83510(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -35235,17 +35235,17 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_BaseSprite__C67618_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_BaseSprite__C83502_VT)) failedCast(r0); r0 = undefined; return leave(s, r0) default: oops() } } } -sprites_BaseSprite___update__P67626.info = {"start":1027,"length":46,"line":45,"column":8,"endLine":45,"endColumn":54,"fileName":"pxt_modules/game/basesprite.ts","functionName":"__update","argumentNames":["this","camera","dt"]} +sprites_BaseSprite___update__P83510.info = {"start":1027,"length":46,"line":45,"column":8,"endLine":45,"endColumn":54,"fileName":"pxt_modules/game/basesprite.ts","functionName":"__update","argumentNames":["this","camera","dt"]} -function sprites_BaseSprite___update__P67626_mk(s) { +function sprites_BaseSprite___update__P83510_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_BaseSprite___update__P67626, depth: s.depth + 1, + parent: s, fn: sprites_BaseSprite___update__P83510, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -35256,7 +35256,7 @@ function sprites_BaseSprite___update__P67626_mk(s) { -function sprites_BaseSprite___draw__P67624(s) { +function sprites_BaseSprite___draw__P83508(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -35272,10 +35272,10 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_BaseSprite__C67618_VT)) failedCast(r0); - s.tmp_1 = sprites_BaseSprite__C67618_v0_1_mk(s); + if (!checkSubtype(r0, sprites_BaseSprite__C83502_VT)) failedCast(r0); + s.tmp_1 = sprites_BaseSprite__C83502_v0_1_mk(s); s.tmp_1.arg0 = s.arg0; - if (!checkSubtype(s.tmp_1.arg0, sprites_BaseSprite__C67618_VT)) failedCast(s.tmp_1.arg0); + if (!checkSubtype(s.tmp_1.arg0, sprites_BaseSprite__C83502_VT)) failedCast(s.tmp_1.arg0); s.tmp_1.fn = s.tmp_1.arg0.vtable.methods.__visible; s.pc = 3; return s.tmp_1; case 3: @@ -35283,10 +35283,10 @@ switch (step) { s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 1; continue; } - s.tmp_2 = sprites_BaseSprite__C67618_v2_2_mk(s); + s.tmp_2 = sprites_BaseSprite__C83502_v2_2_mk(s); s.tmp_2.arg0 = s.arg0; s.tmp_2.arg1 = s.arg1; - if (!checkSubtype(s.tmp_2.arg0, sprites_BaseSprite__C67618_VT)) failedCast(s.tmp_2.arg0); + if (!checkSubtype(s.tmp_2.arg0, sprites_BaseSprite__C83502_VT)) failedCast(s.tmp_2.arg0); s.tmp_2.fn = s.tmp_2.arg0.vtable.methods.__drawCore; s.pc = 4; return s.tmp_2; case 4: @@ -35297,12 +35297,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -sprites_BaseSprite___draw__P67624.info = {"start":840,"length":131,"line":37,"column":8,"endLine":41,"endColumn":9,"fileName":"pxt_modules/game/basesprite.ts","functionName":"__draw","argumentNames":["this","camera"]} +sprites_BaseSprite___draw__P83508.info = {"start":840,"length":131,"line":37,"column":8,"endLine":41,"endColumn":9,"fileName":"pxt_modules/game/basesprite.ts","functionName":"__draw","argumentNames":["this","camera"]} -function sprites_BaseSprite___draw__P67624_mk(s) { +function sprites_BaseSprite___draw__P83508_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_BaseSprite___draw__P67624, depth: s.depth + 1, + parent: s, fn: sprites_BaseSprite___draw__P83508, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -35315,7 +35315,7 @@ function sprites_BaseSprite___draw__P67624_mk(s) { -function sprites_BaseSprite___drawCore__P67625(s) { +function sprites_BaseSprite___drawCore__P83509(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -35331,17 +35331,17 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_BaseSprite__C67618_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_BaseSprite__C83502_VT)) failedCast(r0); r0 = undefined; return leave(s, r0) default: oops() } } } -sprites_BaseSprite___drawCore__P67625.info = {"start":981,"length":36,"line":43,"column":8,"endLine":43,"endColumn":44,"fileName":"pxt_modules/game/basesprite.ts","functionName":"__drawCore","argumentNames":["this","camera"]} +sprites_BaseSprite___drawCore__P83509.info = {"start":981,"length":36,"line":43,"column":8,"endLine":43,"endColumn":44,"fileName":"pxt_modules/game/basesprite.ts","functionName":"__drawCore","argumentNames":["this","camera"]} -function sprites_BaseSprite___drawCore__P67625_mk(s) { +function sprites_BaseSprite___drawCore__P83509_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_BaseSprite___drawCore__P67625, depth: s.depth + 1, + parent: s, fn: sprites_BaseSprite___drawCore__P83509, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, arg1: undefined, @@ -35351,7 +35351,7 @@ function sprites_BaseSprite___drawCore__P67625_mk(s) { -function sprites_BaseSprite___visible__P67621(s) { +function sprites_BaseSprite___visible__P83505(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -35366,17 +35366,17 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_BaseSprite__C67618_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_BaseSprite__C83502_VT)) failedCast(r0); r0 = true; return leave(s, r0) default: oops() } } } -sprites_BaseSprite___visible__P67621.info = {"start":524,"length":57,"line":22,"column":8,"endLine":24,"endColumn":9,"fileName":"pxt_modules/game/basesprite.ts","functionName":"__visible","argumentNames":["this"]} +sprites_BaseSprite___visible__P83505.info = {"start":524,"length":57,"line":22,"column":8,"endLine":24,"endColumn":9,"fileName":"pxt_modules/game/basesprite.ts","functionName":"__visible","argumentNames":["this"]} -function sprites_BaseSprite___visible__P67621_mk(s) { +function sprites_BaseSprite___visible__P83505_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_BaseSprite___visible__P67621, depth: s.depth + 1, + parent: s, fn: sprites_BaseSprite___visible__P83505, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -35385,7 +35385,7 @@ function sprites_BaseSprite___visible__P67621_mk(s) { -function particles_ShapeFactory_createParticle__P68502(s) { +function particles_ShapeFactory_createParticle__P84386(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -35395,23 +35395,23 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.p___80834 = undefined; + s.p___96718 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ShapeFactory__C68498_VT)) failedCast(r0); - s.tmp_0 = particles_AreaFactory_createParticle__P68488_mk(s); + if (!checkSubtype(r0, particles_ShapeFactory__C84382_VT)) failedCast(r0); + s.tmp_0 = particles_AreaFactory_createParticle__P84372_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; s.callLocIdx = 1117; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - s.p___80834 = (r0); - s.tmp_0 = r0 = s.p___80834; - s.tmp_2 = Math_FastRandom_randomRange__P68348_mk(s); + s.p___96718 = (r0); + s.tmp_0 = r0 = s.p___96718; + s.tmp_2 = Math_FastRandom_randomRange__P84232_mk(s); r0 = s.arg0.fields["galois"]; s.tmp_2.arg0 = r0; s.tmp_2.arg1 = 1; @@ -35421,21 +35421,21 @@ switch (step) { r0 = s.retval; s.tmp_1 = r0; r0 = (s.tmp_0).fields["color"] = (s.tmp_1); - r0 = s.p___80834; + r0 = s.p___96718; return leave(s, r0) default: oops() } } } -particles_ShapeFactory_createParticle__P68502.info = {"start":7505,"length":178,"line":239,"column":8,"endLine":243,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"createParticle","argumentNames":["this","anchor"]} +particles_ShapeFactory_createParticle__P84386.info = {"start":7505,"length":178,"line":239,"column":8,"endLine":243,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"createParticle","argumentNames":["this","anchor"]} -function particles_ShapeFactory_createParticle__P68502_mk(s) { +function particles_ShapeFactory_createParticle__P84386_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ShapeFactory_createParticle__P68502, depth: s.depth + 1, + parent: s, fn: particles_ShapeFactory_createParticle__P84386, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, - p___80834: undefined, + p___96718: undefined, arg0: undefined, arg1: undefined, } } @@ -35444,7 +35444,7 @@ function particles_ShapeFactory_createParticle__P68502_mk(s) { -function particles_AreaFactory_createParticle__P68488(s) { +function particles_AreaFactory_createParticle__P84372(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -35454,23 +35454,23 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.p___80846 = undefined; + s.p___96730 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_AreaFactory__C68482_VT)) failedCast(r0); - s.tmp_0 = particles_SprayFactory_createParticle__P68478_mk(s); + if (!checkSubtype(r0, particles_AreaFactory__C84366_VT)) failedCast(r0); + s.tmp_0 = particles_SprayFactory_createParticle__P84362_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; s.callLocIdx = 1099; s.pc = 3; return s.tmp_0; case 3: r0 = s.retval; - s.p___80846 = (r0); - s.tmp_0 = r0 = s.p___80846; - s.tmp_2 = Math_FastRandom_randomRange__P68348_mk(s); + s.p___96730 = (r0); + s.tmp_0 = r0 = s.p___96730; + s.tmp_2 = Math_FastRandom_randomRange__P84232_mk(s); r0 = s.arg0.fields["galois"]; s.tmp_2.arg0 = r0; r0 = s.arg0.fields["minLifespan"]; @@ -35482,8 +35482,8 @@ switch (step) { r0 = s.retval; s.tmp_1 = r0; r0 = (s.tmp_0).fields["lifespan"] = (s.tmp_1); - s.tmp_0 = r0 = s.p___80846; - s.tmp_4 = Math_FastRandom_randomRange__P68348_mk(s); + s.tmp_0 = r0 = s.p___96730; + s.tmp_4 = Math_FastRandom_randomRange__P84232_mk(s); r0 = s.arg0.fields["galois"]; s.tmp_4.arg0 = r0; s.tmp_4.arg1 = 0; @@ -35499,7 +35499,7 @@ switch (step) { s.tmp_5 = r0; r0 = (s.tmp_3 - s.tmp_5); s.tmp_2 = r0; - r0 = s.p___80846.fields["_x"]; + r0 = s.p___96730.fields["_x"]; s.tmp_7 = r0; r0 = (s.tmp_2 << 8); s.tmp_8 = r0; @@ -35541,8 +35541,8 @@ switch (step) { case 2: // jmp value (already in r0) s.tmp_4 = r0; - s.tmp_5 = r0 = s.p___80846; - s.tmp_9 = Math_FastRandom_randomRange__P68348_mk(s); + s.tmp_5 = r0 = s.p___96730; + s.tmp_9 = Math_FastRandom_randomRange__P84232_mk(s); r0 = s.arg0.fields["galois"]; s.tmp_9.arg0 = r0; s.tmp_9.arg1 = 0; @@ -35554,23 +35554,23 @@ switch (step) { s.tmp_8 = r0; r0 = (s.tmp_8 - s.tmp_4); s.tmp_7 = r0; - r0 = s.p___80846.fields["_y"]; + r0 = s.p___96730.fields["_y"]; s.tmp_10 = r0; r0 = (s.tmp_7 << 8); s.tmp_11 = r0; r0 = (s.tmp_11 + s.tmp_10); s.tmp_6 = r0; r0 = (s.tmp_5).fields["_y"] = (s.tmp_6); - r0 = s.p___80846; + r0 = s.p___96730; return leave(s, r0) default: oops() } } } -particles_AreaFactory_createParticle__P68488.info = {"start":4334,"length":426,"line":148,"column":8,"endLine":156,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"createParticle","argumentNames":["this","anchor"]} +particles_AreaFactory_createParticle__P84372.info = {"start":4334,"length":426,"line":148,"column":8,"endLine":156,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"createParticle","argumentNames":["this","anchor"]} -function particles_AreaFactory_createParticle__P68488_mk(s) { +function particles_AreaFactory_createParticle__P84372_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_AreaFactory_createParticle__P68488, depth: s.depth + 1, + parent: s, fn: particles_AreaFactory_createParticle__P84372, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -35584,7 +35584,7 @@ function particles_AreaFactory_createParticle__P68488_mk(s) { tmp_9: undefined, tmp_10: undefined, tmp_11: undefined, - p___80846: undefined, + p___96730: undefined, arg0: undefined, arg1: undefined, } } @@ -35593,7 +35593,7 @@ function particles_AreaFactory_createParticle__P68488_mk(s) { -function particles_SprayFactory_createParticle__P68478(s) { +function particles_SprayFactory_createParticle__P84362(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -35603,26 +35603,26 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.p___80894 = undefined; - s.angle___80898 = undefined; + s.p___96778 = undefined; + s.angle___96782 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_SprayFactory__C68476_VT)) failedCast(r0); - s.tmp_0 = particles_ParticleFactory_createParticle__P68474_mk(s); + if (!checkSubtype(r0, particles_SprayFactory__C84360_VT)) failedCast(r0); + s.tmp_0 = particles_ParticleFactory_createParticle__P84358_mk(s); s.tmp_0.arg0 = s.arg0; s.tmp_0.arg1 = s.arg1; s.callLocIdx = 1088; s.pc = 1; return s.tmp_0; case 1: r0 = s.retval; - s.p___80894 = (r0); + s.p___96778 = (r0); r0 = s.arg0.fields["minAngle"]; s.tmp_1 = r0; - s.tmp_3 = Math_FastRandom_randomRange__P68348_mk(s); - s.tmp_3.arg0 = globals.galois___70006; + s.tmp_3 = Math_FastRandom_randomRange__P84232_mk(s); + s.tmp_3.arg0 = globals.galois___85890; s.tmp_3.arg1 = 0; r0 = s.arg0.fields["spread"]; s.tmp_3.arg2 = r0; @@ -35633,9 +35633,9 @@ switch (step) { r0 = (s.tmp_1 + s.tmp_2); s.tmp_0 = r0; r0 = (s.tmp_0 % 100); - s.angle___80898 = (r0); - s.tmp_0 = r0 = s.p___80894; - r0 = pxsim_Array__getAt(globals.cachedSin___70001, s.angle___80898); + s.angle___96782 = (r0); + s.tmp_0 = r0 = s.p___96778; + r0 = pxsim_Array__getAt(globals.cachedSin___85885, s.angle___96782); s.tmp_2 = r0; r0 = s.arg0.fields["speed"]; s.tmp_3 = r0; @@ -35644,8 +35644,8 @@ switch (step) { r0 = (s.tmp_4 >> 8); s.tmp_1 = r0; r0 = (s.tmp_0).fields["vx"] = (s.tmp_1); - s.tmp_0 = r0 = s.p___80894; - r0 = pxsim_Array__getAt(globals.cachedCos___70002, s.angle___80898); + s.tmp_0 = r0 = s.p___96778; + r0 = pxsim_Array__getAt(globals.cachedCos___85886, s.angle___96782); s.tmp_2 = r0; r0 = s.arg0.fields["speed"]; s.tmp_3 = r0; @@ -35654,24 +35654,24 @@ switch (step) { r0 = (s.tmp_4 >> 8); s.tmp_1 = r0; r0 = (s.tmp_0).fields["vy"] = (s.tmp_1); - r0 = s.p___80894; + r0 = s.p___96778; return leave(s, r0) default: oops() } } } -particles_SprayFactory_createParticle__P68478.info = {"start":2851,"length":333,"line":105,"column":8,"endLine":113,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"createParticle","argumentNames":["this","anchor"]} +particles_SprayFactory_createParticle__P84362.info = {"start":2851,"length":333,"line":105,"column":8,"endLine":113,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"createParticle","argumentNames":["this","anchor"]} -function particles_SprayFactory_createParticle__P68478_mk(s) { +function particles_SprayFactory_createParticle__P84362_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_SprayFactory_createParticle__P68478, depth: s.depth + 1, + parent: s, fn: particles_SprayFactory_createParticle__P84362, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, tmp_4: undefined, - p___80894: undefined, - angle___80898: undefined, + p___96778: undefined, + angle___96782: undefined, arg0: undefined, arg1: undefined, } } @@ -35680,7 +35680,7 @@ function particles_SprayFactory_createParticle__P68478_mk(s) { -function scene_Scene_data__P68200(s) { +function scene_Scene_data__P84084(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -35695,18 +35695,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Scene__C68177_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Scene__C84061_VT)) failedCast(r0); r0 = s.arg0.fields["_data"]; return leaveAccessor(s, r0) default: oops() } } } -scene_Scene_data__P68200.info = {"start":6655,"length":53,"line":182,"column":8,"endLine":184,"endColumn":9,"fileName":"pxt_modules/game/scene.ts","functionName":"data","argumentNames":["this"]} -scene_Scene_data__P68200.isGetter = true; +scene_Scene_data__P84084.info = {"start":6655,"length":53,"line":182,"column":8,"endLine":184,"endColumn":9,"fileName":"pxt_modules/game/scene.ts","functionName":"data","argumentNames":["this"]} +scene_Scene_data__P84084.isGetter = true; -function scene_Scene_data__P68200_mk(s) { +function scene_Scene_data__P84084_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Scene_data__P68200, depth: s.depth + 1, + parent: s, fn: scene_Scene_data__P84084, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -35715,7 +35715,7 @@ function scene_Scene_data__P68200_mk(s) { -function controller_AnyButton_isPressed__P69470(s) { +function controller_AnyButton_isPressed__P85354(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -35725,36 +35725,36 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.ctrl___80932 = undefined; - s.b___80936 = undefined; - s.unnamed376___U2 = undefined; - s.unnamed377___U3 = undefined; + s.ctrl___96816 = undefined; + s.b___96820 = undefined; + s.unnamed456___U2 = undefined; + s.unnamed457___U3 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_AnyButton__C69468_VT)) failedCast(r0); - s.tmp_0 = controller__player1__P67677_mk(s); + if (!checkSubtype(r0, controller_AnyButton__C85352_VT)) failedCast(r0); + s.tmp_0 = controller__player1__P83561_mk(s); s.callLocIdx = 148; s.pc = 6; return s.tmp_0; case 6: r0 = s.retval; - s.ctrl___80932 = (r0); - s.b___80936 = (undefined); - r0 = s.ctrl___80932.fields["buttons"]; - s.unnamed376___U2 = (r0); - s.unnamed377___U3 = (0); + s.ctrl___96816 = (r0); + s.b___96820 = (undefined); + r0 = s.ctrl___96816.fields["buttons"]; + s.unnamed456___U2 = (r0); + s.unnamed457___U3 = (0); case 1: - s.tmp_0 = r0 = s.unnamed377___U3; - r0 = pxsim_Array__length(s.unnamed376___U2); + s.tmp_0 = r0 = s.unnamed457___U3; + r0 = pxsim_Array__length(s.unnamed456___U2); s.tmp_1 = r0; r0 = (s.tmp_0 < s.tmp_1); if (!r0) { step = 4; continue; } - r0 = pxsim_Array__getAt(s.unnamed376___U2, s.unnamed377___U3); - s.b___80936 = (r0); - s.tmp_3 = controller_Button__C67663_v0_1_mk(s); - s.tmp_3.arg0 = s.b___80936; - if (!checkSubtype(s.tmp_3.arg0, controller_Button__C67663_VT)) failedCast(s.tmp_3.arg0); + r0 = pxsim_Array__getAt(s.unnamed456___U2, s.unnamed457___U3); + s.b___96820 = (r0); + s.tmp_3 = controller_Button__C83547_v0_1_mk(s); + s.tmp_3.arg0 = s.b___96820; + if (!checkSubtype(s.tmp_3.arg0, controller_Button__C83547_VT)) failedCast(s.tmp_3.arg0); s.tmp_3.fn = s.tmp_3.arg0.vtable.methods.isPressed; s.pc = 7; return s.tmp_3; case 7: @@ -35766,31 +35766,31 @@ switch (step) { { step = 5; continue; } case 2: case 3: - r0 = (s.unnamed377___U3 + 1); - s.unnamed377___U3 = (r0); + r0 = (s.unnamed457___U3 + 1); + s.unnamed457___U3 = (r0); { step = 1; continue; } case 4: - s.unnamed376___U2 = (undefined); + s.unnamed456___U2 = (undefined); r0 = false; case 5: return leave(s, r0) default: oops() } } } -controller_AnyButton_isPressed__P69470.info = {"start":5874,"length":202,"line":185,"column":8,"endLine":192,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"isPressed","argumentNames":["this"]} +controller_AnyButton_isPressed__P85354.info = {"start":5874,"length":202,"line":185,"column":8,"endLine":192,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"isPressed","argumentNames":["this"]} -function controller_AnyButton_isPressed__P69470_mk(s) { +function controller_AnyButton_isPressed__P85354_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_AnyButton_isPressed__P69470, depth: s.depth + 1, + parent: s, fn: controller_AnyButton_isPressed__P85354, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, - ctrl___80932: undefined, - b___80936: undefined, - unnamed376___U2: undefined, - unnamed377___U3: undefined, + ctrl___96816: undefined, + b___96820: undefined, + unnamed456___U2: undefined, + unnamed457___U3: undefined, arg0: undefined, } } @@ -35798,7 +35798,7 @@ function controller_AnyButton_isPressed__P69470_mk(s) { -function controller_Button_toString__P67668(s) { +function controller_Button_toString__P83552(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -35813,7 +35813,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, controller_Button__C67663_VT)) failedCast(r0); + if (!checkSubtype(r0, controller_Button__C83547_VT)) failedCast(r0); r0 = s.arg0.fields["_pressed"]; s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); @@ -35853,12 +35853,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -controller_Button_toString__P67668.info = {"start":1479,"length":100,"line":63,"column":8,"endLine":65,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"toString","argumentNames":["this"]} +controller_Button_toString__P83552.info = {"start":1479,"length":100,"line":63,"column":8,"endLine":65,"endColumn":9,"fileName":"pxt_modules/game/controller.ts","functionName":"toString","argumentNames":["this"]} -function controller_Button_toString__P67668_mk(s) { +function controller_Button_toString__P83552_mk(s) { checkStack(s.depth); return { - parent: s, fn: controller_Button_toString__P67668, depth: s.depth + 1, + parent: s, fn: controller_Button_toString__P83552, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -35874,7 +35874,7 @@ function controller_Button_toString__P67668_mk(s) { -function sprites_StaticObstacle_width__P67920(s) { +function sprites_StaticObstacle_width__P83804(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -35889,20 +35889,20 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_StaticObstacle__C67910_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_StaticObstacle__C83794_VT)) failedCast(r0); r0 = s.arg0.fields["image"]; s.tmp_0 = r0; r0 = pxsim_ImageMethods.width(s.tmp_0); return leaveAccessor(s, r0) default: oops() } } } -sprites_StaticObstacle_width__P67920.info = {"start":1088,"length":68,"line":48,"column":8,"endLine":50,"endColumn":9,"fileName":"pxt_modules/game/obstacle.ts","functionName":"width","argumentNames":["this"]} -sprites_StaticObstacle_width__P67920.isGetter = true; +sprites_StaticObstacle_width__P83804.info = {"start":1088,"length":68,"line":48,"column":8,"endLine":50,"endColumn":9,"fileName":"pxt_modules/game/obstacle.ts","functionName":"width","argumentNames":["this"]} +sprites_StaticObstacle_width__P83804.isGetter = true; -function sprites_StaticObstacle_width__P67920_mk(s) { +function sprites_StaticObstacle_width__P83804_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_StaticObstacle_width__P67920, depth: s.depth + 1, + parent: s, fn: sprites_StaticObstacle_width__P83804, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -35912,7 +35912,7 @@ function sprites_StaticObstacle_width__P67920_mk(s) { -function sprites_StaticObstacle_height__P67919(s) { +function sprites_StaticObstacle_height__P83803(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -35927,20 +35927,20 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_StaticObstacle__C67910_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_StaticObstacle__C83794_VT)) failedCast(r0); r0 = s.arg0.fields["image"]; s.tmp_0 = r0; r0 = pxsim_ImageMethods.height(s.tmp_0); return leaveAccessor(s, r0) default: oops() } } } -sprites_StaticObstacle_height__P67919.info = {"start":1008,"length":70,"line":44,"column":8,"endLine":46,"endColumn":9,"fileName":"pxt_modules/game/obstacle.ts","functionName":"height","argumentNames":["this"]} -sprites_StaticObstacle_height__P67919.isGetter = true; +sprites_StaticObstacle_height__P83803.info = {"start":1008,"length":70,"line":44,"column":8,"endLine":46,"endColumn":9,"fileName":"pxt_modules/game/obstacle.ts","functionName":"height","argumentNames":["this"]} +sprites_StaticObstacle_height__P83803.isGetter = true; -function sprites_StaticObstacle_height__P67919_mk(s) { +function sprites_StaticObstacle_height__P83803_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_StaticObstacle_height__P67919, depth: s.depth + 1, + parent: s, fn: sprites_StaticObstacle_height__P83803, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -35950,7 +35950,7 @@ function sprites_StaticObstacle_height__P67919_mk(s) { -function sprites_StaticObstacle_y__P67918(s) { +function sprites_StaticObstacle_y__P83802(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -35965,7 +35965,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_StaticObstacle__C67910_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_StaticObstacle__C83794_VT)) failedCast(r0); r0 = s.arg0.fields["top"]; s.tmp_0 = r0; r0 = s.arg0.fields["image"]; @@ -35978,13 +35978,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -sprites_StaticObstacle_y__P67918.info = {"start":921,"length":77,"line":40,"column":8,"endLine":42,"endColumn":9,"fileName":"pxt_modules/game/obstacle.ts","functionName":"y","argumentNames":["this"]} -sprites_StaticObstacle_y__P67918.isGetter = true; +sprites_StaticObstacle_y__P83802.info = {"start":921,"length":77,"line":40,"column":8,"endLine":42,"endColumn":9,"fileName":"pxt_modules/game/obstacle.ts","functionName":"y","argumentNames":["this"]} +sprites_StaticObstacle_y__P83802.isGetter = true; -function sprites_StaticObstacle_y__P67918_mk(s) { +function sprites_StaticObstacle_y__P83802_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_StaticObstacle_y__P67918, depth: s.depth + 1, + parent: s, fn: sprites_StaticObstacle_y__P83802, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -35997,7 +35997,7 @@ function sprites_StaticObstacle_y__P67918_mk(s) { -function sprites_StaticObstacle_x__P67917(s) { +function sprites_StaticObstacle_x__P83801(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -36012,7 +36012,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, sprites_StaticObstacle__C67910_VT)) failedCast(r0); + if (!checkSubtype(r0, sprites_StaticObstacle__C83794_VT)) failedCast(r0); r0 = s.arg0.fields["left"]; s.tmp_0 = r0; r0 = s.arg0.fields["image"]; @@ -36025,13 +36025,13 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -sprites_StaticObstacle_x__P67917.info = {"start":834,"length":77,"line":36,"column":8,"endLine":38,"endColumn":9,"fileName":"pxt_modules/game/obstacle.ts","functionName":"x","argumentNames":["this"]} -sprites_StaticObstacle_x__P67917.isGetter = true; +sprites_StaticObstacle_x__P83801.info = {"start":834,"length":77,"line":36,"column":8,"endLine":38,"endColumn":9,"fileName":"pxt_modules/game/obstacle.ts","functionName":"x","argumentNames":["this"]} +sprites_StaticObstacle_x__P83801.isGetter = true; -function sprites_StaticObstacle_x__P67917_mk(s) { +function sprites_StaticObstacle_x__P83801_mk(s) { checkStack(s.depth); return { - parent: s, fn: sprites_StaticObstacle_x__P67917, depth: s.depth + 1, + parent: s, fn: sprites_StaticObstacle_x__P83801, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -36044,7 +36044,7 @@ function sprites_StaticObstacle_x__P67917_mk(s) { -function tiles_Location_y__P68059(s) { +function tiles_Location_y__P83943(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -36054,22 +36054,22 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.scale___80976 = undefined; + s.scale___96860 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_Location__C68054_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_Location__C83938_VT)) failedCast(r0); r0 = s.arg0.fields["tileMap"]; s.tmp_0 = r0; r0 = s.tmp_0.fields["_scale"]; - s.scale___80976 = (r0); + s.scale___96860 = (r0); r0 = s.arg0.fields["_row"]; s.tmp_1 = r0; - r0 = (s.tmp_1 << s.scale___80976); + r0 = (s.tmp_1 << s.scale___96860); s.tmp_0 = r0; - r0 = (s.scale___80976 - 1); + r0 = (s.scale___96860 - 1); s.tmp_3 = r0; r0 = (1 << s.tmp_3); s.tmp_2 = r0; @@ -36077,19 +36077,19 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -tiles_Location_y__P68059.info = {"start":836,"length":135,"line":38,"column":8,"endLine":41,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"y","argumentNames":["this"]} -tiles_Location_y__P68059.isGetter = true; +tiles_Location_y__P83943.info = {"start":836,"length":135,"line":38,"column":8,"endLine":41,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"y","argumentNames":["this"]} +tiles_Location_y__P83943.isGetter = true; -function tiles_Location_y__P68059_mk(s) { +function tiles_Location_y__P83943_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_Location_y__P68059, depth: s.depth + 1, + parent: s, fn: tiles_Location_y__P83943, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, - scale___80976: undefined, + scale___96860: undefined, arg0: undefined, } } @@ -36097,7 +36097,7 @@ function tiles_Location_y__P68059_mk(s) { -function tiles_Location_x__P68058(s) { +function tiles_Location_x__P83942(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -36107,22 +36107,22 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.scale___80993 = undefined; + s.scale___96877 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, tiles_Location__C68054_VT)) failedCast(r0); + if (!checkSubtype(r0, tiles_Location__C83938_VT)) failedCast(r0); r0 = s.arg0.fields["tileMap"]; s.tmp_0 = r0; r0 = s.tmp_0.fields["_scale"]; - s.scale___80993 = (r0); + s.scale___96877 = (r0); r0 = s.arg0.fields["_col"]; s.tmp_1 = r0; - r0 = (s.tmp_1 << s.scale___80993); + r0 = (s.tmp_1 << s.scale___96877); s.tmp_0 = r0; - r0 = (s.scale___80993 - 1); + r0 = (s.scale___96877 - 1); s.tmp_3 = r0; r0 = (1 << s.tmp_3); s.tmp_2 = r0; @@ -36130,19 +36130,19 @@ switch (step) { return leaveAccessor(s, r0) default: oops() } } } -tiles_Location_x__P68058.info = {"start":691,"length":135,"line":33,"column":8,"endLine":36,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"x","argumentNames":["this"]} -tiles_Location_x__P68058.isGetter = true; +tiles_Location_x__P83942.info = {"start":691,"length":135,"line":33,"column":8,"endLine":36,"endColumn":9,"fileName":"pxt_modules/game/tilemap.ts","functionName":"x","argumentNames":["this"]} +tiles_Location_x__P83942.isGetter = true; -function tiles_Location_x__P68058_mk(s) { +function tiles_Location_x__P83942_mk(s) { checkStack(s.depth); return { - parent: s, fn: tiles_Location_x__P68058, depth: s.depth + 1, + parent: s, fn: tiles_Location_x__P83942, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, tmp_2: undefined, tmp_3: undefined, - scale___80993: undefined, + scale___96877: undefined, arg0: undefined, } } @@ -36150,7 +36150,7 @@ function tiles_Location_x__P68058_mk(s) { -function scene_Renderable___drawCore__P68139(s) { +function scene_Renderable___drawCore__P84023(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -36166,10 +36166,10 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Renderable__C68136_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Renderable__C84020_VT)) failedCast(r0); s.tmp_0 = if_handler_3_mk(s); s.tmp_0.arg0 = s.arg0; - s.tmp_0.arg1 = globals.screen___67562; + s.tmp_0.arg1 = globals.screen___83446; s.tmp_0.arg2 = s.arg1; if (!s.tmp_0.arg0.vtable.iface) { setupLambda(s.tmp_0, pxsim_pxtrt.mapGetByString(s.tmp_0.arg0, "handler"), 3); @@ -36186,12 +36186,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_Renderable___drawCore__P68139.info = {"start":390,"length":86,"line":14,"column":8,"endLine":16,"endColumn":9,"fileName":"pxt_modules/game/renderable.ts","functionName":"__drawCore","argumentNames":["this","camera"]} +scene_Renderable___drawCore__P84023.info = {"start":390,"length":86,"line":14,"column":8,"endLine":16,"endColumn":9,"fileName":"pxt_modules/game/renderable.ts","functionName":"__drawCore","argumentNames":["this","camera"]} -function scene_Renderable___drawCore__P68139_mk(s) { +function scene_Renderable___drawCore__P84023_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Renderable___drawCore__P68139, depth: s.depth + 1, + parent: s, fn: scene_Renderable___drawCore__P84023, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -36202,7 +36202,7 @@ function scene_Renderable___drawCore__P68139_mk(s) { -function scene_Renderable___visible__P68138(s) { +function scene_Renderable___visible__P84022(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -36217,7 +36217,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Renderable__C68136_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Renderable__C84020_VT)) failedCast(r0); s.tmp_0 = if_shouldBeVisible_1_mk(s); s.tmp_0.arg0 = s.arg0; if (!s.tmp_0.arg0.vtable.iface) { @@ -36234,12 +36234,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -scene_Renderable___visible__P68138.info = {"start":305,"length":75,"line":10,"column":8,"endLine":12,"endColumn":9,"fileName":"pxt_modules/game/renderable.ts","functionName":"__visible","argumentNames":["this"]} +scene_Renderable___visible__P84022.info = {"start":305,"length":75,"line":10,"column":8,"endLine":12,"endColumn":9,"fileName":"pxt_modules/game/renderable.ts","functionName":"__visible","argumentNames":["this"]} -function scene_Renderable___visible__P68138_mk(s) { +function scene_Renderable___visible__P84022_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Renderable___visible__P68138, depth: s.depth + 1, + parent: s, fn: scene_Renderable___visible__P84022, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, arg0: undefined, @@ -36249,7 +36249,7 @@ function scene_Renderable___visible__P68138_mk(s) { -function Sprite___drawCore__P67841(s) { +function Sprite___drawCore__P83725(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -36259,21 +36259,21 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.ox___81020 = undefined; - s.oy___81028 = undefined; - s.l___81036 = undefined; - s.t___81040 = undefined; - s.font___81056 = undefined; - s.tx___81060 = undefined; - s.ty___81062 = undefined; + s.ox___96904 = undefined; + s.oy___96912 = undefined; + s.l___96920 = undefined; + s.t___96924 = undefined; + s.font___96940 = undefined; + s.tx___96944 = undefined; + s.ty___96946 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); - s.tmp_1 = Sprite_isOutOfScreen__P67840_mk(s); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); + s.tmp_1 = Sprite_isOutOfScreen__P83724_mk(s); s.tmp_1.arg0 = s.arg0; s.tmp_1.arg1 = s.arg1; s.callLocIdx = 291; s.pc = 20; return s.tmp_1; @@ -36298,7 +36298,7 @@ switch (step) { case 4: // jmp value (already in r0) s.tmp_4 = r0; - s.ox___81020 = (s.tmp_4); + s.ox___96904 = (s.tmp_4); r0 = s.arg0.fields["flags"]; s.tmp_1 = r0; r0 = (s.tmp_1 & 512); @@ -36312,35 +36312,35 @@ switch (step) { case 6: // jmp value (already in r0) s.tmp_2 = r0; - s.oy___81028 = (s.tmp_2); - s.tmp_1 = Sprite_left__P67826_mk(s); + s.oy___96912 = (s.tmp_2); + s.tmp_1 = Sprite_left__P83710_mk(s); s.tmp_1.arg0 = s.arg0; s.callLocIdx = 292; s.pc = 21; return s.tmp_1; case 21: r0 = s.retval; s.tmp_0 = r0; - r0 = (s.tmp_0 - s.ox___81020); - s.l___81036 = (r0); - s.tmp_1 = Sprite_top__P67830_mk(s); + r0 = (s.tmp_0 - s.ox___96904); + s.l___96920 = (r0); + s.tmp_1 = Sprite_top__P83714_mk(s); s.tmp_1.arg0 = s.arg0; s.callLocIdx = 293; s.pc = 22; return s.tmp_1; case 22: r0 = s.retval; s.tmp_0 = r0; - r0 = (s.tmp_0 - s.oy___81028); - s.t___81040 = (r0); + r0 = (s.tmp_0 - s.oy___96912); + s.t___96924 = (r0); r0 = s.arg0.fields["_image"]; s.tmp_0 = r0; - r0 = pxsim_ImageMethods.drawTransparentImage(globals.screen___67562, s.tmp_0, s.l___81036, s.t___81040); + r0 = pxsim_ImageMethods.drawTransparentImage(globals.screen___83446, s.tmp_0, s.l___96920, s.t___96924); r0 = s.arg0.fields["flags"]; s.tmp_1 = r0; r0 = (s.tmp_1 & 64); s.tmp_0 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_0); if (!r0) { step = 15; continue; } - s.font___81056 = (globals.font5___67510); - s.tx___81060 = (s.l___81036); - s.tmp_1 = r0 = s.t___81040; + s.font___96940 = (globals.font5___83394); + s.tx___96944 = (s.l___96920); + s.tmp_1 = r0 = s.t___96924; r0 = s.arg0.fields["_image"]; s.tmp_3 = r0; r0 = pxsim_ImageMethods.height(s.tmp_3); @@ -36348,12 +36348,12 @@ switch (step) { r0 = (s.tmp_1 + s.tmp_2); s.tmp_0 = r0; r0 = (s.tmp_0 + 2); - s.ty___81062 = (r0); - s.tmp_0 = helpers_imagePrint__P67520_mk(s); - s.tmp_0.arg0 = globals.screen___67562; + s.ty___96946 = (r0); + s.tmp_0 = helpers_imagePrint__P83404_mk(s); + s.tmp_0.arg0 = globals.screen___83446; r0 = pxsim_String_.mkEmpty(); s.tmp_3 = r0; - s.tmp_7 = Sprite_x__P67789_mk(s); + s.tmp_7 = Sprite_x__P83673_mk(s); s.tmp_7.arg0 = s.arg0; s.callLocIdx = 295; s.pc = 24; return s.tmp_7; case 24: @@ -36374,7 +36374,7 @@ switch (step) { s.tmp_2 = r0; r0 = pxsim_String__concat(s.tmp_2, ","); s.tmp_1 = r0; - s.tmp_11 = Sprite_y__P67791_mk(s); + s.tmp_11 = Sprite_y__P83675_mk(s); s.tmp_11.arg0 = s.arg0; s.callLocIdx = 296; s.pc = 26; return s.tmp_11; case 26: @@ -36393,17 +36393,17 @@ switch (step) { s.tmp_8 = r0; r0 = pxsim_String__concat(s.tmp_1, s.tmp_8); s.tmp_0.arg1 = r0; - s.tmp_0.arg2 = s.tx___81060; - s.tmp_0.arg3 = s.ty___81062; + s.tmp_0.arg2 = s.tx___96944; + s.tmp_0.arg3 = s.ty___96946; s.tmp_0.arg4 = 1; - s.tmp_0.arg5 = s.font___81056; + s.tmp_0.arg5 = s.font___96940; s.tmp_0.arg6 = undefined; s.callLocIdx = 297; s.pc = 23; return s.tmp_0; case 23: r0 = s.retval; - s.tmp_0 = r0 = s.tx___81060; + s.tmp_0 = r0 = s.tx___96944; s.tmp_2 = if_charWidth_1_mk(s); - s.tmp_2.arg0 = s.font___81056; + s.tmp_2.arg0 = s.font___96940; if (!s.tmp_2.arg0.vtable.iface) { s.retval = pxsim_pxtrt.mapGetByString(s.tmp_2.arg0, "charWidth"); } else { @@ -36416,8 +36416,8 @@ switch (step) { r0 = s.retval; s.tmp_1 = r0; r0 = (s.tmp_0 - s.tmp_1); - s.tx___81060 = (r0); - s.tmp_1 = Sprite_vx__P67793_mk(s); + s.tx___96944 = (r0); + s.tmp_1 = Sprite_vx__P83677_mk(s); s.tmp_1.arg0 = s.arg0; s.callLocIdx = 299; s.pc = 29; return s.tmp_1; case 29: @@ -36428,7 +36428,7 @@ switch (step) { r0 = s.tmp_0; { step = 8; continue; } case 7: - s.tmp_2 = Sprite_vy__P67795_mk(s); + s.tmp_2 = Sprite_vy__P83679_mk(s); s.tmp_2.arg0 = s.arg0; s.callLocIdx = 300; s.pc = 30; return s.tmp_2; case 30: @@ -36438,9 +36438,9 @@ switch (step) { s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 9; continue; } - s.tmp_4 = r0 = s.ty___81062; + s.tmp_4 = r0 = s.ty___96946; s.tmp_7 = if_charHeight_1_mk(s); - s.tmp_7.arg0 = s.font___81056; + s.tmp_7.arg0 = s.font___96940; if (!s.tmp_7.arg0.vtable.iface) { s.retval = pxsim_pxtrt.mapGetByString(s.tmp_7.arg0, "charHeight"); } else { @@ -36455,10 +36455,10 @@ switch (step) { r0 = (s.tmp_6 + 2); s.tmp_5 = r0; r0 = (s.tmp_4 + s.tmp_5); - s.ty___81062 = (r0); - s.tmp_0 = helpers_imagePrint__P67520_mk(s); - s.tmp_0.arg0 = globals.screen___67562; - s.tmp_6 = Sprite_vx__P67793_mk(s); + s.ty___96946 = (r0); + s.tmp_0 = helpers_imagePrint__P83404_mk(s); + s.tmp_0.arg0 = globals.screen___83446; + s.tmp_6 = Sprite_vx__P83677_mk(s); s.tmp_6.arg0 = s.arg0; s.callLocIdx = 302; s.pc = 33; return s.tmp_6; case 33: @@ -36479,7 +36479,7 @@ switch (step) { s.tmp_2 = r0; r0 = pxsim_String__concat(s.tmp_2, ","); s.tmp_1 = r0; - s.tmp_10 = Sprite_vy__P67795_mk(s); + s.tmp_10 = Sprite_vy__P83679_mk(s); s.tmp_10.arg0 = s.arg0; s.callLocIdx = 303; s.pc = 35; return s.tmp_10; case 35: @@ -36498,17 +36498,17 @@ switch (step) { s.tmp_7 = r0; r0 = pxsim_String__concat(s.tmp_1, s.tmp_7); s.tmp_0.arg1 = r0; - s.tmp_0.arg2 = s.tx___81060; - s.tmp_0.arg3 = s.ty___81062; + s.tmp_0.arg2 = s.tx___96944; + s.tmp_0.arg3 = s.ty___96946; s.tmp_0.arg4 = 1; - s.tmp_0.arg5 = s.font___81056; + s.tmp_0.arg5 = s.font___96940; s.tmp_0.arg6 = undefined; s.callLocIdx = 304; s.pc = 32; return s.tmp_0; case 32: r0 = s.retval; case 9: case 10: - s.tmp_1 = Sprite_ax__P67797_mk(s); + s.tmp_1 = Sprite_ax__P83681_mk(s); s.tmp_1.arg0 = s.arg0; s.callLocIdx = 305; s.pc = 37; return s.tmp_1; case 37: @@ -36519,7 +36519,7 @@ switch (step) { r0 = s.tmp_0; { step = 12; continue; } case 11: - s.tmp_2 = Sprite_ay__P67799_mk(s); + s.tmp_2 = Sprite_ay__P83683_mk(s); s.tmp_2.arg0 = s.arg0; s.callLocIdx = 306; s.pc = 38; return s.tmp_2; case 38: @@ -36529,9 +36529,9 @@ switch (step) { s.tmp_3 = r0; r0 = pxsim_numops_toBoolDecr(s.tmp_3); if (!r0) { step = 13; continue; } - s.tmp_4 = r0 = s.ty___81062; + s.tmp_4 = r0 = s.ty___96946; s.tmp_7 = if_charHeight_1_mk(s); - s.tmp_7.arg0 = s.font___81056; + s.tmp_7.arg0 = s.font___96940; if (!s.tmp_7.arg0.vtable.iface) { s.retval = pxsim_pxtrt.mapGetByString(s.tmp_7.arg0, "charHeight"); } else { @@ -36546,10 +36546,10 @@ switch (step) { r0 = (s.tmp_6 + 2); s.tmp_5 = r0; r0 = (s.tmp_4 + s.tmp_5); - s.ty___81062 = (r0); - s.tmp_0 = helpers_imagePrint__P67520_mk(s); - s.tmp_0.arg0 = globals.screen___67562; - s.tmp_6 = Sprite_ax__P67797_mk(s); + s.ty___96946 = (r0); + s.tmp_0 = helpers_imagePrint__P83404_mk(s); + s.tmp_0.arg0 = globals.screen___83446; + s.tmp_6 = Sprite_ax__P83681_mk(s); s.tmp_6.arg0 = s.arg0; s.callLocIdx = 308; s.pc = 41; return s.tmp_6; case 41: @@ -36570,7 +36570,7 @@ switch (step) { s.tmp_2 = r0; r0 = pxsim_String__concat(s.tmp_2, ","); s.tmp_1 = r0; - s.tmp_10 = Sprite_ay__P67799_mk(s); + s.tmp_10 = Sprite_ay__P83683_mk(s); s.tmp_10.arg0 = s.arg0; s.callLocIdx = 309; s.pc = 43; return s.tmp_10; case 43: @@ -36589,10 +36589,10 @@ switch (step) { s.tmp_7 = r0; r0 = pxsim_String__concat(s.tmp_1, s.tmp_7); s.tmp_0.arg1 = r0; - s.tmp_0.arg2 = s.tx___81060; - s.tmp_0.arg3 = s.ty___81062; + s.tmp_0.arg2 = s.tx___96944; + s.tmp_0.arg3 = s.ty___96946; s.tmp_0.arg4 = 1; - s.tmp_0.arg5 = s.font___81056; + s.tmp_0.arg5 = s.font___96940; s.tmp_0.arg6 = undefined; s.callLocIdx = 310; s.pc = 40; return s.tmp_0; case 40: @@ -36601,11 +36601,11 @@ switch (step) { case 14: case 15: case 16: - r0 = pxsim_numops_toBoolDecr(globals.debug___68286); + r0 = pxsim_numops_toBoolDecr(globals.debug___84170); if (!r0) { step = 17; continue; } - s.tmp_0 = helpers_imageDrawRect__P67491_mk(s); - s.tmp_0.arg0 = globals.screen___67562; - s.tmp_3 = game_Hitbox_left__P67726_mk(s); + s.tmp_0 = helpers_imageDrawRect__P83375_mk(s); + s.tmp_0.arg0 = globals.screen___83446; + s.tmp_3 = game_Hitbox_left__P83610_mk(s); r0 = s.arg0.fields["_hitbox"]; s.tmp_3.arg0 = r0; s.callLocIdx = 311; s.pc = 46; return s.tmp_3; @@ -36616,9 +36616,9 @@ switch (step) { s.tmp_4 = r0; r0 = (s.tmp_4 >> 8); s.tmp_1 = r0; - r0 = (s.tmp_1 - s.ox___81020); + r0 = (s.tmp_1 - s.ox___96904); s.tmp_0.arg1 = r0; - s.tmp_7 = game_Hitbox_top__P67727_mk(s); + s.tmp_7 = game_Hitbox_top__P83611_mk(s); r0 = s.arg0.fields["_hitbox"]; s.tmp_7.arg0 = r0; s.callLocIdx = 313; s.pc = 47; return s.tmp_7; @@ -36629,7 +36629,7 @@ switch (step) { s.tmp_8 = r0; r0 = (s.tmp_8 >> 8); s.tmp_5 = r0; - r0 = (s.tmp_5 - s.oy___81028); + r0 = (s.tmp_5 - s.oy___96912); s.tmp_0.arg2 = r0; r0 = s.arg0.fields["_hitbox"]; r0 = r0.fields["width"]; @@ -36656,12 +36656,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite___drawCore__P67841.info = {"start":21043,"length":1383,"line":646,"column":4,"endLine":684,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"__drawCore","argumentNames":["this","camera"]} +Sprite___drawCore__P83725.info = {"start":21043,"length":1383,"line":646,"column":4,"endLine":684,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"__drawCore","argumentNames":["this","camera"]} -function Sprite___drawCore__P67841_mk(s) { +function Sprite___drawCore__P83725_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite___drawCore__P67841, depth: s.depth + 1, + parent: s, fn: Sprite___drawCore__P83725, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -36676,13 +36676,13 @@ function Sprite___drawCore__P67841_mk(s) { tmp_10: undefined, tmp_11: undefined, tmp_12: undefined, - ox___81020: undefined, - oy___81028: undefined, - l___81036: undefined, - t___81040: undefined, - font___81056: undefined, - tx___81060: undefined, - ty___81062: undefined, + ox___96904: undefined, + oy___96912: undefined, + l___96920: undefined, + t___96924: undefined, + font___96940: undefined, + tx___96944: undefined, + ty___96946: undefined, arg0: undefined, arg1: undefined, } } @@ -36691,7 +36691,7 @@ function Sprite___drawCore__P67841_mk(s) { -function Sprite___visible__P67823(s) { +function Sprite___visible__P83707(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -36706,7 +36706,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Sprite__C67780_VT)) failedCast(r0); + if (!checkSubtype(r0, Sprite__C83664_VT)) failedCast(r0); r0 = s.arg0.fields["flags"]; s.tmp_2 = r0; r0 = (s.tmp_2 & 128); @@ -36717,12 +36717,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Sprite___visible__P67823.info = {"start":8508,"length":72,"line":307,"column":4,"endLine":309,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"__visible","argumentNames":["this"]} +Sprite___visible__P83707.info = {"start":8508,"length":72,"line":307,"column":4,"endLine":309,"endColumn":5,"fileName":"pxt_modules/game/sprite.ts","functionName":"__visible","argumentNames":["this"]} -function Sprite___visible__P67823_mk(s) { +function Sprite___visible__P83707_mk(s) { checkStack(s.depth); return { - parent: s, fn: Sprite___visible__P67823, depth: s.depth + 1, + parent: s, fn: Sprite___visible__P83707, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -36734,7 +36734,7 @@ function Sprite___visible__P67823_mk(s) { -function scene_Camera_top__P68131(s) { +function scene_Camera_top__P84015(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -36749,18 +36749,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Camera__C68118_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Camera__C84002_VT)) failedCast(r0); r0 = s.arg0.fields["drawOffsetY"]; return leaveAccessor(s, r0) default: oops() } } } -scene_Camera_top__P68131.info = {"start":1638,"length":58,"line":58,"column":8,"endLine":60,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"top","argumentNames":["this"]} -scene_Camera_top__P68131.isGetter = true; +scene_Camera_top__P84015.info = {"start":1638,"length":58,"line":58,"column":8,"endLine":60,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"top","argumentNames":["this"]} +scene_Camera_top__P84015.isGetter = true; -function scene_Camera_top__P68131_mk(s) { +function scene_Camera_top__P84015_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Camera_top__P68131, depth: s.depth + 1, + parent: s, fn: scene_Camera_top__P84015, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -36769,7 +36769,7 @@ function scene_Camera_top__P68131_mk(s) { -function scene_Camera_left__P68129(s) { +function scene_Camera_left__P84013(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -36784,18 +36784,18 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, scene_Camera__C68118_VT)) failedCast(r0); + if (!checkSubtype(r0, scene_Camera__C84002_VT)) failedCast(r0); r0 = s.arg0.fields["drawOffsetX"]; return leaveAccessor(s, r0) default: oops() } } } -scene_Camera_left__P68129.info = {"start":1486,"length":59,"line":52,"column":8,"endLine":54,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"left","argumentNames":["this"]} -scene_Camera_left__P68129.isGetter = true; +scene_Camera_left__P84013.info = {"start":1486,"length":59,"line":52,"column":8,"endLine":54,"endColumn":9,"fileName":"pxt_modules/game/camera.ts","functionName":"left","argumentNames":["this"]} +scene_Camera_left__P84013.isGetter = true; -function scene_Camera_left__P68129_mk(s) { +function scene_Camera_left__P84013_mk(s) { checkStack(s.depth); return { - parent: s, fn: scene_Camera_left__P68129, depth: s.depth + 1, + parent: s, fn: scene_Camera_left__P84013, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, arg0: undefined, } } @@ -36804,7 +36804,7 @@ function scene_Camera_left__P68129_mk(s) { -function particles_ShapeFactory_drawParticle__P68501(s) { +function particles_ShapeFactory_drawParticle__P84385(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -36814,7 +36814,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.pImage___81187 = undefined; + s.pImage___97071 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -36823,8 +36823,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_ShapeFactory__C68498_VT)) failedCast(r0); - s.tmp_1 = Math_FastRandom_pickRandom__P68349_mk(s); + if (!checkSubtype(r0, particles_ShapeFactory__C84382_VT)) failedCast(r0); + s.tmp_1 = Math_FastRandom_pickRandom__P84233_mk(s); r0 = s.arg0.fields["galois"]; s.tmp_1.arg0 = r0; r0 = s.arg0.fields["sources"]; @@ -36834,12 +36834,12 @@ switch (step) { r0 = s.retval; s.tmp_0 = r0; r0 = pxsim_ImageMethods.clone(s.tmp_0); - s.pImage___81187 = (r0); + s.pImage___97071 = (r0); r0 = s.arg1.fields["color"]; s.tmp_0 = r0; - r0 = pxsim_ImageMethods.replace(s.pImage___81187, 15, s.tmp_0); - s.tmp_0 = r0 = globals.screen___67562; - s.tmp_1 = r0 = s.pImage___81187; + r0 = pxsim_ImageMethods.replace(s.pImage___97071, 15, s.tmp_0); + s.tmp_0 = r0 = globals.screen___83446; + s.tmp_1 = r0 = s.pImage___97071; r0 = s.arg0.fields["ox"]; s.tmp_4 = r0; r0 = (s.arg2 - s.tmp_4); @@ -36861,12 +36861,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_ShapeFactory_drawParticle__P68501.info = {"start":7172,"length":323,"line":229,"column":8,"endLine":237,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"drawParticle","argumentNames":["this","p","x","y"]} +particles_ShapeFactory_drawParticle__P84385.info = {"start":7172,"length":323,"line":229,"column":8,"endLine":237,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"drawParticle","argumentNames":["this","p","x","y"]} -function particles_ShapeFactory_drawParticle__P68501_mk(s) { +function particles_ShapeFactory_drawParticle__P84385_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_ShapeFactory_drawParticle__P68501, depth: s.depth + 1, + parent: s, fn: particles_ShapeFactory_drawParticle__P84385, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -36878,7 +36878,7 @@ function particles_ShapeFactory_drawParticle__P68501_mk(s) { tmp_7: undefined, tmp_8: undefined, tmp_9: undefined, - pImage___81187: undefined, + pImage___97071: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -36889,7 +36889,7 @@ function particles_ShapeFactory_drawParticle__P68501_mk(s) { -function Math_FastRandom_pickRandom__P68349(s) { +function Math_FastRandom_pickRandom__P84233(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -36905,7 +36905,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, Math_FastRandom__C68344_VT)) failedCast(r0); + if (!checkSubtype(r0, Math_FastRandom__C84228_VT)) failedCast(r0); r0 = pxsim_numops_toBoolDecr(s.arg1); s.tmp_1 = r0; r0 = pxsim_Boolean__bang(s.tmp_1); @@ -36928,7 +36928,7 @@ switch (step) { case 3: case 4: s.tmp_4 = r0 = s.arg1; - s.tmp_6 = Math_FastRandom_randomRange__P68348_mk(s); + s.tmp_6 = Math_FastRandom_randomRange__P84232_mk(s); s.tmp_6.arg0 = s.arg0; s.tmp_6.arg1 = 0; r0 = pxsim_Array__length(s.arg1); @@ -36944,12 +36944,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -Math_FastRandom_pickRandom__P68349.info = {"start":2358,"length":192,"line":70,"column":8,"endLine":75,"endColumn":9,"fileName":"pxt_modules/game/mathUtil.ts","functionName":"pickRandom","argumentNames":["this","list"]} +Math_FastRandom_pickRandom__P84233.info = {"start":2358,"length":192,"line":70,"column":8,"endLine":75,"endColumn":9,"fileName":"pxt_modules/game/mathUtil.ts","functionName":"pickRandom","argumentNames":["this","list"]} -function Math_FastRandom_pickRandom__P68349_mk(s) { +function Math_FastRandom_pickRandom__P84233_mk(s) { checkStack(s.depth); return { - parent: s, fn: Math_FastRandom_pickRandom__P68349, depth: s.depth + 1, + parent: s, fn: Math_FastRandom_pickRandom__P84233, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -36967,7 +36967,7 @@ function Math_FastRandom_pickRandom__P68349_mk(s) { -function particles_AreaFactory_drawParticle__P68489(s) { +function particles_AreaFactory_drawParticle__P84373(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -36977,7 +36977,7 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re switch (step) { case 0: - s.col___81233 = undefined; + s.col___97117 = undefined; if (s.lambdaArgs) { s.arg0 = (s.lambdaArgs[0]); s.arg1 = (s.lambdaArgs[1]); @@ -36986,7 +36986,7 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_AreaFactory__C68482_VT)) failedCast(r0); + if (!checkSubtype(r0, particles_AreaFactory__C84366_VT)) failedCast(r0); r0 = s.arg1.fields["lifespan"]; s.tmp_1 = r0; r0 = (s.tmp_1 > 500); @@ -37013,8 +37013,8 @@ switch (step) { case 4: // jmp value (already in r0) s.tmp_5 = r0; - s.col___81233 = (s.tmp_5); - s.tmp_0 = r0 = globals.screen___67562; + s.col___97117 = (s.tmp_5); + s.tmp_0 = r0 = globals.screen___83446; r0 = (s.arg2 + 128); s.tmp_2 = r0; r0 = (s.tmp_2 >> 8); @@ -37023,17 +37023,17 @@ switch (step) { s.tmp_4 = r0; r0 = (s.tmp_4 >> 8); s.tmp_3 = r0; - r0 = pxsim_ImageMethods.setPixel(s.tmp_0, s.tmp_1, s.tmp_3, s.col___81233); + r0 = pxsim_ImageMethods.setPixel(s.tmp_0, s.tmp_1, s.tmp_3, s.col___97117); r0 = undefined; return leave(s, r0) default: oops() } } } -particles_AreaFactory_drawParticle__P68489.info = {"start":4770,"length":222,"line":158,"column":8,"endLine":163,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"drawParticle","argumentNames":["this","p","x","y"]} +particles_AreaFactory_drawParticle__P84373.info = {"start":4770,"length":222,"line":158,"column":8,"endLine":163,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"drawParticle","argumentNames":["this","p","x","y"]} -function particles_AreaFactory_drawParticle__P68489_mk(s) { +function particles_AreaFactory_drawParticle__P84373_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_AreaFactory_drawParticle__P68489, depth: s.depth + 1, + parent: s, fn: particles_AreaFactory_drawParticle__P84373, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -37041,7 +37041,7 @@ function particles_AreaFactory_drawParticle__P68489_mk(s) { tmp_3: undefined, tmp_4: undefined, tmp_5: undefined, - col___81233: undefined, + col___97117: undefined, arg0: undefined, arg1: undefined, arg2: undefined, @@ -37052,7 +37052,7 @@ function particles_AreaFactory_drawParticle__P68489_mk(s) { -function particles_SprayFactory_drawParticle__P68479(s) { +function particles_SprayFactory_drawParticle__P84363(s) { let r0 = s.r0, step = s.pc; s.pc = -1; @@ -37070,8 +37070,8 @@ switch (step) { s.lambdaArgs = null; } r0 = s.arg0; - if (!checkSubtype(r0, particles_SprayFactory__C68476_VT)) failedCast(r0); - s.tmp_0 = r0 = globals.screen___67562; + if (!checkSubtype(r0, particles_SprayFactory__C84360_VT)) failedCast(r0); + s.tmp_0 = r0 = globals.screen___83446; r0 = (s.arg2 + 128); s.tmp_2 = r0; r0 = (s.tmp_2 >> 8); @@ -37085,12 +37085,12 @@ switch (step) { return leave(s, r0) default: oops() } } } -particles_SprayFactory_drawParticle__P68479.info = {"start":3194,"length":118,"line":115,"column":8,"endLine":117,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"drawParticle","argumentNames":["this","particle","x","y"]} +particles_SprayFactory_drawParticle__P84363.info = {"start":3194,"length":118,"line":115,"column":8,"endLine":117,"endColumn":9,"fileName":"pxt_modules/game/particlefactories.ts","functionName":"drawParticle","argumentNames":["this","particle","x","y"]} -function particles_SprayFactory_drawParticle__P68479_mk(s) { +function particles_SprayFactory_drawParticle__P84363_mk(s) { checkStack(s.depth); return { - parent: s, fn: particles_SprayFactory_drawParticle__P68479, depth: s.depth + 1, + parent: s, fn: particles_SprayFactory_drawParticle__P84363, depth: s.depth + 1, pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null, tmp_0: undefined, tmp_1: undefined, @@ -37165,7 +37165,7 @@ function if_flags_1_mk(s) { } } -function particles_ParticleFactory__C68472_v0_2_mk(s) { +function particles_ParticleFactory__C84356_v0_2_mk(s) { checkStack(s.depth); return { parent: s, fn: null, depth: s.depth + 1, @@ -37180,7 +37180,7 @@ function particles_ParticleFactory__C68472_v0_2_mk(s) { } } -function particles_ParticleSource__C68436_v4_3_mk(s) { +function particles_ParticleSource__C84320_v4_3_mk(s) { checkStack(s.depth); return { parent: s, fn: null, depth: s.depth + 1, @@ -37267,7 +37267,7 @@ function if_id_2_mk(s) { } } -function PhysicsEngine__C67923_v4_2_mk(s) { +function PhysicsEngine__C83807_v4_2_mk(s) { checkStack(s.depth); return { parent: s, fn: null, depth: s.depth + 1, @@ -37298,7 +37298,7 @@ function if___update_3_mk(s) { } } -function PhysicsEngine__C67923_v3_1_mk(s) { +function PhysicsEngine__C83807_v3_1_mk(s) { checkStack(s.depth); return { parent: s, fn: null, depth: s.depth + 1, @@ -37439,7 +37439,7 @@ function if_id_1_mk(s) { } } -function controller_Button__C67663_v0_1_mk(s) { +function controller_Button__C83547_v0_1_mk(s) { checkStack(s.depth); return { parent: s, fn: null, depth: s.depth + 1, @@ -37544,7 +37544,7 @@ function if_sourceFactory_3_mk(s) { } } -function PhysicsEngine__C67923_v1_2_mk(s) { +function PhysicsEngine__C83807_v1_2_mk(s) { checkStack(s.depth); return { parent: s, fn: null, depth: s.depth + 1, @@ -37742,7 +37742,7 @@ function if_getText_1_mk(s) { } } -function PhysicsEngine__C67923_v2_4_mk(s) { +function PhysicsEngine__C83807_v2_4_mk(s) { checkStack(s.depth); return { parent: s, fn: null, depth: s.depth + 1, @@ -37816,7 +37816,7 @@ function if_z_2_mk(s) { } } -function PhysicsEngine__C67923_v0_2_mk(s) { +function PhysicsEngine__C83807_v0_2_mk(s) { checkStack(s.depth); return { parent: s, fn: null, depth: s.depth + 1, @@ -37905,7 +37905,7 @@ function if_updateSay_3_mk(s) { } } -function particles_ParticleFactory__C68472_v1_4_mk(s) { +function particles_ParticleFactory__C84356_v1_4_mk(s) { checkStack(s.depth); return { parent: s, fn: null, depth: s.depth + 1, @@ -37922,7 +37922,7 @@ function particles_ParticleFactory__C68472_v1_4_mk(s) { } } -function sprites_BaseSprite__C67618_v0_1_mk(s) { +function sprites_BaseSprite__C83502_v0_1_mk(s) { checkStack(s.depth); return { parent: s, fn: null, depth: s.depth + 1, @@ -37936,7 +37936,7 @@ function sprites_BaseSprite__C67618_v0_1_mk(s) { } } -function sprites_BaseSprite__C67618_v2_2_mk(s) { +function sprites_BaseSprite__C83502_v2_2_mk(s) { checkStack(s.depth); return { parent: s, fn: null, depth: s.depth + 1, @@ -38064,14 +38064,14 @@ function if_width_1_mk(s) { arg0: undefined, } } -const controller_Button__C67663_VT = mkVTable({ +const controller_Button__C83547_VT = mkVTable({ name: "Button", numFields: 7, classNo: 16, lastSubtypeNo: 17, maxBgInstances: null, methods: { - "isPressed": controller_Button_isPressed__P67672, + "isPressed": controller_Button_isPressed__P83556, }, iface: { "_owner": null, @@ -38088,26 +38088,26 @@ const controller_Button__C67663_VT = mkVTable({ "set/_pressedElasped": null, "_repeatCount": null, "set/_repeatCount": null, - "toString": controller_Button_toString__P67668, - "raiseButtonUp": controller_Button_raiseButtonUp__P69465, - "raiseButtonDown": controller_Button_raiseButtonDown__P69466, - "raiseButtonRepeat": controller_Button_raiseButtonRepeat__P69467, - "onEvent": controller_Button_onEvent__P67670, - "isPressed": controller_Button_isPressed__P67672, - "pressureLevel": controller_Button_pressureLevel__P67673, - "setPressed": controller_Button_setPressed__P67674, - "__update": controller_Button___update__P67675, + "toString": controller_Button_toString__P83552, + "raiseButtonUp": controller_Button_raiseButtonUp__P85349, + "raiseButtonDown": controller_Button_raiseButtonDown__P85350, + "raiseButtonRepeat": controller_Button_raiseButtonRepeat__P85351, + "onEvent": controller_Button_onEvent__P83554, + "isPressed": controller_Button_isPressed__P83556, + "pressureLevel": controller_Button_pressureLevel__P83557, + "setPressed": controller_Button_setPressed__P83558, + "__update": controller_Button___update__P83559, }, - toStringMethod: controller_Button_toString__P67668, + toStringMethod: controller_Button_toString__P83552, }); -const controller_AnyButton__C69468_VT = mkVTable({ +const controller_AnyButton__C85352_VT = mkVTable({ name: "AnyButton", numFields: 7, classNo: 17, lastSubtypeNo: 17, maxBgInstances: null, methods: { - "isPressed": controller_AnyButton_isPressed__P69470, + "isPressed": controller_AnyButton_isPressed__P85354, }, iface: { "_owner": null, @@ -38124,18 +38124,18 @@ const controller_AnyButton__C69468_VT = mkVTable({ "set/_pressedElasped": null, "_repeatCount": null, "set/_repeatCount": null, - "isPressed": controller_AnyButton_isPressed__P69470, - "toString": controller_Button_toString__P67668, - "raiseButtonUp": controller_Button_raiseButtonUp__P69465, - "raiseButtonDown": controller_Button_raiseButtonDown__P69466, - "raiseButtonRepeat": controller_Button_raiseButtonRepeat__P69467, - "onEvent": controller_Button_onEvent__P67670, - "pressureLevel": controller_Button_pressureLevel__P67673, - "setPressed": controller_Button_setPressed__P67674, - "__update": controller_Button___update__P67675, + "isPressed": controller_AnyButton_isPressed__P85354, + "toString": controller_Button_toString__P83552, + "raiseButtonUp": controller_Button_raiseButtonUp__P85349, + "raiseButtonDown": controller_Button_raiseButtonDown__P85350, + "raiseButtonRepeat": controller_Button_raiseButtonRepeat__P85351, + "onEvent": controller_Button_onEvent__P83554, + "pressureLevel": controller_Button_pressureLevel__P83557, + "setPressed": controller_Button_setPressed__P83558, + "__update": controller_Button___update__P83559, }, }); -const Math_FastRandom__C68344_VT = mkVTable({ +const Math_FastRandom__C84228_VT = mkVTable({ name: "FastRandom", numFields: 2, classNo: 18, @@ -38148,12 +38148,12 @@ const Math_FastRandom__C68344_VT = mkVTable({ "set/lfsr": null, "seed": null, "set/seed": null, - "next": Math_FastRandom_next__P68347, - "randomRange": Math_FastRandom_randomRange__P68348, - "pickRandom": Math_FastRandom_pickRandom__P68349, + "next": Math_FastRandom_next__P84231, + "randomRange": Math_FastRandom_randomRange__P84232, + "pickRandom": Math_FastRandom_pickRandom__P84233, }, }); -const texteffects_TextEffect__C68589_VT = mkVTable({ +const texteffects_TextEffect__C84473_VT = mkVTable({ name: "TextEffect", numFields: 1, classNo: 19, @@ -38166,7 +38166,7 @@ const texteffects_TextEffect__C68589_VT = mkVTable({ "set/getState": null, }, }); -const scene_Background__C68030_VT = mkVTable({ +const scene_Background__C83914_VT = mkVTable({ name: "Background", numFields: 4, classNo: 20, @@ -38183,12 +38183,12 @@ const scene_Background__C68030_VT = mkVTable({ "set/camera": null, "_layers": null, "set/_layers": null, - "image": scene_Background_image__P68036, - "set/image": scene_Background_image__P68037, - "draw": scene_Background_draw__P68039, + "image": scene_Background_image__P83920, + "set/image": scene_Background_image__P83921, + "draw": scene_Background_draw__P83923, }, }); -const control_EventContext__C66144_VT = mkVTable({ +const control_EventContext__C82028_VT = mkVTable({ name: "EventContext", numFields: 9, classNo: 21, @@ -38215,16 +38215,16 @@ const control_EventContext__C66144_VT = mkVTable({ "set/idleCallbacks": null, "runningCallbacks": null, "set/runningCallbacks": null, - "deltaTime": control_EventContext_deltaTime__P66149, - "runCallbacks": control_EventContext_runCallbacks__P69310, - "registerFrameCallbacks": control_EventContext_registerFrameCallbacks__P69311, - "register": control_EventContext_register__P66150, - "unregister": control_EventContext_unregister__P66151, - "registerFrameHandler": control_EventContext_registerFrameHandler__P66152, - "registerHandler": control_EventContext_registerHandler__P66154, + "deltaTime": control_EventContext_deltaTime__P82033, + "runCallbacks": control_EventContext_runCallbacks__P85194, + "registerFrameCallbacks": control_EventContext_registerFrameCallbacks__P85195, + "register": control_EventContext_register__P82034, + "unregister": control_EventContext_unregister__P82035, + "registerFrameHandler": control_EventContext_registerFrameHandler__P82036, + "registerHandler": control_EventContext_registerHandler__P82038, }, }); -const control_EventHandler__C69305_VT = mkVTable({ +const control_EventHandler__C85189_VT = mkVTable({ name: "EventHandler", numFields: 4, classNo: 22, @@ -38241,11 +38241,11 @@ const control_EventHandler__C69305_VT = mkVTable({ "set/handler": null, "flags": null, "set/flags": null, - "register": control_EventHandler_register__P69306, - "unregister": control_EventHandler_unregister__P69307, + "register": control_EventHandler_register__P85190, + "unregister": control_EventHandler_unregister__P85191, }, }); -const scene_Scene__C68177_VT = mkVTable({ +const scene_Scene__C84061_VT = mkVTable({ name: "Scene", numFields: 23, classNo: 23, @@ -38300,14 +38300,14 @@ const scene_Scene__C68177_VT = mkVTable({ "set/_data": null, "previousScene": null, "set/previousScene": null, - "init": scene_Scene_init__P68199, - "data": scene_Scene_data__P68200, - "millis": scene_Scene_millis__P68201, - "addSprite": scene_Scene_addSprite__P68202, - "render": scene_Scene_render__P68204, + "init": scene_Scene_init__P84083, + "data": scene_Scene_data__P84084, + "millis": scene_Scene_millis__P84085, + "addSprite": scene_Scene_addSprite__P84086, + "render": scene_Scene_render__P84088, }, }); -const effects_ImageEffect__C68574_VT = mkVTable({ +const effects_ImageEffect__C84458_VT = mkVTable({ name: "ImageEffect", numFields: 4, classNo: 24, @@ -38324,11 +38324,11 @@ const effects_ImageEffect__C68574_VT = mkVTable({ "set/fastRandom": null, "times": null, "set/times": null, - "applyTo": effects_ImageEffect_applyTo__P68576, - "change": effects_ImageEffect_change__P68577, + "applyTo": effects_ImageEffect_applyTo__P84460, + "change": effects_ImageEffect_change__P84461, }, }); -const effects_ParticleEffect__C68547_VT = mkVTable({ +const effects_ParticleEffect__C84431_VT = mkVTable({ name: "ParticleEffect", numFields: 3, classNo: 25, @@ -38343,11 +38343,11 @@ const effects_ParticleEffect__C68547_VT = mkVTable({ "set/defaultRate": null, "defaultLifespan": null, "set/defaultLifespan": null, - "start": effects_ParticleEffect_start__P68549, - "destroy": effects_ParticleEffect_destroy__P68550, + "start": effects_ParticleEffect_start__P84433, + "destroy": effects_ParticleEffect_destroy__P84434, }, }); -const effects_ScreenEffect__C68551_VT = mkVTable({ +const effects_ScreenEffect__C84435_VT = mkVTable({ name: "ScreenEffect", numFields: 5, classNo: 26, @@ -38366,34 +38366,34 @@ const effects_ScreenEffect__C68551_VT = mkVTable({ "set/source": null, "sceneDefaultRate": null, "set/sceneDefaultRate": null, - "start": effects_ParticleEffect_start__P68549, - "destroy": effects_ParticleEffect_destroy__P68550, + "start": effects_ParticleEffect_start__P84433, + "destroy": effects_ParticleEffect_destroy__P84434, }, }); -const particles_ParticleFactory__C68472_VT = mkVTable({ +const particles_ParticleFactory__C84356_VT = mkVTable({ name: "ParticleFactory", numFields: 0, classNo: 27, lastSubtypeNo: 31, maxBgInstances: null, methods: { - "createParticle": particles_ParticleFactory_createParticle__P68474, - "drawParticle": particles_ParticleFactory_drawParticle__P68475, + "createParticle": particles_ParticleFactory_createParticle__P84358, + "drawParticle": particles_ParticleFactory_drawParticle__P84359, }, iface: { - "createParticle": particles_ParticleFactory_createParticle__P68474, - "drawParticle": particles_ParticleFactory_drawParticle__P68475, + "createParticle": particles_ParticleFactory_createParticle__P84358, + "drawParticle": particles_ParticleFactory_drawParticle__P84359, }, }); -const particles_SprayFactory__C68476_VT = mkVTable({ +const particles_SprayFactory__C84360_VT = mkVTable({ name: "SprayFactory", numFields: 3, classNo: 28, lastSubtypeNo: 31, maxBgInstances: null, methods: { - "createParticle": particles_SprayFactory_createParticle__P68478, - "drawParticle": particles_SprayFactory_drawParticle__P68479, + "createParticle": particles_SprayFactory_createParticle__P84362, + "drawParticle": particles_SprayFactory_drawParticle__P84363, }, iface: { "speed": null, @@ -38402,21 +38402,21 @@ const particles_SprayFactory__C68476_VT = mkVTable({ "set/minAngle": null, "spread": null, "set/spread": null, - "createParticle": particles_SprayFactory_createParticle__P68478, - "drawParticle": particles_SprayFactory_drawParticle__P68479, - "setSpeed": particles_SprayFactory_setSpeed__P68480, - "setDirection": particles_SprayFactory_setDirection__P68481, + "createParticle": particles_SprayFactory_createParticle__P84362, + "drawParticle": particles_SprayFactory_drawParticle__P84363, + "setSpeed": particles_SprayFactory_setSpeed__P84364, + "setDirection": particles_SprayFactory_setDirection__P84365, }, }); -const particles_AreaFactory__C68482_VT = mkVTable({ +const particles_AreaFactory__C84366_VT = mkVTable({ name: "AreaFactory", numFields: 8, classNo: 29, lastSubtypeNo: 31, maxBgInstances: null, methods: { - "createParticle": particles_AreaFactory_createParticle__P68488, - "drawParticle": particles_AreaFactory_drawParticle__P68489, + "createParticle": particles_AreaFactory_createParticle__P84372, + "drawParticle": particles_AreaFactory_drawParticle__P84373, }, iface: { "speed": null, @@ -38435,21 +38435,21 @@ const particles_AreaFactory__C68482_VT = mkVTable({ "set/maxLifespan": null, "galois": null, "set/galois": null, - "createParticle": particles_AreaFactory_createParticle__P68488, - "drawParticle": particles_AreaFactory_drawParticle__P68489, - "setSpeed": particles_SprayFactory_setSpeed__P68480, - "setDirection": particles_SprayFactory_setDirection__P68481, + "createParticle": particles_AreaFactory_createParticle__P84372, + "drawParticle": particles_AreaFactory_drawParticle__P84373, + "setSpeed": particles_SprayFactory_setSpeed__P84364, + "setDirection": particles_SprayFactory_setDirection__P84365, }, }); -const particles_ShapeFactory__C68498_VT = mkVTable({ +const particles_ShapeFactory__C84382_VT = mkVTable({ name: "ShapeFactory", numFields: 11, classNo: 30, lastSubtypeNo: 31, maxBgInstances: null, methods: { - "createParticle": particles_ShapeFactory_createParticle__P68502, - "drawParticle": particles_ShapeFactory_drawParticle__P68501, + "createParticle": particles_ShapeFactory_createParticle__P84386, + "drawParticle": particles_ShapeFactory_drawParticle__P84385, }, iface: { "speed": null, @@ -38474,22 +38474,22 @@ const particles_ShapeFactory__C68498_VT = mkVTable({ "set/ox": null, "oy": null, "set/oy": null, - "addShape": particles_ShapeFactory_addShape__P68500, - "drawParticle": particles_ShapeFactory_drawParticle__P68501, - "createParticle": particles_ShapeFactory_createParticle__P68502, - "setSpeed": particles_SprayFactory_setSpeed__P68480, - "setDirection": particles_SprayFactory_setDirection__P68481, + "addShape": particles_ShapeFactory_addShape__P84384, + "drawParticle": particles_ShapeFactory_drawParticle__P84385, + "createParticle": particles_ShapeFactory_createParticle__P84386, + "setSpeed": particles_SprayFactory_setSpeed__P84364, + "setDirection": particles_SprayFactory_setDirection__P84365, }, }); -const particles_ConfettiFactory__C68503_VT = mkVTable({ +const particles_ConfettiFactory__C84387_VT = mkVTable({ name: "ConfettiFactory", numFields: 11, classNo: 31, lastSubtypeNo: 31, maxBgInstances: null, methods: { - "createParticle": particles_ShapeFactory_createParticle__P68502, - "drawParticle": particles_ShapeFactory_drawParticle__P68501, + "createParticle": particles_ShapeFactory_createParticle__P84386, + "drawParticle": particles_ShapeFactory_drawParticle__P84385, }, iface: { "speed": null, @@ -38514,50 +38514,50 @@ const particles_ConfettiFactory__C68503_VT = mkVTable({ "set/ox": null, "oy": null, "set/oy": null, - "addShape": particles_ShapeFactory_addShape__P68500, - "drawParticle": particles_ShapeFactory_drawParticle__P68501, - "createParticle": particles_ShapeFactory_createParticle__P68502, - "setSpeed": particles_SprayFactory_setSpeed__P68480, - "setDirection": particles_SprayFactory_setDirection__P68481, + "addShape": particles_ShapeFactory_addShape__P84384, + "drawParticle": particles_ShapeFactory_drawParticle__P84385, + "createParticle": particles_ShapeFactory_createParticle__P84386, + "setSpeed": particles_SprayFactory_setSpeed__P84364, + "setDirection": particles_SprayFactory_setDirection__P84365, }, }); -const sprites_BaseSprite__C67618_VT = mkVTable({ +const sprites_BaseSprite__C83502_VT = mkVTable({ name: "BaseSprite", numFields: 2, classNo: 32, lastSubtypeNo: 35, maxBgInstances: null, methods: { - "__visible": sprites_BaseSprite___visible__P67621, - "__draw": sprites_BaseSprite___draw__P67624, - "__drawCore": sprites_BaseSprite___drawCore__P67625, - "__update": sprites_BaseSprite___update__P67626, + "__visible": sprites_BaseSprite___visible__P83505, + "__draw": sprites_BaseSprite___draw__P83508, + "__drawCore": sprites_BaseSprite___drawCore__P83509, + "__update": sprites_BaseSprite___update__P83510, }, iface: { "_z": null, "set/_z": null, "id": null, "set/id": null, - "__visible": sprites_BaseSprite___visible__P67621, - "z": sprites_BaseSprite_z__P67622, - "set/z": sprites_BaseSprite_z__P67623, - "__draw": sprites_BaseSprite___draw__P67624, - "__drawCore": sprites_BaseSprite___drawCore__P67625, - "__update": sprites_BaseSprite___update__P67626, + "__visible": sprites_BaseSprite___visible__P83505, + "z": sprites_BaseSprite_z__P83506, + "set/z": sprites_BaseSprite_z__P83507, + "__draw": sprites_BaseSprite___draw__P83508, + "__drawCore": sprites_BaseSprite___drawCore__P83509, + "__update": sprites_BaseSprite___update__P83510, }, }); -const particles_ParticleSource__C68436_VT = mkVTable({ +const particles_ParticleSource__C84320_VT = mkVTable({ name: "ParticleSource", numFields: 13, classNo: 33, lastSubtypeNo: 33, maxBgInstances: null, methods: { - "__visible": sprites_BaseSprite___visible__P67621, - "__draw": particles_ParticleSource___draw__P68442, - "__drawCore": sprites_BaseSprite___drawCore__P67625, - "__update": sprites_BaseSprite___update__P67626, - "updateParticle": particles_ParticleSource_updateParticle__P69991, + "__visible": sprites_BaseSprite___visible__P83505, + "__draw": particles_ParticleSource___draw__P84326, + "__drawCore": sprites_BaseSprite___drawCore__P83509, + "__update": sprites_BaseSprite___update__P83510, + "updateParticle": particles_ParticleSource_updateParticle__P85875, }, iface: { "_z": null, @@ -38586,28 +38586,28 @@ const particles_ParticleSource__C68436_VT = mkVTable({ "set/ax": null, "ay": null, "set/ay": null, - "__draw": particles_ParticleSource___draw__P68442, - "_update": particles_ParticleSource__update__P68443, - "_prune": particles_ParticleSource__prune__P68444, - "setAcceleration": particles_ParticleSource_setAcceleration__P68445, - "setRelativeToCamera": particles_ParticleSource_setRelativeToCamera__P68447, - "enabled": particles_ParticleSource_enabled__P68448, - "set/enabled": particles_ParticleSource_enabled__P68449, - "destroy": particles_ParticleSource_destroy__P68450, - "clear": particles_ParticleSource_clear__P68451, - "setAnchor": particles_ParticleSource_setAnchor__P68452, - "setRate": particles_ParticleSource_setRate__P68453, - "setFactory": particles_ParticleSource_setFactory__P68455, - "updateParticle": particles_ParticleSource_updateParticle__P69991, - "drawParticle": particles_ParticleSource_drawParticle__P69992, - "__visible": sprites_BaseSprite___visible__P67621, - "z": sprites_BaseSprite_z__P67622, - "set/z": sprites_BaseSprite_z__P67623, - "__drawCore": sprites_BaseSprite___drawCore__P67625, - "__update": sprites_BaseSprite___update__P67626, + "__draw": particles_ParticleSource___draw__P84326, + "_update": particles_ParticleSource__update__P84327, + "_prune": particles_ParticleSource__prune__P84328, + "setAcceleration": particles_ParticleSource_setAcceleration__P84329, + "setRelativeToCamera": particles_ParticleSource_setRelativeToCamera__P84331, + "enabled": particles_ParticleSource_enabled__P84332, + "set/enabled": particles_ParticleSource_enabled__P84333, + "destroy": particles_ParticleSource_destroy__P84334, + "clear": particles_ParticleSource_clear__P84335, + "setAnchor": particles_ParticleSource_setAnchor__P84336, + "setRate": particles_ParticleSource_setRate__P84337, + "setFactory": particles_ParticleSource_setFactory__P84339, + "updateParticle": particles_ParticleSource_updateParticle__P85875, + "drawParticle": particles_ParticleSource_drawParticle__P85876, + "__visible": sprites_BaseSprite___visible__P83505, + "z": sprites_BaseSprite_z__P83506, + "set/z": sprites_BaseSprite_z__P83507, + "__drawCore": sprites_BaseSprite___drawCore__P83509, + "__update": sprites_BaseSprite___update__P83510, }, }); -const particles_Particle__C68417_VT = mkVTable({ +const particles_Particle__C84301_VT = mkVTable({ name: "Particle", numFields: 8, classNo: 36, @@ -38634,7 +38634,7 @@ const particles_Particle__C68417_VT = mkVTable({ "set/color": null, }, }); -const control_FrameCallback__C66141_VT = mkVTable({ +const control_FrameCallback__C82025_VT = mkVTable({ name: "FrameCallback", numFields: 2, classNo: 37, @@ -38649,7 +38649,7 @@ const control_FrameCallback__C66141_VT = mkVTable({ "set/handler": null, }, }); -const control_PollEvent__C69284_VT = mkVTable({ +const control_PollEvent__C85168_VT = mkVTable({ name: "PollEvent", numFields: 6, classNo: 38, @@ -38672,28 +38672,28 @@ const control_PollEvent__C69284_VT = mkVTable({ "set/once": null, }, }); -const PhysicsEngine__C67923_VT = mkVTable({ +const PhysicsEngine__C83807_VT = mkVTable({ name: "PhysicsEngine", numFields: 0, classNo: 39, lastSubtypeNo: 40, maxBgInstances: null, methods: { - "addSprite": PhysicsEngine_addSprite__P67925, - "removeSprite": PhysicsEngine_removeSprite__P67926, - "moveSprite": PhysicsEngine_moveSprite__P67927, - "draw": PhysicsEngine_draw__P67928, - "move": PhysicsEngine_move__P67929, + "addSprite": PhysicsEngine_addSprite__P83809, + "removeSprite": PhysicsEngine_removeSprite__P83810, + "moveSprite": PhysicsEngine_moveSprite__P83811, + "draw": PhysicsEngine_draw__P83812, + "move": PhysicsEngine_move__P83813, }, iface: { - "addSprite": PhysicsEngine_addSprite__P67925, - "removeSprite": PhysicsEngine_removeSprite__P67926, - "moveSprite": PhysicsEngine_moveSprite__P67927, - "draw": PhysicsEngine_draw__P67928, - "move": PhysicsEngine_move__P67929, + "addSprite": PhysicsEngine_addSprite__P83809, + "removeSprite": PhysicsEngine_removeSprite__P83810, + "moveSprite": PhysicsEngine_moveSprite__P83811, + "draw": PhysicsEngine_draw__P83812, + "move": PhysicsEngine_move__P83813, }, }); -const scene_Camera__C68118_VT = mkVTable({ +const scene_Camera__C84002_VT = mkVTable({ name: "Camera", numFields: 8, classNo: 41, @@ -38718,18 +38718,18 @@ const scene_Camera__C68118_VT = mkVTable({ "set/shakeDuration": null, "shakeAmplitude": null, "set/shakeAmplitude": null, - "offsetX": scene_Camera_offsetX__P68123, - "set/offsetX": scene_Camera_offsetX__P68124, - "offsetY": scene_Camera_offsetY__P68125, - "set/offsetY": scene_Camera_offsetY__P68126, - "x": scene_Camera_x__P68127, - "y": scene_Camera_y__P68128, - "left": scene_Camera_left__P68129, - "top": scene_Camera_top__P68131, - "update": scene_Camera_update__P68134, + "offsetX": scene_Camera_offsetX__P84007, + "set/offsetX": scene_Camera_offsetX__P84008, + "offsetY": scene_Camera_offsetY__P84009, + "set/offsetY": scene_Camera_offsetY__P84010, + "x": scene_Camera_x__P84011, + "y": scene_Camera_y__P84012, + "left": scene_Camera_left__P84013, + "top": scene_Camera_top__P84015, + "update": scene_Camera_update__P84018, }, }); -const scene_BackgroundLayer__C68040_VT = mkVTable({ +const scene_BackgroundLayer__C83924_VT = mkVTable({ name: "BackgroundLayer", numFields: 6, classNo: 42, @@ -38750,20 +38750,20 @@ const scene_BackgroundLayer__C68040_VT = mkVTable({ "set/alignX": null, "alignY": null, "set/alignY": null, - "draw": scene_BackgroundLayer_draw__P68048, + "draw": scene_BackgroundLayer_draw__P83932, }, }); -const Sprite__C67780_VT = mkVTable({ +const Sprite__C83664_VT = mkVTable({ name: "Sprite", numFields: 26, classNo: 34, lastSubtypeNo: 34, maxBgInstances: null, methods: { - "__visible": Sprite___visible__P67823, - "__draw": sprites_BaseSprite___draw__P67624, - "__drawCore": Sprite___drawCore__P67841, - "__update": Sprite___update__P67842, + "__visible": Sprite___visible__P83707, + "__draw": sprites_BaseSprite___draw__P83508, + "__drawCore": Sprite___drawCore__P83725, + "__update": Sprite___update__P83726, }, iface: { "_z": null, @@ -38818,58 +38818,58 @@ const Sprite__C67780_VT = mkVTable({ "set/flags": null, "destroyHandler": null, "set/destroyHandler": null, - "x": Sprite_x__P67789, - "set/x": Sprite_x__P67790, - "y": Sprite_y__P67791, - "set/y": Sprite_y__P67792, - "vx": Sprite_vx__P67793, - "set/vx": Sprite_vx__P67794, - "vy": Sprite_vy__P67795, - "set/vy": Sprite_vy__P67796, - "ax": Sprite_ax__P67797, - "set/ax": Sprite_ax__P67798, - "ay": Sprite_ay__P67799, - "set/ay": Sprite_ay__P67800, - "fx": Sprite_fx__P67801, - "set/fx": Sprite_fx__P67802, - "fy": Sprite_fy__P67803, - "set/fy": Sprite_fy__P67804, - "data": Sprite_data__P67805, - "set/data": Sprite_data__P67806, - "image": Sprite_image__P67819, - "setImage": Sprite_setImage__P67820, - "setHitbox": Sprite_setHitbox__P67821, - "isStatic": Sprite_isStatic__P67822, - "__visible": Sprite___visible__P67823, - "width": Sprite_width__P67824, - "height": Sprite_height__P67825, - "left": Sprite_left__P67826, - "set/left": Sprite_left__P67827, - "right": Sprite_right__P67828, - "set/right": Sprite_right__P67829, - "top": Sprite_top__P67830, - "set/top": Sprite_top__P67831, - "bottom": Sprite_bottom__P67832, - "set/bottom": Sprite_bottom__P67833, - "kind": Sprite_kind__P67834, - "setKind": Sprite_setKind__P67835, - "isOutOfScreen": Sprite_isOutOfScreen__P67840, - "__drawCore": Sprite___drawCore__P67841, - "__update": Sprite___update__P67842, - "setFlag": Sprite_setFlag__P67843, - "overlapsWith": Sprite_overlapsWith__P67844, - "clearObstacles": Sprite_clearObstacles__P67848, - "registerObstacle": Sprite_registerObstacle__P67849, - "destroy": Sprite_destroy__P67851, - "_destroyCore": Sprite__destroyCore__P67852, - "toString": Sprite_toString__P67854, - "z": sprites_BaseSprite_z__P67622, - "set/z": sprites_BaseSprite_z__P67623, - "__draw": sprites_BaseSprite___draw__P67624, + "x": Sprite_x__P83673, + "set/x": Sprite_x__P83674, + "y": Sprite_y__P83675, + "set/y": Sprite_y__P83676, + "vx": Sprite_vx__P83677, + "set/vx": Sprite_vx__P83678, + "vy": Sprite_vy__P83679, + "set/vy": Sprite_vy__P83680, + "ax": Sprite_ax__P83681, + "set/ax": Sprite_ax__P83682, + "ay": Sprite_ay__P83683, + "set/ay": Sprite_ay__P83684, + "fx": Sprite_fx__P83685, + "set/fx": Sprite_fx__P83686, + "fy": Sprite_fy__P83687, + "set/fy": Sprite_fy__P83688, + "data": Sprite_data__P83689, + "set/data": Sprite_data__P83690, + "image": Sprite_image__P83703, + "setImage": Sprite_setImage__P83704, + "setHitbox": Sprite_setHitbox__P83705, + "isStatic": Sprite_isStatic__P83706, + "__visible": Sprite___visible__P83707, + "width": Sprite_width__P83708, + "height": Sprite_height__P83709, + "left": Sprite_left__P83710, + "set/left": Sprite_left__P83711, + "right": Sprite_right__P83712, + "set/right": Sprite_right__P83713, + "top": Sprite_top__P83714, + "set/top": Sprite_top__P83715, + "bottom": Sprite_bottom__P83716, + "set/bottom": Sprite_bottom__P83717, + "kind": Sprite_kind__P83718, + "setKind": Sprite_setKind__P83719, + "isOutOfScreen": Sprite_isOutOfScreen__P83724, + "__drawCore": Sprite___drawCore__P83725, + "__update": Sprite___update__P83726, + "setFlag": Sprite_setFlag__P83727, + "overlapsWith": Sprite_overlapsWith__P83728, + "clearObstacles": Sprite_clearObstacles__P83732, + "registerObstacle": Sprite_registerObstacle__P83733, + "destroy": Sprite_destroy__P83735, + "_destroyCore": Sprite__destroyCore__P83736, + "toString": Sprite_toString__P83738, + "z": sprites_BaseSprite_z__P83506, + "set/z": sprites_BaseSprite_z__P83507, + "__draw": sprites_BaseSprite___draw__P83508, }, - toStringMethod: Sprite_toString__P67854, + toStringMethod: Sprite_toString__P83738, }); -const tiles_TileMap__C68082_VT = mkVTable({ +const tiles_TileMap__C83966_VT = mkVTable({ name: "TileMap", numFields: 3, classNo: 43, @@ -38884,25 +38884,25 @@ const tiles_TileMap__C68082_VT = mkVTable({ "set/_layer": null, "_map": null, "set/_map": null, - "scale": tiles_TileMap_scale__P68084, - "set/scale": tiles_TileMap_scale__P68085, - "data": tiles_TileMap_data__P69581, - "offsetX": tiles_TileMap_offsetX__P68086, - "offsetY": tiles_TileMap_offsetY__P68087, - "areaWidth": tiles_TileMap_areaWidth__P68088, - "areaHeight": tiles_TileMap_areaHeight__P68089, - "layer": tiles_TileMap_layer__P68090, - "enabled": tiles_TileMap_enabled__P68092, - "getTile": tiles_TileMap_getTile__P68094, - "getTileIndex": tiles_TileMap_getTileIndex__P68095, - "draw": tiles_TileMap_draw__P69583, - "isObstacle": tiles_TileMap_isObstacle__P68101, - "getObstacle": tiles_TileMap_getObstacle__P68102, - "isOnWall": tiles_TileMap_isOnWall__P68103, - "getTileImage": tiles_TileMap_getTileImage__P68104, + "scale": tiles_TileMap_scale__P83968, + "set/scale": tiles_TileMap_scale__P83969, + "data": tiles_TileMap_data__P85465, + "offsetX": tiles_TileMap_offsetX__P83970, + "offsetY": tiles_TileMap_offsetY__P83971, + "areaWidth": tiles_TileMap_areaWidth__P83972, + "areaHeight": tiles_TileMap_areaHeight__P83973, + "layer": tiles_TileMap_layer__P83974, + "enabled": tiles_TileMap_enabled__P83976, + "getTile": tiles_TileMap_getTile__P83978, + "getTileIndex": tiles_TileMap_getTileIndex__P83979, + "draw": tiles_TileMap_draw__P85467, + "isObstacle": tiles_TileMap_isObstacle__P83985, + "getObstacle": tiles_TileMap_getObstacle__P83986, + "isOnWall": tiles_TileMap_isOnWall__P83987, + "getTileImage": tiles_TileMap_getTileImage__P83988, }, }); -const tiles_TileMapData__C68069_VT = mkVTable({ +const tiles_TileMapData__C83953_VT = mkVTable({ name: "TileMapData", numFields: 7, classNo: 44, @@ -38925,17 +38925,17 @@ const tiles_TileMapData__C68069_VT = mkVTable({ "set/_width": null, "_height": null, "set/_height": null, - "width": tiles_TileMapData_width__P68071, - "height": tiles_TileMapData_height__P68072, - "scale": tiles_TileMapData_scale__P68073, - "set/scale": tiles_TileMapData_scale__P68074, - "getTile": tiles_TileMapData_getTile__P68075, - "getTileImage": tiles_TileMapData_getTileImage__P68078, - "isWall": tiles_TileMapData_isWall__P68080, - "isOutsideMap": tiles_TileMapData_isOutsideMap__P68081, + "width": tiles_TileMapData_width__P83955, + "height": tiles_TileMapData_height__P83956, + "scale": tiles_TileMapData_scale__P83957, + "set/scale": tiles_TileMapData_scale__P83958, + "getTile": tiles_TileMapData_getTile__P83959, + "getTileImage": tiles_TileMapData_getTileImage__P83962, + "isWall": tiles_TileMapData_isWall__P83964, + "isOutsideMap": tiles_TileMapData_isOutsideMap__P83965, }, }); -const controller_Controller__C67683_VT = mkVTable({ +const controller_Controller__C83567_VT = mkVTable({ name: "Controller", numFields: 5, classNo: 45, @@ -38954,32 +38954,32 @@ const controller_Controller__C67683_VT = mkVTable({ "set/_id": null, "_connected": null, "set/_connected": null, - "_controlledSprites": controller_Controller__controlledSprites__P67688, - "set/_controlledSprites": controller_Controller__controlledSprites__P67689, - "id": controller_Controller_id__P67690, - "left": controller_Controller_left__P67692, - "right": controller_Controller_right__P67693, - "up": controller_Controller_up__P67694, - "down": controller_Controller_down__P67695, - "button": controller_Controller_button__P69473, - "connected": controller_Controller_connected__P67702, - "set/connected": controller_Controller_connected__P67703, - "__preUpdate": controller_Controller___preUpdate__P67707, - "__update": controller_Controller___update__P67708, + "_controlledSprites": controller_Controller__controlledSprites__P83572, + "set/_controlledSprites": controller_Controller__controlledSprites__P83573, + "id": controller_Controller_id__P83574, + "left": controller_Controller_left__P83576, + "right": controller_Controller_right__P83577, + "up": controller_Controller_up__P83578, + "down": controller_Controller_down__P83579, + "button": controller_Controller_button__P85357, + "connected": controller_Controller_connected__P83586, + "set/connected": controller_Controller_connected__P83587, + "__preUpdate": controller_Controller___preUpdate__P83591, + "__update": controller_Controller___update__P83592, }, }); -const ArcadePhysicsEngine__C67938_VT = mkVTable({ +const ArcadePhysicsEngine__C83822_VT = mkVTable({ name: "ArcadePhysicsEngine", numFields: 6, classNo: 40, lastSubtypeNo: 40, maxBgInstances: null, methods: { - "addSprite": ArcadePhysicsEngine_addSprite__P67947, - "removeSprite": ArcadePhysicsEngine_removeSprite__P67948, - "moveSprite": ArcadePhysicsEngine_moveSprite__P67952, - "draw": ArcadePhysicsEngine_draw__P67949, - "move": ArcadePhysicsEngine_move__P67950, + "addSprite": ArcadePhysicsEngine_addSprite__P83831, + "removeSprite": ArcadePhysicsEngine_removeSprite__P83832, + "moveSprite": ArcadePhysicsEngine_moveSprite__P83836, + "draw": ArcadePhysicsEngine_draw__P83833, + "move": ArcadePhysicsEngine_move__P83834, }, iface: { "sprites": null, @@ -38994,26 +38994,26 @@ const ArcadePhysicsEngine__C67938_VT = mkVTable({ "set/minSingleStep": null, "maxSingleStep": null, "set/maxSingleStep": null, - "maxSpeed": ArcadePhysicsEngine_maxSpeed__P67940, - "set/maxSpeed": ArcadePhysicsEngine_maxSpeed__P67941, - "minStep": ArcadePhysicsEngine_minStep__P67942, - "set/minStep": ArcadePhysicsEngine_minStep__P67943, - "maxStep": ArcadePhysicsEngine_maxStep__P67944, - "set/maxStep": ArcadePhysicsEngine_maxStep__P67945, - "addSprite": ArcadePhysicsEngine_addSprite__P67947, - "removeSprite": ArcadePhysicsEngine_removeSprite__P67948, - "draw": ArcadePhysicsEngine_draw__P67949, - "move": ArcadePhysicsEngine_move__P67950, - "createMovingSprite": ArcadePhysicsEngine_createMovingSprite__P69510, - "spriteCollisions": ArcadePhysicsEngine_spriteCollisions__P69511, - "tilemapCollisions": ArcadePhysicsEngine_tilemapCollisions__P69512, - "tilemapOverlaps": ArcadePhysicsEngine_tilemapOverlaps__P69513, - "moveSprite": ArcadePhysicsEngine_moveSprite__P67952, - "canResolveClipping": ArcadePhysicsEngine_canResolveClipping__P69514, - "constrain": ArcadePhysicsEngine_constrain__P69515, + "maxSpeed": ArcadePhysicsEngine_maxSpeed__P83824, + "set/maxSpeed": ArcadePhysicsEngine_maxSpeed__P83825, + "minStep": ArcadePhysicsEngine_minStep__P83826, + "set/minStep": ArcadePhysicsEngine_minStep__P83827, + "maxStep": ArcadePhysicsEngine_maxStep__P83828, + "set/maxStep": ArcadePhysicsEngine_maxStep__P83829, + "addSprite": ArcadePhysicsEngine_addSprite__P83831, + "removeSprite": ArcadePhysicsEngine_removeSprite__P83832, + "draw": ArcadePhysicsEngine_draw__P83833, + "move": ArcadePhysicsEngine_move__P83834, + "createMovingSprite": ArcadePhysicsEngine_createMovingSprite__P85394, + "spriteCollisions": ArcadePhysicsEngine_spriteCollisions__P85395, + "tilemapCollisions": ArcadePhysicsEngine_tilemapCollisions__P85396, + "tilemapOverlaps": ArcadePhysicsEngine_tilemapOverlaps__P85397, + "moveSprite": ArcadePhysicsEngine_moveSprite__P83836, + "canResolveClipping": ArcadePhysicsEngine_canResolveClipping__P85398, + "constrain": ArcadePhysicsEngine_constrain__P85399, }, }); -const sprites_SpriteMap__C67858_VT = mkVTable({ +const sprites_SpriteMap__C83742_VT = mkVTable({ name: "SpriteMap", numFields: 5, classNo: 46, @@ -39032,20 +39032,20 @@ const sprites_SpriteMap__C67858_VT = mkVTable({ "set/columnCount": null, "buckets": null, "set/buckets": null, - "neighbors": sprites_SpriteMap_neighbors__P67860, - "overlaps": sprites_SpriteMap_overlaps__P67861, - "draw": sprites_SpriteMap_draw__P67862, - "resizeBuckets": sprites_SpriteMap_resizeBuckets__P67863, - "clear": sprites_SpriteMap_clear__P67864, - "key": sprites_SpriteMap_key__P69479, - "insertAtKey": sprites_SpriteMap_insertAtKey__P69480, - "insertAABB": sprites_SpriteMap_insertAABB__P67865, - "mergeAtKey": sprites_SpriteMap_mergeAtKey__P69481, - "toString": sprites_SpriteMap_toString__P67866, + "neighbors": sprites_SpriteMap_neighbors__P83744, + "overlaps": sprites_SpriteMap_overlaps__P83745, + "draw": sprites_SpriteMap_draw__P83746, + "resizeBuckets": sprites_SpriteMap_resizeBuckets__P83747, + "clear": sprites_SpriteMap_clear__P83748, + "key": sprites_SpriteMap_key__P85363, + "insertAtKey": sprites_SpriteMap_insertAtKey__P85364, + "insertAABB": sprites_SpriteMap_insertAABB__P83749, + "mergeAtKey": sprites_SpriteMap_mergeAtKey__P85365, + "toString": sprites_SpriteMap_toString__P83750, }, - toStringMethod: sprites_SpriteMap_toString__P67866, + toStringMethod: sprites_SpriteMap_toString__P83750, }); -const music_Melody__C67358_VT = mkVTable({ +const music_Melody__C83242_VT = mkVTable({ name: "Melody", numFields: 2, classNo: 47, @@ -39058,11 +39058,11 @@ const music_Melody__C67358_VT = mkVTable({ "set/_text": null, "_player": null, "set/_player": null, - "toString": music_Melody_toString__P67367, + "toString": music_Melody_toString__P83251, }, - toStringMethod: music_Melody_toString__P67367, + toStringMethod: music_Melody_toString__P83251, }); -const scene_systemMenu_PauseMenu__C68380_VT = mkVTable({ +const scene_systemMenu_PauseMenu__C84264_VT = mkVTable({ name: "PauseMenu", numFields: 7, classNo: 48, @@ -39085,15 +39085,15 @@ const scene_systemMenu_PauseMenu__C68380_VT = mkVTable({ "set/scrollOffset": null, "generator": null, "set/generator": null, - "show": scene_systemMenu_PauseMenu_show__P68382, - "onUpdate": scene_systemMenu_PauseMenu_onUpdate__P68383, - "setSelection": scene_systemMenu_PauseMenu_setSelection__P68384, - "drawText": scene_systemMenu_PauseMenu_drawText__P68385, - "dispose": scene_systemMenu_PauseMenu_dispose__P68386, - "updateScrollTarget": scene_systemMenu_PauseMenu_updateScrollTarget__P69891, + "show": scene_systemMenu_PauseMenu_show__P84266, + "onUpdate": scene_systemMenu_PauseMenu_onUpdate__P84267, + "setSelection": scene_systemMenu_PauseMenu_setSelection__P84268, + "drawText": scene_systemMenu_PauseMenu_drawText__P84269, + "dispose": scene_systemMenu_PauseMenu_dispose__P84270, + "updateScrollTarget": scene_systemMenu_PauseMenu_updateScrollTarget__P85775, }, }); -const scene_systemMenu_MenuOption__C68372_VT = mkVTable({ +const scene_systemMenu_MenuOption__C84256_VT = mkVTable({ name: "MenuOption", numFields: 8, classNo: 49, @@ -39118,16 +39118,16 @@ const scene_systemMenu_MenuOption__C68372_VT = mkVTable({ "set/getText": null, "action": null, "set/action": null, - "show": scene_systemMenu_MenuOption_show__P68374, - "position": scene_systemMenu_MenuOption_position__P68375, - "setOffset": scene_systemMenu_MenuOption_setOffset__P68376, - "setTheme": scene_systemMenu_MenuOption_setTheme__P68377, - "setState": scene_systemMenu_MenuOption_setState__P68378, - "dispose": scene_systemMenu_MenuOption_dispose__P68379, - "updateCard": scene_systemMenu_MenuOption_updateCard__P69890, + "show": scene_systemMenu_MenuOption_show__P84258, + "position": scene_systemMenu_MenuOption_position__P84259, + "setOffset": scene_systemMenu_MenuOption_setOffset__P84260, + "setTheme": scene_systemMenu_MenuOption_setTheme__P84261, + "setState": scene_systemMenu_MenuOption_setState__P84262, + "dispose": scene_systemMenu_MenuOption_dispose__P84263, + "updateCard": scene_systemMenu_MenuOption_updateCard__P85774, }, }); -const game_Hitbox__C67719_VT = mkVTable({ +const game_Hitbox__C83603_VT = mkVTable({ name: "Hitbox", numFields: 5, classNo: 50, @@ -39146,13 +39146,13 @@ const game_Hitbox__C67719_VT = mkVTable({ "set/width": null, "height": null, "set/height": null, - "left": game_Hitbox_left__P67726, - "top": game_Hitbox_top__P67727, - "right": game_Hitbox_right__P67728, - "bottom": game_Hitbox_bottom__P67729, + "left": game_Hitbox_left__P83610, + "top": game_Hitbox_top__P83611, + "right": game_Hitbox_right__P83612, + "bottom": game_Hitbox_bottom__P83613, }, }); -const sprites_SpriteSet__C67875_VT = mkVTable({ +const sprites_SpriteSet__C83759_VT = mkVTable({ name: "SpriteSet", numFields: 1, classNo: 51, @@ -39163,25 +39163,25 @@ const sprites_SpriteSet__C67875_VT = mkVTable({ iface: { "_sprites": null, "set/_sprites": null, - "length": sprites_SpriteSet_length__P67878, - "add": sprites_SpriteSet_add__P67880, - "remove": sprites_SpriteSet_remove__P67882, - "contains": sprites_SpriteSet_contains__P67883, - "toString": sprites_SpriteSet_toString__P67886, + "length": sprites_SpriteSet_length__P83762, + "add": sprites_SpriteSet_add__P83764, + "remove": sprites_SpriteSet_remove__P83766, + "contains": sprites_SpriteSet_contains__P83767, + "toString": sprites_SpriteSet_toString__P83770, }, - toStringMethod: sprites_SpriteSet_toString__P67886, + toStringMethod: sprites_SpriteSet_toString__P83770, }); -const scene_Renderable__C68136_VT = mkVTable({ +const scene_Renderable__C84020_VT = mkVTable({ name: "Renderable", numFields: 4, classNo: 35, lastSubtypeNo: 35, maxBgInstances: null, methods: { - "__visible": scene_Renderable___visible__P68138, - "__draw": sprites_BaseSprite___draw__P67624, - "__drawCore": scene_Renderable___drawCore__P68139, - "__update": sprites_BaseSprite___update__P67626, + "__visible": scene_Renderable___visible__P84022, + "__draw": sprites_BaseSprite___draw__P83508, + "__drawCore": scene_Renderable___drawCore__P84023, + "__update": sprites_BaseSprite___update__P83510, }, iface: { "_z": null, @@ -39192,15 +39192,15 @@ const scene_Renderable__C68136_VT = mkVTable({ "set/handler": null, "shouldBeVisible": null, "set/shouldBeVisible": null, - "__visible": scene_Renderable___visible__P68138, - "__drawCore": scene_Renderable___drawCore__P68139, - "z": sprites_BaseSprite_z__P67622, - "set/z": sprites_BaseSprite_z__P67623, - "__draw": sprites_BaseSprite___draw__P67624, - "__update": sprites_BaseSprite___update__P67626, + "__visible": scene_Renderable___visible__P84022, + "__drawCore": scene_Renderable___drawCore__P84023, + "z": sprites_BaseSprite_z__P83506, + "set/z": sprites_BaseSprite_z__P83507, + "__draw": sprites_BaseSprite___draw__P83508, + "__update": sprites_BaseSprite___update__P83510, }, }); -const MovingSprite__C67936_VT = mkVTable({ +const MovingSprite__C83820_VT = mkVTable({ name: "MovingSprite", numFields: 7, classNo: 52, @@ -39225,7 +39225,7 @@ const MovingSprite__C67936_VT = mkVTable({ "set/yStep": null, }, }); -const tiles_Location__C68054_VT = mkVTable({ +const tiles_Location__C83938_VT = mkVTable({ name: "Location", numFields: 3, classNo: 53, @@ -39240,14 +39240,14 @@ const tiles_Location__C68054_VT = mkVTable({ "set/_col": null, "tileMap": null, "set/tileMap": null, - "col": tiles_Location_col__P68055, - "row": tiles_Location_row__P68056, - "x": tiles_Location_x__P68058, - "y": tiles_Location_y__P68059, - "tileSet": tiles_Location_tileSet__P68060, + "col": tiles_Location_col__P83939, + "row": tiles_Location_row__P83940, + "x": tiles_Location_x__P83942, + "y": tiles_Location_y__P83943, + "tileSet": tiles_Location_tileSet__P83944, }, }); -const sprites_StaticObstacle__C67910_VT = mkVTable({ +const sprites_StaticObstacle__C83794_VT = mkVTable({ name: "StaticObstacle", numFields: 5, classNo: 54, @@ -39266,14 +39266,14 @@ const sprites_StaticObstacle__C67910_VT = mkVTable({ "set/top": null, "left": null, "set/left": null, - "x": sprites_StaticObstacle_x__P67917, - "y": sprites_StaticObstacle_y__P67918, - "height": sprites_StaticObstacle_height__P67919, - "width": sprites_StaticObstacle_width__P67920, + "x": sprites_StaticObstacle_x__P83801, + "y": sprites_StaticObstacle_y__P83802, + "height": sprites_StaticObstacle_height__P83803, + "width": sprites_StaticObstacle_width__P83804, }, }); -const breakpoints = setupDebugger(1, ["currentFrame___69228","initialized___71268","CHANNEL___71261"]) +const breakpoints = setupDebugger(1, ["currentFrame___85112","initialized___87152","CHANNEL___87145"]) -return _main___P81615 +return _main___P97499 }) diff --git a/assets/version.txt b/assets/version.txt index 5c4511c..7d6b3eb 100644 --- a/assets/version.txt +++ b/assets/version.txt @@ -1 +1 @@ -0.0.7 \ No newline at end of file +0.0.8 \ No newline at end of file diff --git a/pxt.json b/pxt.json index e4b4390..514f374 100644 --- a/pxt.json +++ b/pxt.json @@ -1,6 +1,6 @@ { "name": "arcade-webcam", - "version": "0.0.7", + "version": "0.0.8", "description": "", "dependencies": { "device": "*"