SBSPSS/data/Scripts/defs/charanim.scr
2000-12-18 17:05:43 +00:00

13 lines
289 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 ANIM_QUIET 0
#define ANIM_TALKING 1