new map, different light colours
[fishladder.git] / fishladder_resources.h
index a3a2a87bc08ce8ba3b180035e11d866a00d92661..90303019e2c7aa2e9a286b5f9e7ce7d555ba21ce 100644 (file)
@@ -634,7 +634,15 @@ static struct cmp_level cmp_levels_tutorials[] =
 
                ._unlock = 18,
                .is_tutorial = 1
-       }
+       },
+   {
+      .serial_id = 25,
+      .title = "PRINCIPLE 7",
+      .map_name = "cmp_p7",
+      .description = "Emitters",
+      ._unlock = 26,
+      .is_tutorial = 1
+   }
 };
 
 static struct cmp_level cmp_levels_basic[] =
@@ -757,7 +765,7 @@ static struct cmp_level cmp_levels_basic[] =
                .map_name = "cmp_xor",
                .description =  "",
 
-               ._unlock = 13,
+               ._unlock = 25,
                .achievement = "GRADUATE"
        }
 };
@@ -807,7 +815,23 @@ static struct cmp_level cmp_levels_computer[] =
                .serial_id = 23,
                .title = "3 BIT BINARY",
                .map_name = "cmp_binary",
-               .description = "",
+               .description = "convert amount to binary",
+      .strings =
+      {
+         {
+            .placement = k_placement_bottom,
+            .str = 
+"\t\t\t\t\t\t\t\t\t\t\x83                   \x84\n"
+"\t\t\t\t\t\t\t\t\t\t\x83                   \x84 Binary\n"
+"\t\t\t\t\t\t\t\t\t\t\x83 4       2       1 \x84"
+         },
+         {
+            .placement = k_placement_top,
+            .str =
+"\n"
+"\t\t\t\t\t\t\t\t\t\t\t Count"
+         }
+      },
                
                ._unlock = 24
        },
@@ -841,7 +865,18 @@ static struct cmp_level cmp_levels_computer[] =
                .serial_id = 25,
                .title = "3x3 PLOT",
                .map_name = "cmp_plot3x3",
-               .description = ""
+               .description = "2 bit x/y",
+
+      .strings =
+      {
+         {
+            .placement = k_placement_top,
+            .str=
+"\t\t\t\t\t\t\t\t\x8A 2       1 \x8B           \x8A 2       1 \x8B\n"
+"\t\t\t\t\t\t\t\t\x83           \x84 X       Y \x83           \x84\n"
+"\t\t\t\t\t\t\t\t\x83           \x84           \x83           \x84"
+         }
+      }
        }
 };