pxt-common-packages 13.1.7 → 13.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/libs/azureiot/built/debug/binary.js +461 -461
  2. package/libs/color/built/debug/binary.js +8 -8
  3. package/libs/color-sensor/built/debug/binary.js +8 -8
  4. package/libs/controller/built/debug/binary.js +7348 -7348
  5. package/libs/controller---none/built/debug/binary.js +7328 -7328
  6. package/libs/datalogger/built/debug/binary.js +63 -63
  7. package/libs/edge-connector/built/debug/binary.js +8 -8
  8. package/libs/esp32/built/debug/binary.js +462 -462
  9. package/libs/game/_locales/game-jsdoc-strings.json +1 -0
  10. package/libs/game/_locales/game-strings.json +1 -0
  11. package/libs/game/built/debug/binary.js +7267 -7267
  12. package/libs/game/docs/reference/sprites/sprite/follow.md +1 -0
  13. package/libs/game/docs/reference/sprites/sprite/set-kind.md +1 -1
  14. package/libs/game/docs/reference/sprites/sprite/unfollow.md +62 -0
  15. package/libs/game/sprite.ts +13 -0
  16. package/libs/lcd/built/debug/binary.js +8 -8
  17. package/libs/light-spectrum-sensor/built/debug/binary.js +8 -8
  18. package/libs/lora/built/debug/binary.js +8 -8
  19. package/libs/matrix-keypad/built/debug/binary.js +8 -8
  20. package/libs/mqtt/built/debug/binary.js +176 -176
  21. package/libs/net/built/debug/binary.js +176 -176
  22. package/libs/net-game/built/debug/binary.js +8984 -8984
  23. package/libs/palette/built/debug/binary.js +7266 -7266
  24. package/libs/pixel/built/debug/binary.js +8 -8
  25. package/libs/power/built/debug/binary.js +8 -8
  26. package/libs/proximity/built/debug/binary.js +8 -8
  27. package/libs/radio/built/debug/binary.js +8 -8
  28. package/libs/radio-broadcast/built/debug/binary.js +8 -8
  29. package/libs/rotary-encoder/built/debug/binary.js +8 -8
  30. package/libs/screen/built/debug/binary.js +50 -50
  31. package/libs/servo/built/debug/binary.js +8 -8
  32. package/libs/sprite-scaling/built/debug/binary.js +7266 -7266
  33. package/libs/storyboard/built/debug/binary.js +7266 -7266
  34. package/package.json +1 -1
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P56788(s) {
59
+ function _main___P56789(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___57032 = (undefined);
70
- globals._pollEventQueue___57045 = (undefined);
69
+ globals._intervals___57033 = (undefined);
70
+ globals._pollEventQueue___57046 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P56788.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"pxt_modules/light/neopixel.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P56788.continuations = [ ]
75
+ _main___P56789.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"pxt_modules/light/neopixel.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P56789.continuations = [ ]
77
77
 
78
- function _main___P56788_mk(s) {
78
+ function _main___P56789_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P56788, depth: s.depth + 1,
81
+ parent: s, fn: _main___P56789, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -87,5 +87,5 @@ function _main___P56788_mk(s) {
87
87
 
88
88
  const breakpoints = setupDebugger(1, [])
89
89
 
90
- return _main___P56788
90
+ return _main___P56789
91
91
  })
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P63618(s) {
59
+ function _main___P63619(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___63862 = (undefined);
70
- globals._pollEventQueue___63875 = (undefined);
69
+ globals._intervals___63863 = (undefined);
70
+ globals._pollEventQueue___63876 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P63618.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"power.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P63618.continuations = [ ]
75
+ _main___P63619.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"power.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P63619.continuations = [ ]
77
77
 
78
- function _main___P63618_mk(s) {
78
+ function _main___P63619_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P63618, depth: s.depth + 1,
81
+ parent: s, fn: _main___P63619, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -87,5 +87,5 @@ function _main___P63618_mk(s) {
87
87
 
88
88
  const breakpoints = setupDebugger(1, [])
89
89
 
90
- return _main___P63618
90
+ return _main___P63619
91
91
  })
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P104576(s) {
59
+ function _main___P104579(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___104820 = (undefined);
70
- globals._pollEventQueue___104833 = (undefined);
69
+ globals._intervals___104823 = (undefined);
70
+ globals._pollEventQueue___104836 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P104576.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"vl53l0x.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P104576.continuations = [ ]
75
+ _main___P104579.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"vl53l0x.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P104579.continuations = [ ]
77
77
 
78
- function _main___P104576_mk(s) {
78
+ function _main___P104579_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P104576, depth: s.depth + 1,
81
+ parent: s, fn: _main___P104579, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -87,5 +87,5 @@ function _main___P104576_mk(s) {
87
87
 
88
88
  const breakpoints = setupDebugger(1, [])
89
89
 
90
- return _main___P104576
90
+ return _main___P104579
91
91
  })
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P193328(s) {
59
+ function _main___P193335(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___193572 = (undefined);
70
- globals._pollEventQueue___193585 = (undefined);
69
+ globals._intervals___193579 = (undefined);
70
+ globals._pollEventQueue___193592 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P193328.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"targetoverrides.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P193328.continuations = [ ]
75
+ _main___P193335.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"targetoverrides.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P193335.continuations = [ ]
77
77
 
78
- function _main___P193328_mk(s) {
78
+ function _main___P193335_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P193328, depth: s.depth + 1,
81
+ parent: s, fn: _main___P193335, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -87,5 +87,5 @@ function _main___P193328_mk(s) {
87
87
 
88
88
  const breakpoints = setupDebugger(1, [])
89
89
 
90
- return _main___P193328
90
+ return _main___P193335
91
91
  })
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P195146(s) {
59
+ function _main___P195153(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___195390 = (undefined);
70
- globals._pollEventQueue___195403 = (undefined);
69
+ globals._intervals___195397 = (undefined);
70
+ globals._pollEventQueue___195410 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P195146.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"radio-broadcast.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P195146.continuations = [ ]
75
+ _main___P195153.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"radio-broadcast.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P195153.continuations = [ ]
77
77
 
78
- function _main___P195146_mk(s) {
78
+ function _main___P195153_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P195146, depth: s.depth + 1,
81
+ parent: s, fn: _main___P195153, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -87,5 +87,5 @@ function _main___P195146_mk(s) {
87
87
 
88
88
  const breakpoints = setupDebugger(1, [])
89
89
 
90
- return _main___P195146
90
+ return _main___P195153
91
91
  })
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P175328(s) {
59
+ function _main___P175334(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___175572 = (undefined);
70
- globals._pollEventQueue___175585 = (undefined);
69
+ globals._intervals___175578 = (undefined);
70
+ globals._pollEventQueue___175591 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P175328.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"targetoverrides.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P175328.continuations = [ ]
75
+ _main___P175334.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"targetoverrides.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P175334.continuations = [ ]
77
77
 
78
- function _main___P175328_mk(s) {
78
+ function _main___P175334_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P175328, depth: s.depth + 1,
81
+ parent: s, fn: _main___P175334, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -87,5 +87,5 @@ function _main___P175328_mk(s) {
87
87
 
88
88
  const breakpoints = setupDebugger(1, [])
89
89
 
90
- return _main___P175328
90
+ return _main___P175334
91
91
  })
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P51408(s) {
59
+ function _main___P51409(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,29 +66,29 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___51652 = (undefined);
70
- globals._pollEventQueue___51665 = (undefined);
71
- globals.__updated___51899 = (false);
72
- r0 = pxsim.control.runInParallel(control___screen_inline__P51904);
69
+ globals._intervals___51653 = (undefined);
70
+ globals._pollEventQueue___51666 = (undefined);
71
+ globals.__updated___51900 = (false);
72
+ r0 = pxsim.control.runInParallel(control___screen_inline__P51905);
73
73
  r0 = pxsim.image.create(178, 128);
74
- globals.screen___51927 = (r0);
75
- s.tmp_0 = control___screen_setupUpdate__P51901_mk(s);
76
- s.tmp_0.arg0 = _screen_internal_inline__P51932;
74
+ globals.screen___51928 = (r0);
75
+ s.tmp_0 = control___screen_setupUpdate__P51902_mk(s);
76
+ s.tmp_0.arg0 = _screen_internal_inline__P51933;
77
77
  s.callLocIdx = 4; s.pc = 1; return s.tmp_0;
78
78
  case 1:
79
79
  r0 = s.retval;
80
- globals.control_EventContext_onStats___51720 = (_screen_internal_inline__P51937);
80
+ globals.control_EventContext_onStats___51721 = (_screen_internal_inline__P51938);
81
81
  r0 = undefined;
82
82
  return leave(s, r0)
83
83
  default: oops()
84
84
  } } }
85
- _main___P51408.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"imagesoverrides.ts","functionName":"<main>","argumentNames":[]}
86
- _main___P51408.continuations = [ ]
85
+ _main___P51409.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"imagesoverrides.ts","functionName":"<main>","argumentNames":[]}
86
+ _main___P51409.continuations = [ ]
87
87
 
88
- function _main___P51408_mk(s) {
88
+ function _main___P51409_mk(s) {
89
89
  checkStack(s.depth);
90
90
  return {
91
- parent: s, fn: _main___P51408, depth: s.depth + 1,
91
+ parent: s, fn: _main___P51409, depth: s.depth + 1,
92
92
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
93
93
  tmp_0: undefined,
94
94
  } }
@@ -96,7 +96,7 @@ function _main___P51408_mk(s) {
96
96
 
97
97
 
98
98
 
99
- function control___screen_inline__P51904(s) {
99
+ function control___screen_inline__P51905(s) {
100
100
  let r0 = s.r0, step = s.pc;
101
101
  s.pc = -1;
102
102
 
@@ -109,23 +109,23 @@ switch (step) {
109
109
  case 1:
110
110
  r0 = pxsim_numops_toBoolDecr(true);
111
111
  if (!r0) { step = 4; continue; }
112
- globals.__updated___51899 = (false);
113
- s.tmp_0 = pause__P51729_mk(s);
112
+ globals.__updated___51900 = (false);
113
+ s.tmp_0 = pause__P51730_mk(s);
114
114
  s.tmp_0.arg0 = 200;
115
115
  s.callLocIdx = 2; s.pc = 5; return s.tmp_0;
116
116
  case 5:
117
117
  r0 = s.retval;
118
- r0 = pxsim_numops_toBoolDecr(globals.__updated___51899);
118
+ r0 = pxsim_numops_toBoolDecr(globals.__updated___51900);
119
119
  s.tmp_1 = r0;
120
120
  r0 = pxsim_Boolean__bang(s.tmp_1);
121
121
  s.tmp_0 = r0;
122
122
  r0 = pxsim_numops_toBoolDecr(s.tmp_0);
123
123
  if (!r0) { step = 2; continue; }
124
- s.tmp_2 = control___screen_update__P51900_mk(s);
124
+ s.tmp_2 = control___screen_update__P51901_mk(s);
125
125
  s.callLocIdx = 3; s.pc = 6; return s.tmp_2;
126
126
  case 6:
127
127
  r0 = s.retval;
128
- globals.__updated___51899 = (true);
128
+ globals.__updated___51900 = (true);
129
129
  case 2:
130
130
  case 3:
131
131
  { step = 1; continue; }
@@ -134,12 +134,12 @@ switch (step) {
134
134
  return leave(s, r0)
135
135
  default: oops()
136
136
  } } }
137
- control___screen_inline__P51904.info = {"start":396,"length":211,"line":17,"column":26,"endLine":26,"endColumn":5,"fileName":"frame.ts","functionName":"inline","argumentNames":[]}
137
+ control___screen_inline__P51905.info = {"start":396,"length":211,"line":17,"column":26,"endLine":26,"endColumn":5,"fileName":"frame.ts","functionName":"inline","argumentNames":[]}
138
138
 
139
- function control___screen_inline__P51904_mk(s) {
139
+ function control___screen_inline__P51905_mk(s) {
140
140
  checkStack(s.depth);
141
141
  return {
142
- parent: s, fn: control___screen_inline__P51904, depth: s.depth + 1,
142
+ parent: s, fn: control___screen_inline__P51905, depth: s.depth + 1,
143
143
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
144
144
  tmp_0: undefined,
145
145
  tmp_1: undefined,
@@ -149,7 +149,7 @@ function control___screen_inline__P51904_mk(s) {
149
149
 
150
150
 
151
151
 
152
- function _screen_internal_inline__P51932(s) {
152
+ function _screen_internal_inline__P51933(s) {
153
153
  let r0 = s.r0, step = s.pc;
154
154
  s.pc = -1;
155
155
 
@@ -159,24 +159,24 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
159
159
  switch (step) {
160
160
  case 0:
161
161
 
162
- r0 = pxsim_pxtcore.updateScreen(globals.screen___51927);
162
+ r0 = pxsim_pxtcore.updateScreen(globals.screen___51928);
163
163
  r0 = undefined;
164
164
  return leave(s, r0)
165
165
  default: oops()
166
166
  } } }
167
- _screen_internal_inline__P51932.info = {"start":327,"length":26,"line":8,"column":33,"endLine":8,"endColumn":59,"fileName":"targetoverrides.ts","functionName":"inline","argumentNames":[]}
167
+ _screen_internal_inline__P51933.info = {"start":327,"length":26,"line":8,"column":33,"endLine":8,"endColumn":59,"fileName":"targetoverrides.ts","functionName":"inline","argumentNames":[]}
168
168
 
169
- function _screen_internal_inline__P51932_mk(s) {
169
+ function _screen_internal_inline__P51933_mk(s) {
170
170
  checkStack(s.depth);
171
171
  return {
172
- parent: s, fn: _screen_internal_inline__P51932, depth: s.depth + 1,
172
+ parent: s, fn: _screen_internal_inline__P51933, depth: s.depth + 1,
173
173
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
174
174
  } }
175
175
 
176
176
 
177
177
 
178
178
 
179
- function _screen_internal_inline__P51937(s) {
179
+ function _screen_internal_inline__P51938(s) {
180
180
  let r0 = s.r0, step = s.pc;
181
181
  s.pc = -1;
182
182
 
@@ -195,12 +195,12 @@ switch (step) {
195
195
  return leave(s, r0)
196
196
  default: oops()
197
197
  } } }
198
- _screen_internal_inline__P51937.info = {"start":390,"length":56,"line":9,"column":35,"endLine":11,"endColumn":5,"fileName":"targetoverrides.ts","functionName":"inline","argumentNames":["msg"]}
198
+ _screen_internal_inline__P51938.info = {"start":390,"length":56,"line":9,"column":35,"endLine":11,"endColumn":5,"fileName":"targetoverrides.ts","functionName":"inline","argumentNames":["msg"]}
199
199
 
200
- function _screen_internal_inline__P51937_mk(s) {
200
+ function _screen_internal_inline__P51938_mk(s) {
201
201
  checkStack(s.depth);
202
202
  return {
203
- parent: s, fn: _screen_internal_inline__P51937, depth: s.depth + 1,
203
+ parent: s, fn: _screen_internal_inline__P51938, depth: s.depth + 1,
204
204
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
205
205
  arg0: undefined,
206
206
  } }
@@ -208,7 +208,7 @@ function _screen_internal_inline__P51937_mk(s) {
208
208
 
209
209
 
210
210
 
211
- function control___screen_setupUpdate__P51901(s) {
211
+ function control___screen_setupUpdate__P51902(s) {
212
212
  let r0 = s.r0, step = s.pc;
213
213
  s.pc = -1;
214
214
 
@@ -222,8 +222,8 @@ switch (step) {
222
222
  s.arg0 = (s.lambdaArgs[0]);
223
223
  s.lambdaArgs = null;
224
224
  }
225
- globals.__updated___51899 = (true);
226
- globals.__update___51897 = (s.arg0);
225
+ globals.__updated___51900 = (true);
226
+ globals.__update___51898 = (s.arg0);
227
227
  s.tmp_0 = lambda_1_mk(s);
228
228
  s.tmp_0.argL = s.arg0;
229
229
  setupLambda(s.tmp_0, s.tmp_0.argL);
@@ -234,12 +234,12 @@ switch (step) {
234
234
  return leave(s, r0)
235
235
  default: oops()
236
236
  } } }
237
- control___screen_setupUpdate__P51901.info = {"start":198,"length":125,"line":10,"column":4,"endLine":14,"endColumn":5,"fileName":"frame.ts","functionName":"setupUpdate","argumentNames":["update"]}
237
+ control___screen_setupUpdate__P51902.info = {"start":198,"length":125,"line":10,"column":4,"endLine":14,"endColumn":5,"fileName":"frame.ts","functionName":"setupUpdate","argumentNames":["update"]}
238
238
 
239
- function control___screen_setupUpdate__P51901_mk(s) {
239
+ function control___screen_setupUpdate__P51902_mk(s) {
240
240
  checkStack(s.depth);
241
241
  return {
242
- parent: s, fn: control___screen_setupUpdate__P51901, depth: s.depth + 1,
242
+ parent: s, fn: control___screen_setupUpdate__P51902, depth: s.depth + 1,
243
243
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
244
244
  tmp_0: undefined,
245
245
  arg0: undefined,
@@ -248,7 +248,7 @@ function control___screen_setupUpdate__P51901_mk(s) {
248
248
 
249
249
 
250
250
 
251
- function control___screen_update__P51900(s) {
251
+ function control___screen_update__P51901(s) {
252
252
  let r0 = s.r0, step = s.pc;
253
253
  s.pc = -1;
254
254
 
@@ -258,27 +258,27 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
258
258
  switch (step) {
259
259
  case 0:
260
260
 
261
- r0 = pxsim_numops_toBoolDecr(globals.__update___51897);
261
+ r0 = pxsim_numops_toBoolDecr(globals.__update___51898);
262
262
  if (!r0) { step = 1; continue; }
263
263
  s.tmp_0 = lambda_1_mk(s);
264
- s.tmp_0.argL = globals.__update___51897;
264
+ s.tmp_0.argL = globals.__update___51898;
265
265
  setupLambda(s.tmp_0, s.tmp_0.argL);
266
266
  s.callLocIdx = 0; s.pc = 3; return s.tmp_0;
267
267
  case 3:
268
268
  r0 = s.retval;
269
269
  case 1:
270
270
  case 2:
271
- globals.__updated___51899 = (true);
271
+ globals.__updated___51900 = (true);
272
272
  r0 = undefined;
273
273
  return leave(s, r0)
274
274
  default: oops()
275
275
  } } }
276
- control___screen_update__P51900.info = {"start":90,"length":102,"line":4,"column":4,"endLine":8,"endColumn":5,"fileName":"frame.ts","functionName":"update","argumentNames":[]}
276
+ control___screen_update__P51901.info = {"start":90,"length":102,"line":4,"column":4,"endLine":8,"endColumn":5,"fileName":"frame.ts","functionName":"update","argumentNames":[]}
277
277
 
278
- function control___screen_update__P51900_mk(s) {
278
+ function control___screen_update__P51901_mk(s) {
279
279
  checkStack(s.depth);
280
280
  return {
281
- parent: s, fn: control___screen_update__P51900, depth: s.depth + 1,
281
+ parent: s, fn: control___screen_update__P51901, depth: s.depth + 1,
282
282
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
283
283
  tmp_0: undefined,
284
284
  } }
@@ -286,7 +286,7 @@ function control___screen_update__P51900_mk(s) {
286
286
 
287
287
 
288
288
 
289
- function pause__P51729(s) {
289
+ function pause__P51730(s) {
290
290
  let r0 = s.r0, step = s.pc;
291
291
  s.pc = -1;
292
292
 
@@ -310,12 +310,12 @@ switch (step) {
310
310
  return leave(s, r0)
311
311
  default: oops()
312
312
  } } }
313
- pause__P51729.info = {"start":246,"length":57,"line":7,"column":0,"endLine":9,"endColumn":1,"fileName":"pxt_modules/base/pause.ts","functionName":"pause","argumentNames":["ms"]}
313
+ pause__P51730.info = {"start":246,"length":57,"line":7,"column":0,"endLine":9,"endColumn":1,"fileName":"pxt_modules/base/pause.ts","functionName":"pause","argumentNames":["ms"]}
314
314
 
315
- function pause__P51729_mk(s) {
315
+ function pause__P51730_mk(s) {
316
316
  checkStack(s.depth);
317
317
  return {
318
- parent: s, fn: pause__P51729, depth: s.depth + 1,
318
+ parent: s, fn: pause__P51730, depth: s.depth + 1,
319
319
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
320
320
  arg0: undefined,
321
321
  } }
@@ -336,7 +336,7 @@ function lambda_1_mk(s) {
336
336
  } }
337
337
 
338
338
 
339
- const breakpoints = setupDebugger(1, ["__updated___51899","screen___51927","__update___51897"])
339
+ const breakpoints = setupDebugger(1, ["__updated___51900","screen___51928","__update___51898"])
340
340
 
341
- return _main___P51408
341
+ return _main___P51409
342
342
  })
@@ -56,7 +56,7 @@ const pxsim_pxtrt = pxsim.pxtrt;
56
56
  const pxsim_numops = pxsim.numops;
57
57
 
58
58
 
59
- function _main___P53331(s) {
59
+ function _main___P53332(s) {
60
60
  let r0 = s.r0, step = s.pc;
61
61
  s.pc = -1;
62
62
 
@@ -66,19 +66,19 @@ if (yieldSteps-- < 0 && maybeYield(s, step, r0) || runtime !== pxsim.runtime) re
66
66
  switch (step) {
67
67
  case 0:
68
68
 
69
- globals._intervals___53575 = (undefined);
70
- globals._pollEventQueue___53588 = (undefined);
69
+ globals._intervals___53576 = (undefined);
70
+ globals._pollEventQueue___53589 = (undefined);
71
71
  r0 = undefined;
72
72
  return leave(s, r0)
73
73
  default: oops()
74
74
  } } }
75
- _main___P53331.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"targetoverrides.ts","functionName":"<main>","argumentNames":[]}
76
- _main___P53331.continuations = [ ]
75
+ _main___P53332.info = {"start":0,"length":0,"line":0,"column":0,"endLine":0,"endColumn":0,"fileName":"targetoverrides.ts","functionName":"<main>","argumentNames":[]}
76
+ _main___P53332.continuations = [ ]
77
77
 
78
- function _main___P53331_mk(s) {
78
+ function _main___P53332_mk(s) {
79
79
  checkStack(s.depth);
80
80
  return {
81
- parent: s, fn: _main___P53331, depth: s.depth + 1,
81
+ parent: s, fn: _main___P53332, depth: s.depth + 1,
82
82
  pc: 0, retval: undefined, r0: undefined, overwrittenPC: false, lambdaArgs: null,
83
83
  } }
84
84
 
@@ -87,5 +87,5 @@ function _main___P53331_mk(s) {
87
87
 
88
88
  const breakpoints = setupDebugger(1, [])
89
89
 
90
- return _main___P53331
90
+ return _main___P53332
91
91
  })