This commit is contained in:
parent
2a71836478
commit
b9ccd83f66
7 changed files with 72 additions and 6 deletions
|
@ -96,6 +96,7 @@ protected:
|
|||
NPC_INIT_PENDULUM,
|
||||
NPC_INIT_FIREBALL,
|
||||
NPC_INIT_RETURNING_HAZARD,
|
||||
NPC_INIT_FISH_FOLK,
|
||||
};
|
||||
|
||||
enum NPC_CONTROL_FUNC
|
||||
|
@ -166,6 +167,7 @@ protected:
|
|||
NPC_MOVEMENT_MODIFIER_NONE = 0,
|
||||
NPC_MOVEMENT_MODIFIER_BOB = 1,
|
||||
NPC_MOVEMENT_MODIFIER_JELLYFISH,
|
||||
NPC_MOVEMENT_MODIFIER_FISH_FOLK,
|
||||
};
|
||||
|
||||
enum NPC_TIMER_FUNC
|
||||
|
@ -249,6 +251,10 @@ protected:
|
|||
void processSmallJellyfishMovementModifier( int _frames, s32 distX, s32 distY, s32 dist, s16 headingChange );
|
||||
void processCloseSmallJellyfishEvade( int _frames );
|
||||
|
||||
// fish folk functions
|
||||
|
||||
void processFishFolkMovementModifier( int _frames, s32 distX, s32 distY );
|
||||
|
||||
// clam functions
|
||||
|
||||
void processCloseClamAttack( int _frames );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue