Go to the source code of this file.
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 |
Enumerator | |
---|---|
SUBSTATE_SLIDING | |
SUBSTATE_STOP | |
SUBSTATE_LAUNCH | |
SUBSTATE_FALL | |
SUBSTATE_CRASH | |
SUBSTATE_GET_UP | |
SUBSTATE_DUST_OFF | |
SUBSTATE_DONE |
Definition at line 13 of file slide.c.
void func_802B6000_E27510 | ( | void | ) |
Definition at line 24 of file slide.c.
Referenced by action_update_sliding().
void action_update_sliding | ( | void | ) |
Definition at line 38 of file slide.c.
BSS f32 SlideAcceleration |
Definition at line 4 of file slide.c.
Referenced by action_update_sliding().
BSS f32 MaxSlideAccel |
Definition at line 5 of file slide.c.
Referenced by action_update_sliding(), and func_802B6000_E27510().
BSS f32 MaxSlideVelocity |
Definition at line 6 of file slide.c.
Referenced by action_update_sliding(), and func_802B6000_E27510().
BSS f32 SlideLaunchSpeed |
Definition at line 7 of file slide.c.
Referenced by action_update_sliding(), and func_802B6000_E27510().
BSS f32 D_802B6790 |
Definition at line 8 of file slide.c.
Referenced by action_update_sliding().
BSS f32 D_802B6794 |
Definition at line 9 of file slide.c.
Referenced by action_update_sliding().
BSS f32 D_802B6798 |
Definition at line 10 of file slide.c.
Referenced by action_update_sliding().
BSS s32 D_802B679C |
Definition at line 11 of file slide.c.
Referenced by action_update_sliding().