This commit is contained in:
parent
85076e653d
commit
e1411394cb
12 changed files with 154 additions and 48 deletions
|
@ -18,5 +18,4 @@
|
|||
#define ITEM_JELLYFISH_2 15
|
||||
#define ITEM_JELLYFISH_3 16
|
||||
#define ITEM_JAM_JAR 17
|
||||
#define ITEM_BUBBLE_MIXTURE 18
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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..
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue