This commit is contained in:
parent
c8e989c896
commit
be4a486e9d
5 changed files with 10 additions and 13 deletions
|
@ -49,6 +49,8 @@ scripts/fma_ch6_01.dat
|
|||
scripts/fma_ch6_02.dat
|
||||
scripts/fma_ch6_03.dat
|
||||
|
||||
scripts/fma_plankton.dat
|
||||
|
||||
translations/swe.dat
|
||||
translations/dut.dat
|
||||
translations/ita.dat
|
||||
|
|
|
@ -6,15 +6,7 @@
|
|||
#include data/scripts/defs/trans.scr
|
||||
|
||||
|
||||
_setText(CHAR_JACKCUSTARD,STR__INGAME__FMA_C1_INTRO0);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
pause;
|
||||
}
|
||||
while(_getResponse()==ANSWER_NONE);
|
||||
|
||||
_setText(CHAR_JACKCUSTARD,STR__INGAME__FMA_C1_INTRO1);
|
||||
_setText(CHAR_PLANKTON,STR__INGAME__FMA_PLANKTON);
|
||||
_setResponseOptions(QUESTION_OK);
|
||||
do
|
||||
{
|
||||
|
|
|
@ -277,6 +277,10 @@ eng=Well, I have learnt today that friendship is something that is priceless! SB
|
|||
eng=SpongeBob SqaurePants!!! Wait until I get my hands on that porous Freak!!!!
|
||||
|
||||
|
||||
; ---------------------------------------------------------------
|
||||
; Plankton FMA
|
||||
[STR__INGAME__FMA_PLANKTON]
|
||||
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!!!!
|
||||
|
||||
; ---------------------------------------------------------------
|
||||
[STR__INGAME__GENERIC__CHECK1]
|
||||
|
@ -364,8 +368,6 @@ Chapter 2 - Level 1 - 02
|
|||
eng=I ain't telling you again lad! Wear your boots and you'll go far! Argh!
|
||||
|
||||
|
||||
|
||||
|
||||
; ---------------------------------------------------------------
|
||||
; Pause menu
|
||||
; ---------------------------------------------------------------
|
||||
|
|
|
@ -601,7 +601,8 @@ SCRIPTS_LIST := ch1l1_01 ch1l1_02 ch1l2_01 ch1l2_02 ch1l2_03 ch1l4_01 ch1l4_02
|
|||
fma_ch3_00 fma_ch3_01 fma_ch3_02 \
|
||||
fma_ch4_00 fma_ch4_01 fma_ch4_02 \
|
||||
fma_ch5_00 fma_ch5_01 fma_ch5_02 \
|
||||
fma_ch6_00 fma_ch6_01 fma_ch6_02 fma_ch6_03
|
||||
fma_ch6_00 fma_ch6_01 fma_ch6_02 fma_ch6_03 \
|
||||
fma_plankton
|
||||
|
||||
SCRIPTS_IN_DIR := $(GAME_DATA_DIR)/scripts
|
||||
|
||||
|
|
|
@ -138,7 +138,7 @@ const sSpeechTable SpeechTable[]=
|
|||
{SPEECH_038,STR__INGAME__FMA_C3_SB1},
|
||||
{SPEECH_039,STR__INGAME__FMA_C3_BB1},
|
||||
{SPEECH_040,STR__INGAME__FMA_C3_SB2},
|
||||
{SPEECH_041,STR__INGAME__CH3__L1__PLANKTON1},
|
||||
{SPEECH_041,STR__INGAME__FMA_PLANKTON},
|
||||
{SPEECH_042,-1},
|
||||
{SPEECH_043,-1},
|
||||
{SPEECH_044,STR__INGAME__CH3__L3__PATRICK1},
|
||||
|
|
Loading…
Add table
Reference in a new issue