This commit is contained in:
parent
b5cf87e172
commit
9deca9ba54
5 changed files with 25 additions and 3 deletions
|
@ -168,6 +168,7 @@ protected:
|
|||
NPC_MOVEMENT_MODIFIER_BOB = 1,
|
||||
NPC_MOVEMENT_MODIFIER_JELLYFISH,
|
||||
NPC_MOVEMENT_MODIFIER_FISH_FOLK,
|
||||
NPC_MOVEMENT_MODIFIER_OCTOPUS,
|
||||
};
|
||||
|
||||
enum NPC_TIMER_FUNC
|
||||
|
@ -251,6 +252,10 @@ protected:
|
|||
void processSmallJellyfishMovementModifier( int _frames, s32 distX, s32 distY, s32 dist, s16 headingChange );
|
||||
void processCloseSmallJellyfishEvade( int _frames );
|
||||
|
||||
// baby octopus functions
|
||||
|
||||
void processBabyOctopusMovementModifier( int _frames, s32 dist, s16 headingChange );
|
||||
|
||||
// fish folk functions
|
||||
|
||||
void processFishFolkMovementModifier( int _frames, s32 distX, s32 distY );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue