SBSPSS/data/Scripts/defs/charanim.scr
2001-01-11 21:54:44 +00:00

16 lines
370 B
Plaintext

// Defs for characters and animations
// Mainly needed for calls to _setCharacterAnimation()
#define CHAR_SPONGEBOB 0
#define CHAR_SANDY 1
#define CHAR_PATRICK 2
#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