Go to the source code of this file.
Data Structures | |
struct | TransformationData |
Enumerations | |
enum | { SUBSTATE_DISGUISE_INIT = 0 , SUBSTATE_USE_PARASOL = 1 , SUBSTATE_PUT_AWAY = 2 , SUBSTATE_DISGUISE_BEGIN = 3 , SUBSTATE_DISGUISE_WAIT_FOR_ANGLE = 4 , SUBSTATE_DISGUISE_MAKE_NPC = 5 , SUBSTATE_DISGUISE_SPIN_DOWN = 6 , SUBSTATE_DISGUISE_FINISH_SPIN = 7 , SUBSTATE_DISGUISE_DONE = 8 , SUBSTATE_REVERT_INIT = 20 , SUBSTATE_REVERT_WAIT_FOR_ANGLE = 21 , SUBSTATE_SPIN_DOWN = 22 , SUBSTATE_FINISH_SPIN = 23 , SUBSTATE_REVERT_DONE = 24 , SUBSTATE_ABORT = 26 , SUBSTATE_FAILED = 40 , SUBSTATE_BLOCKED = 50 } |
Functions | |
s32 | peach_disguise_check_overlaps (void) |
void | peach_force_disguise_action (s32) |
void | parasol_update_spin (void) |
Npc * | parasol_get_npc (void) |
void | action_update_parasol (void) |
Variables | |
BSS TransformationData | ParasolTransformation |
struct TransformationData |
anonymous enum |
Definition at line 21 of file sneaky_parasol.c.
s32 peach_disguise_check_overlaps | ( | void | ) |
Definition at line 614 of file 7E9D0.c.
Referenced by action_update_parasol().
void peach_force_disguise_action | ( | s32 | useParasol | ) |
Definition at line 514 of file 7E9D0.c.
Referenced by action_update_parasol().
void parasol_update_spin | ( | void | ) |
Definition at line 383 of file sneaky_parasol.c.
Referenced by action_update_parasol().
Npc * parasol_get_npc | ( | void | ) |
Definition at line 43 of file sneaky_parasol.c.
Referenced by action_update_parasol().
void action_update_parasol | ( | void | ) |
Definition at line 73 of file sneaky_parasol.c.
BSS TransformationData ParasolTransformation |
Definition at line 19 of file sneaky_parasol.c.
Referenced by action_update_parasol(), and parasol_update_spin().