Go to the source code of this file.
Enumerations | |
| enum | { SUBSTATE_ASCEND = 0 , SUBSTATE_HOVER = 1 , SUBSTATE_DESCEND = 2 , SUBSTATE_IMPACT = 3 , SUBSTATE_HIT_SWITCH = 11 , SUBSTATE_DONE_SWITCH = 12 } |
Functions | |
| void | phys_clear_spin_history (void) |
| void | record_jump_apex (void) |
| void | action_update_tornado_jump (void) |
Variables | |
| s32 | gSpinHistoryBufferPos |
| s32 | gSpinHistoryPosY [5] |
| s16 | gSpinHistoryPosAngle [5] |
| Enumerator | |
|---|---|
| SUBSTATE_ASCEND | |
| SUBSTATE_HOVER | |
| SUBSTATE_DESCEND | |
| SUBSTATE_IMPACT | |
| SUBSTATE_HIT_SWITCH | |
| SUBSTATE_DONE_SWITCH | |
Definition at line 11 of file tornado_jump.c.
Definition at line 71 of file 7E9D0.c.
Referenced by action_update_tornado_jump().
Definition at line 17 of file 7BB60.c.
Referenced by action_update_tornado_jump(), handle_jumping_land_on_switch(), handle_jumping_launch(), and phys_update_jump().
Definition at line 22 of file tornado_jump.c.
|
extern |
Definition at line 24 of file 7E9D0.c.
Referenced by action_update_tornado_jump(), phys_clear_spin_history(), phys_get_spin_history(), and phys_reset_spin_history().
|
extern |
Definition at line 27 of file 7E9D0.c.
Referenced by action_update_tornado_jump(), phys_clear_spin_history(), phys_get_spin_history(), and phys_reset_spin_history().
|
extern |
Definition at line 29 of file 7E9D0.c.
Referenced by action_update_tornado_jump(), phys_clear_spin_history(), phys_get_spin_history(), and phys_reset_spin_history().