Functions | |
| void | initialize_jump (void) |
| void | action_update_peach_step_down (void) |
| void | action_update_peach_falling (void) |
| void | action_update_jump (void) |
| void | action_update_landing_on_switch (void) |
| void | action_update_falling (void) |
| void | action_update_step_down (void) |
Variables | |
| f32 | JumpedOnSwitchX |
| f32 | JumpedOnSwitchZ |
| void action_update_falling | ( | void | ) |
| void action_update_jump | ( | void | ) |
Referenced by action_update_step_down().
| void action_update_landing_on_switch | ( | void | ) |
| void action_update_peach_falling | ( | void | ) |
Referenced by action_update_falling().
| void action_update_peach_step_down | ( | void | ) |
Referenced by action_update_step_down().
| void action_update_step_down | ( | void | ) |
| void initialize_jump | ( | void | ) |
Referenced by action_update_jump(), and action_update_landing_on_switch().
|
extern |
Referenced by action_update_landing_on_switch(), and handle_jumping_land_on_switch().
|
extern |
Referenced by action_update_landing_on_switch(), and handle_jumping_land_on_switch().