Skip to content

Commit 2027b92

Browse files
committed
Update snapshot
1 parent d25389a commit 2027b92

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
// TW Snapshot
2+
// Input SHA-256: d293b52c4330db5d33eddb66742496017b5c96baacc41654961cfa97d08668d8
3+
4+
// Sprite1 script
5+
(function factoryXYZ(thread) { const target = thread.target; const runtime = target.runtime; const stage = runtime.getTargetForStage();
6+
const b0 = runtime.getOpcodeFunction("looks_say");
7+
const b1 = stage.variables["`jEk@4|i[#Fk?(8x)AV.-my variable"];
8+
return function* genXYZ () {
9+
yield* executeInCompatibilityLayer({"MESSAGE":"plan 1",}, b0, false, false, null);
10+
b1.value = 0;
11+
for (var a0 = (+thread.procedures["Zblock name"]() || 0); a0 >= 0.5; a0--) {
12+
b1.value = ((+b1.value || 0) + 1);
13+
yield;
14+
}
15+
if (((+b1.value || 0) === 40)) {
16+
yield* executeInCompatibilityLayer({"MESSAGE":"pass",}, b0, false, false, null);
17+
}
18+
yield* executeInCompatibilityLayer({"MESSAGE":"end",}, b0, false, false, null);
19+
retire(); return;
20+
}; })
21+
22+
// Sprite1 block name
23+
(function factoryXYZ(thread) { const target = thread.target; const runtime = target.runtime; const stage = runtime.getTargetForStage();
24+
return function funXYZ_block_name () {
25+
return 40;
26+
return "";
27+
}; })
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
// TW Snapshot
2+
// Input SHA-256: d293b52c4330db5d33eddb66742496017b5c96baacc41654961cfa97d08668d8
3+
4+
// Sprite1 script
5+
(function factoryXYZ(thread) { const target = thread.target; const runtime = target.runtime; const stage = runtime.getTargetForStage();
6+
const b0 = runtime.getOpcodeFunction("looks_say");
7+
const b1 = stage.variables["`jEk@4|i[#Fk?(8x)AV.-my variable"];
8+
return function* genXYZ () {
9+
yield* executeInCompatibilityLayer({"MESSAGE":"plan 1",}, b0, false, false, null);
10+
b1.value = 0;
11+
for (var a0 = (+thread.procedures["Zblock name"]() || 0); a0 >= 0.5; a0--) {
12+
b1.value = ((+b1.value || 0) + 1);
13+
yield;
14+
}
15+
if (((+b1.value || 0) === 40)) {
16+
yield* executeInCompatibilityLayer({"MESSAGE":"pass",}, b0, false, false, null);
17+
}
18+
yield* executeInCompatibilityLayer({"MESSAGE":"end",}, b0, false, false, null);
19+
retire(); return;
20+
}; })
21+
22+
// Sprite1 block name
23+
(function factoryXYZ(thread) { const target = thread.target; const runtime = target.runtime; const stage = runtime.getTargetForStage();
24+
return function funXYZ_block_name () {
25+
return 40;
26+
return "";
27+
}; })

0 commit comments

Comments
 (0)