This commit is contained in:
Daveo 2001-08-15 15:05:44 +00:00
parent 55e36f25d3
commit 7a43d05c5f
9 changed files with 15 additions and 23 deletions

View file

@ -28,6 +28,8 @@ public:
void render();
int getFrameCount() {return( FRM_BUTTERFLY_FLAP04 - FRM_BUTTERFLY_FLAP01 + 1 );}
u8 canBeCaughtByNet() {return( false );}
bool allowOffMap() {return(true);}
protected:
void processMovementModifier( int _frames, s32 distX, s32 distY, s32 dist, s16 headingChange );
};