This commit is contained in:
Paul 2001-01-11 21:54:44 +00:00
parent 4d57970713
commit 27ac4b9945
4 changed files with 17 additions and 7 deletions

View file

@ -7,6 +7,9 @@
#define CHAR_SQUIDWARD 3
#define CHAR_KRABS 4
#define CHAR_PLANKTON 5
#define CHAR_MERMAIDMAN 6
#define CHAR_BARNACLEBOY 7
#define CHAR_JACKCUSTARD 8
#define ANIM_QUIET 0
#define ANIM_TALKING 1

View file

@ -8,7 +8,7 @@
do
{
_setText(CHAR_SANDY,STR__INGAME__SANDY__TEST1);
_setText(CHAR_JACKCUSTARD,STR__INGAME__SANDY__TEST1);
_setResponseOptions(QUESTION_OK);
do
{