home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue4 / IYONIX / MANICMINER / SOURCE.ZIP / manicminer-1.6.3 / miscdata / c / end next >
Encoding:
Text File  |  2000-12-10  |  2.6 KB  |  126 lines

  1. #include "../manic.h"
  2. #include "misc.h"
  3.  
  4. const struct Scroll_t EndText[] = {
  5.   {100, {"Congratulations!",
  6.      0}},
  7.   {200, {"Prospecting down Surbiton way",
  8.      "was not such a bad idea",
  9.      "after all.",
  10.      0}},
  11.   {150, {"All that hard work really",
  12.      "paid off.",
  13.      0}},
  14.   {250, {"Willy now has so much money that",
  15.      "he has no idea what to do with",
  16.      "it all.",
  17.      0}},
  18.   {100, {"Have you any ideas?",
  19.      0}},
  20.   { 60, {"Manic Miner PC",
  21.      0}},
  22.   {100, {"Based on an original idea by",
  23.      "Matthew Smith",
  24.      0}},
  25.   {100, {"Programming and Graphics",
  26.      "Andy Noble",
  27.      0}},
  28.   {100, {"  Linux port: Stuart Brady",
  29.      "RISC OS port: Darren Salt ",
  30.      0}},
  31.   {100, {"Music Arrangement",
  32.      "Matt Simmonds",
  33.      0}},
  34.   {100, {"'Tales from a Parallel Universe'",
  35.      "Level Design",
  36.      "Lee 'BLOOD!' Tonks",
  37.      0}},
  38.   {100, {"Testing and Ideas",
  39.      "Ewan Christie (DOS)",
  40.      "Richard Hallas (RISC OS)",
  41.      0}},
  42.   {100, {"'Bad Guy' Data Extraction",
  43.      "Tyrone L. Cartwright",
  44.      0}},
  45.   { 50, {"MIDAS Digital Audio System",
  46.      "Sahara Surfers",
  47.      "",
  48.      "PMODE/W",
  49.      "Charles Scheffold, Thomas Pytel",
  50.      0}},
  51.   { 50, {"Other code",
  52.      "The people who wrote it :-)",
  53.      0}},
  54.   {100, {"A BIG Thank You from Andy",
  55.      "to the following people",
  56.      0}},
  57.   { 60, {"David H. Tolley",
  58.      "For the constant slaggings",
  59.      "",
  60.      "Phil M. Brown",
  61.      "For the pizzas",
  62.      0}},
  63.   { 60, {"Derek 'Anti-Alias' Ham",
  64.      "For making me laugh",
  65.      "",
  66.      "Luise Etherington",
  67.      "For the Lasagna and the Sofa",
  68.      0}},
  69.   { 60, {"John Carlisle & Dave Sowerby",
  70.      "'The Geordie Boys'",
  71.      "",
  72.      "Nikkie Claxton",
  73.      "For putting up with me never",
  74.      "getting back in touch",
  75.      0}},
  76.   { 60, {"Gerton Lunter",
  77.      "For the excellent Z80",
  78.      "",
  79.      "James McKay",
  80.      "For the excellent X128",
  81.      0}},
  82.   { 60, {"Arsen Torbarina",
  83.      "For the JSW Fan Club Page",
  84.      "",
  85.      "Damien Burke",
  86.      "My first ever Speccy page",
  87.      0}},
  88.   { 60, {"All in COMP.SYS.SINCLAIR",
  89.      "",
  90.      "Everybody who wrote to me giving",
  91.      "encouragement and advice",
  92.      0}},
  93. //  { 60, {0}},
  94. //  { 60, {0}},
  95. //  { 60, {0}},
  96. //  { 60, {0}},
  97. //  { 60, {0}},
  98. //  { 60, {0}},
  99.   { 50, {"Cheat Mode",
  100.      "For 802926",
  101.      0}},
  102.   {300, {"\x7F" "1997       Andy Noble  ",
  103.      "\x7F" "1998, 2000 Darren Salt ",
  104.      "\x7F" "2000       Stuart Brady",
  105.      0}},
  106.   {999, {0}},
  107.   {100, {"What? You're still reading this?",
  108.      0}},
  109.   { 50, {"You are?",
  110.      0}},
  111.   { 50, {"You're weird.",
  112.      0}},
  113.   { 50, {"NOBODY ever reads to the",
  114.      "end of these things.",
  115.      0}},
  116.   { 50, {"It's just Not Done.",
  117.      "Trust me on this.",
  118.      0}},
  119.   { 50, {"Anyway, since you're here,",
  120.      "I might as well tell you this...",
  121.      0}},
  122.   { -1, {0}}, /* End marker */
  123. };
  124.  
  125. const int EndTextLen = sizeof (EndText) / sizeof (struct Scroll_t);
  126.