diff options
author | Marisa-Chan | 2014-06-13 21:43:04 +0700 |
---|---|---|
committer | Marisa-Chan | 2014-06-13 21:43:04 +0700 |
commit | 45589950c0fb1a449351e6a00ef10d42290d8bae (patch) | |
tree | 44e4eedcb7e69d5fc386155b000ed038af07251d /devtools/create_kyradat/resources/hof_pc98_english.h | |
parent | 48360645dcd5f8fddb135b6e31ae5cae4be8d77f (diff) | |
parent | 5c005ad3a3f1df0bc968c85c1cf0fc48e36ab0b2 (diff) | |
download | scummvm-rg350-45589950c0fb1a449351e6a00ef10d42290d8bae.tar.gz scummvm-rg350-45589950c0fb1a449351e6a00ef10d42290d8bae.tar.bz2 scummvm-rg350-45589950c0fb1a449351e6a00ef10d42290d8bae.zip |
Merge remote-tracking branch 'upstream/master' into zvision
Conflicts:
engines/zvision/animation/rlf_animation.cpp
engines/zvision/animation_control.h
engines/zvision/core/console.cpp
engines/zvision/core/events.cpp
engines/zvision/cursors/cursor.cpp
engines/zvision/cursors/cursor_manager.cpp
engines/zvision/cursors/cursor_manager.h
engines/zvision/fonts/truetype_font.cpp
engines/zvision/graphics/render_manager.cpp
engines/zvision/graphics/render_manager.h
engines/zvision/inventory/inventory_manager.h
engines/zvision/inventory_manager.h
engines/zvision/meta_animation.h
engines/zvision/module.mk
engines/zvision/scripting/actions.cpp
engines/zvision/scripting/control.h
engines/zvision/scripting/controls/animation_control.cpp
engines/zvision/scripting/controls/animation_control.h
engines/zvision/scripting/controls/input_control.cpp
engines/zvision/scripting/controls/lever_control.cpp
engines/zvision/scripting/controls/timer_node.cpp
engines/zvision/scripting/controls/timer_node.h
engines/zvision/scripting/puzzle.h
engines/zvision/scripting/scr_file_handling.cpp
engines/zvision/scripting/script_manager.cpp
engines/zvision/scripting/script_manager.h
engines/zvision/sidefx.cpp
engines/zvision/sound/zork_raw.cpp
engines/zvision/sound/zork_raw.h
engines/zvision/video/video.cpp
engines/zvision/video/zork_avi_decoder.h
engines/zvision/zvision.cpp
engines/zvision/zvision.h
Diffstat (limited to 'devtools/create_kyradat/resources/hof_pc98_english.h')
-rw-r--r-- | devtools/create_kyradat/resources/hof_pc98_english.h | 110 |
1 files changed, 110 insertions, 0 deletions
diff --git a/devtools/create_kyradat/resources/hof_pc98_english.h b/devtools/create_kyradat/resources/hof_pc98_english.h new file mode 100644 index 0000000000..8d121ec2d5 --- /dev/null +++ b/devtools/create_kyradat/resources/hof_pc98_english.h @@ -0,0 +1,110 @@ +static const char *const k2SeqplayStringsPC98English[105] = { + "Kyrandia is disappearing!", + "Rock by rock,", + "And tree by tree.", + "Kyrandia ceases to exist!", + "The Royal Mystics are baffled.", + "Every reference has been consulted.", + "Even Marko and his new valet, have been allowed into the conference.", + "Luckily, the Hand was experienced in these matters.", + "And finally a plan was approved,", + "That required a magic Anchor Stone,", + "To be retrieved from the center of the world.", + "Zanthia, youngest of the Kyrandian Mystics, has been selected to retrieve the Stone.", + "Thank you for playing The Hand of Fate.", + "This should be enough blueberries to open a portal to the center of the world.", + " DUMMY STRING... ", + " DUMMY STRING... ", + "Hey! All my equipment has been stolen!", + " DUMMY STRING... ", + "If they think I'm going to walk all the way down there, they're nuts!", + " DUMMY STRING... ", + " DUMMY STRING... ", + "Hurry up Faun!", + "Boy, that was a close call!", + "You said it pal. I, for one, am never going hunting again!", + "Ribbit.", + "How many times do I have to tell you? You're a toad.", + "Oh no! We're out of cheese!", + "Let's try this earwax. It's orange.", + "Mommy, when do I get the ivy?", + "Get out of here, shoo!", + "You cut, and I'll choose.", + "No. You cut and I'll choose.", + "I still say it was derivative drivel.", + "Aw, you still wouldn't recognize iambic pentameter if it bit you on the butt!", + "Executive Producer", + "Brett W. Sperry", + "Designed & Directed by", + "Rick Gush", + "Lead Programmer", + "Michael Legg", + "Art Management", + "Louis Castle", + "Joseph B. Hewitt IV", + "Lead Artist", + "Rick Parks", + "Additional Coding by", + "Philip W. Gorrow", + "Matt Collins", + "Mark McCubbin", + "Artists", + "Cameron Chun", + "Cary Averett", + "Cindy Chinn", + "Elie Arabian", + "Fei Cheng", + "Ferby Miguel", + "Frank Mendeola", + "Jack Martin", + "Jerry Moore", + "", + "Judith Peterson", + "Larry Miller", + "Lenny Lee", + "Louise Sandoval", + "Ren Olsen", + "Music & Sounds by", + "Paul Mudra", + "Frank Klepacki", + "Dwight Okahara", + "Pat Collins", + "Qualilty Assurance by", + "Glenn Sperry", + "Michael Lightner", + "William Foster", + "Jesse Clemit", + "Jeff Fillhaber", + "Manual, Package Design", + "& Fulfillment", + "Eydie Laramore", + "Lisa Marcinko", + "Lauren Rifkin", + "Congratulations!", + "Thank you for playing The Hand of Fate!", + "Guest Coding", + "Producer Liaison", + "Scott Duckett", + "Irvine Testers", + "Chris McFarland", + "Paul Moore", + "Chad Soares", + "Jared Brinkley", + "Jon Willliams", + "Chris Toft", + "Chris's Hair by", + "Cumulo Nimbus", + "Load a game", + "Introduction", + "Start a new game", + "Exit the game", + "Special Thanks to", + "Sake Joe Bostic-san", + "Tim Fritz", + "Kenny Dunne", + "Yukio Sekiguchi (Japan)", + "Takeshi Abo (Japan)" +}; + +static const StringListProvider k2SeqplayStringsPC98EnglishProvider = { ARRAYSIZE(k2SeqplayStringsPC98English), k2SeqplayStringsPC98English }; + |