This commit is contained in:
parent
749b749a22
commit
6da7b53b4b
16 changed files with 205 additions and 73 deletions
|
@ -78,7 +78,6 @@ typedef enum
|
|||
STATE_BUTTFALL,
|
||||
STATE_BUTTLAND,
|
||||
STATE_BUTTBOUNCEUP,
|
||||
STATE_DUCK,
|
||||
STATE_SOAKUP,
|
||||
STATE_GETUP,
|
||||
STATE_LOOKDOWN,
|
||||
|
@ -176,6 +175,13 @@ typedef enum
|
|||
|
||||
|
||||
|
||||
|
||||
// Special anim that means SB will not get drawn
|
||||
// Just pass it to setAnimNo() like a normal anim
|
||||
#define ANIM_SPONGEBOB_DONOTDRAW -1
|
||||
|
||||
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Structure defintions
|
||||
-------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue