Go to the source code of this file.
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 initialize_jump | ( | void | ) |
Definition at line 12 of file jump.c.
Referenced by action_update_jump(), and action_update_landing_on_switch().
void action_update_peach_step_down | ( | void | ) |
Definition at line 198 of file jump.c.
Referenced by action_update_step_down().
void action_update_peach_falling | ( | void | ) |
Definition at line 177 of file jump.c.
Referenced by action_update_falling().
void action_update_jump | ( | void | ) |
Definition at line 41 of file jump.c.
Referenced by action_update_step_down().
void action_update_landing_on_switch | ( | void | ) |
Definition at line 76 of file jump.c.
void action_update_falling | ( | void | ) |
Definition at line 114 of file jump.c.
void action_update_step_down | ( | void | ) |
Definition at line 141 of file jump.c.
|
extern |
Definition at line 7 of file 7BB60.c.
Referenced by action_update_landing_on_switch(), and handle_jumping_land_on_switch().
|
extern |
Definition at line 8 of file 7BB60.c.
Referenced by action_update_landing_on_switch(), and handle_jumping_land_on_switch().