home *** CD-ROM | disk | FTP | other *** search
- #include "../manic.h"
- #include "misc.h"
-
- const struct Scroll_t EndText[] = {
- {100, {"Congratulations!",
- 0}},
- {200, {"Prospecting down Surbiton way",
- "was not such a bad idea",
- "after all.",
- 0}},
- {150, {"All that hard work really",
- "paid off.",
- 0}},
- {250, {"Willy now has so much money that",
- "he has no idea what to do with",
- "it all.",
- 0}},
- {100, {"Have you any ideas?",
- 0}},
- { 60, {"Manic Miner PC",
- 0}},
- {100, {"Based on an original idea by",
- "Matthew Smith",
- 0}},
- {100, {"Programming and Graphics",
- "Andy Noble",
- 0}},
- {100, {" Linux port: Stuart Brady",
- "RISC OS port: Darren Salt ",
- 0}},
- {100, {"Music Arrangement",
- "Matt Simmonds",
- 0}},
- {100, {"'Tales from a Parallel Universe'",
- "Level Design",
- "Lee 'BLOOD!' Tonks",
- 0}},
- {100, {"Testing and Ideas",
- "Ewan Christie (DOS)",
- "Richard Hallas (RISC OS)",
- 0}},
- {100, {"'Bad Guy' Data Extraction",
- "Tyrone L. Cartwright",
- 0}},
- { 50, {"MIDAS Digital Audio System",
- "Sahara Surfers",
- "",
- "PMODE/W",
- "Charles Scheffold, Thomas Pytel",
- 0}},
- { 50, {"Other code",
- "The people who wrote it :-)",
- 0}},
- {100, {"A BIG Thank You from Andy",
- "to the following people",
- 0}},
- { 60, {"David H. Tolley",
- "For the constant slaggings",
- "",
- "Phil M. Brown",
- "For the pizzas",
- 0}},
- { 60, {"Derek 'Anti-Alias' Ham",
- "For making me laugh",
- "",
- "Luise Etherington",
- "For the Lasagna and the Sofa",
- 0}},
- { 60, {"John Carlisle & Dave Sowerby",
- "'The Geordie Boys'",
- "",
- "Nikkie Claxton",
- "For putting up with me never",
- "getting back in touch",
- 0}},
- { 60, {"Gerton Lunter",
- "For the excellent Z80",
- "",
- "James McKay",
- "For the excellent X128",
- 0}},
- { 60, {"Arsen Torbarina",
- "For the JSW Fan Club Page",
- "",
- "Damien Burke",
- "My first ever Speccy page",
- 0}},
- { 60, {"All in COMP.SYS.SINCLAIR",
- "",
- "Everybody who wrote to me giving",
- "encouragement and advice",
- 0}},
- // { 60, {0}},
- // { 60, {0}},
- // { 60, {0}},
- // { 60, {0}},
- // { 60, {0}},
- // { 60, {0}},
- { 50, {"Cheat Mode",
- "For 802926",
- 0}},
- {300, {"\x7F" "1997 Andy Noble ",
- "\x7F" "1998, 2000 Darren Salt ",
- "\x7F" "2000 Stuart Brady",
- 0}},
- {999, {0}},
- {100, {"What? You're still reading this?",
- 0}},
- { 50, {"You are?",
- 0}},
- { 50, {"You're weird.",
- 0}},
- { 50, {"NOBODY ever reads to the",
- "end of these things.",
- 0}},
- { 50, {"It's just Not Done.",
- "Trust me on this.",
- 0}},
- { 50, {"Anyway, since you're here,",
- "I might as well tell you this...",
- 0}},
- { -1, {0}}, /* End marker */
- };
-
- const int EndTextLen = sizeof (EndText) / sizeof (struct Scroll_t);
-