SBSPSS/data/Scripts/defs/charanim.scr

16 lines
370 B
Plaintext
Raw Normal View History

2000-12-18 18:05:43 +01:00
// 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
2001-01-11 22:54:44 +01:00
#define CHAR_MERMAIDMAN 6
#define CHAR_BARNACLEBOY 7
#define CHAR_JACKCUSTARD 8
2000-12-18 18:05:43 +01:00
#define ANIM_QUIET 0
#define ANIM_TALKING 1