Enumerations | |
enum | { SUBSTATE_SLIDING = 0 , SUBSTATE_STOP = 1 , SUBSTATE_LAUNCH = 2 , SUBSTATE_FALL = 3 , SUBSTATE_CRASH = 4 , SUBSTATE_GET_UP = 5 , SUBSTATE_DUST_OFF = 6 , SUBSTATE_DONE = 7 } |
Functions | |
void | func_802B6000_E27510 (void) |
void | action_update_sliding (void) |
Variables | |
BSS f32 | SlideAcceleration |
BSS f32 | MaxSlideAccel |
BSS f32 | MaxSlideVelocity |
BSS f32 | SlideLaunchSpeed |
BSS f32 | D_802B6790 |
BSS f32 | D_802B6794 |
BSS f32 | D_802B6798 |
BSS s32 | D_802B679C |
anonymous enum |
void action_update_sliding | ( | void | ) |
void func_802B6000_E27510 | ( | void | ) |
Referenced by action_update_sliding().
BSS f32 D_802B6790 |
Referenced by action_update_sliding().
BSS f32 D_802B6794 |
Referenced by action_update_sliding().
BSS f32 D_802B6798 |
Referenced by action_update_sliding().
BSS s32 D_802B679C |
Referenced by action_update_sliding().
BSS f32 MaxSlideAccel |
Referenced by action_update_sliding(), and func_802B6000_E27510().
BSS f32 MaxSlideVelocity |
Referenced by action_update_sliding(), and func_802B6000_E27510().
BSS f32 SlideAcceleration |
Referenced by action_update_sliding().
BSS f32 SlideLaunchSpeed |
Referenced by action_update_sliding(), and func_802B6000_E27510().