From bc04a263716aecab6f1cabca228ee8782e9cae62 Mon Sep 17 00:00:00 2001 From: Daveo Date: Thu, 28 Jun 2001 20:48:32 +0000 Subject: [PATCH] --- data/translations/text.dat | 7 +++++++ source/game/convo.cpp | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/data/translations/text.dat b/data/translations/text.dat index 474aeff54..2e7303d87 100644 --- a/data/translations/text.dat +++ b/data/translations/text.dat @@ -278,6 +278,13 @@ Chapter 3 - Level 1 - 01 [STR__INGAME__CH3__L1__PLANKTON1] eng=Blast you SpongeBreath, you have found my secret time machine! Whatever you do make sure you fill it up before you bring it back!!!! +Chapter 3 - Level 2 - 01 +[STR__INGAME__CH3__L2__SANDY1] +eng=Hai yah! + +Chapter 3 - Level 2 - 02 +[STR__INGAME__CH3__L2__SANDY2] +eng=Excellent! You'll be able to use this move on most of the enemies you encounter, as well as special objects. Chapter 3 - Level 3 - 01 [STR__INGAME__CH3__L3__PATRICK1] diff --git a/source/game/convo.cpp b/source/game/convo.cpp index b497e9f7c..4ecda6b6c 100644 --- a/source/game/convo.cpp +++ b/source/game/convo.cpp @@ -187,8 +187,8 @@ const sSpeechTable SpeechTable[]= {SPEECH_087,-1}, {SPEECH_088,-1}, {SPEECH_089,-1}, -{SPEECH_090,-1}, -{SPEECH_091,-1}, +{SPEECH_090,STR__INGAME__CH3__L2__SANDY1}, +{SPEECH_091,STR__INGAME__CH3__L2__SANDY2}, {SPEECH_092,-1}, {SPEECH_093,-1}, {SPEECH_094,-1},