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 |
| 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.
Definition at line 24 of file slide.c.
Referenced by action_update_sliding().
Definition at line 38 of file slide.c.
Definition at line 4 of file slide.c.
Referenced by action_update_sliding().
Definition at line 5 of file slide.c.
Referenced by action_update_sliding(), and func_802B6000_E27510().
Definition at line 6 of file slide.c.
Referenced by action_update_sliding(), and func_802B6000_E27510().
Definition at line 7 of file slide.c.
Referenced by action_update_sliding(), and func_802B6000_E27510().
Definition at line 8 of file slide.c.
Referenced by action_update_sliding().
Definition at line 9 of file slide.c.
Referenced by action_update_sliding().
Definition at line 10 of file slide.c.
Referenced by action_update_sliding().
Definition at line 11 of file slide.c.
Referenced by action_update_sliding().