This commit is contained in:
parent
8aa9bbd80d
commit
dd3fb8cbc8
2 changed files with 33 additions and 1 deletions
|
@ -33,6 +33,7 @@ public:
|
|||
NPC_FALLING_ITEM = 1,
|
||||
NPC_FISH_HOOK,
|
||||
NPC_DUST_DEVIL,
|
||||
NPC_PENDULUM,
|
||||
NPC_SMALL_JELLYFISH_1,
|
||||
NPC_SMALL_JELLYFISH_2,
|
||||
NPC_LARGE_JELLYFISH,
|
||||
|
@ -90,6 +91,7 @@ protected:
|
|||
NPC_INIT_IRON_DOGFISH,
|
||||
NPC_INIT_FALLING_ITEM,
|
||||
NPC_INIT_FISH_HOOK,
|
||||
NPC_INIT_PENDULUM,
|
||||
};
|
||||
|
||||
enum NPC_CONTROL_FUNC
|
||||
|
@ -152,6 +154,7 @@ protected:
|
|||
NPC_MOVEMENT_SUB_SHARK,
|
||||
NPC_MOVEMENT_FLYING_DUTCHMAN,
|
||||
NPC_MOVEMENT_IRON_DOGFISH,
|
||||
NPC_MOVEMENT_PENDULUM,
|
||||
};
|
||||
|
||||
enum NPC_MOVEMENT_MODIFIER_FUNC
|
||||
|
@ -300,6 +303,7 @@ protected:
|
|||
|
||||
void processCloseFallingItemFall( int _frames );
|
||||
void processCloseFishHookRise( int _frames );
|
||||
void processPendulumMovement( int _frames );
|
||||
|
||||
// data
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue