update_play(false);\r
if (x == 5) {\r
print_text(4, 4, "Jump with up.", 30);\r
+ print_text(4, 6, "Stand on x.", 30);\r
progress++;\r
}\r
break;\r
case 2:\r
update_play();\r
+ if (x == 8) {\r
+ print_text(4, 8, "Collect ? for ???.", 30);\r
+ }\r
break;\r
}\r
}\r