This commit is contained in:
Paul 2001-01-05 19:25:07 +00:00
parent 85076e653d
commit e1411394cb
12 changed files with 154 additions and 48 deletions

View file

@ -18,5 +18,4 @@
#define ITEM_JELLYFISH_2 15
#define ITEM_JELLYFISH_3 16
#define ITEM_JAM_JAR 17
#define ITEM_BUBBLE_MIXTURE 18

View file

@ -6,7 +6,7 @@
// Answers
#define ANSWER_NONE 0
#defein ANSWER_OK 1
#define ANSWER_OK 1
#define ANSWER_YES 2
#define ANSWER_NO 3

View file

@ -1,5 +1,5 @@
// Texts
#define C1_L1__KARATE_MOVES__SANDY_1
#define C1_L1__DICING_HELMET__SANDY_1
#define C1_L1__KARATE_MOVES__SANDY_1 0
#define C1_L1__DICING_HELMET__SANDY_1 1
// etc..

View file

@ -5,7 +5,6 @@
#include data/scripts/defs/response.scr
#include data/scripts/defs/text.scr
_setCharacterAnimation(CHAR_SPONGEBOB,ANIM_QUIET);
_setText(C1_L1__KARATE_MOVES__SANDY_1);
_setResponseOptions(QUESTION_OK);
@ -14,5 +13,4 @@ do
pause;
}
while(_getResponse()!=ANSWER_NONE);
stop;