Go to the source code of this file.
◆ action_update_ride()
Definition at line 9 of file misc.c.
9 {
12
21 }
22
28 }
29 }
30}
BSS s32 PopupMenu_SelectedIndex
@ PS_FLAG_ACTION_STATE_CHANGED
void world_lakilester_sync_player_position(void)
void world_sushie_sync_player_position(void)
PartnerStatus gPartnerStatus
PlayerStatus gPlayerStatus
◆ action_update_state_23()
Definition at line 32 of file misc.c.
32 {
48
58 }
59
61 case 0:
63 case 1:
64 break;
65 default:
66 return;
67 }
68
70
73
75
78
83 }
85 }
86
91 }
93 }
94
103 }
104
107 } else {
109 }
110
114 }
115}
HitID player_raycast_below_cam_relative(PlayerStatus *playerStatus, f32 *outX, f32 *outY, f32 *outZ, f32 *outLength, f32 *hitRx, f32 *hitRz, f32 *hitDirX, f32 *hitDirZ)
void gravity_use_fall_parms(void)
void set_action_state(s32 actionState)
void sin_cos_rad(f32 rad, f32 *outSinTheta, f32 *outCosTheta)
BSS f32 D_802B6770_E27C80
GameStatus * gGameStatusPtr
◆ action_update_launch()
Definition at line 117 of file misc.c.
117 {
119
128
130 return;
131 }
133 }
134
138 }
139}
@ PA_FLAG_USING_PEACH_PHYSICS
◆ action_update_first_strike()
| void action_update_first_strike |
( |
void | | ) |
|
Definition at line 141 of file misc.c.
141 {
143
153 }
154
159 }
160}
void suggest_player_anim_always_forward(AnimID anim)
◆ action_update_raise_arms()
Definition at line 162 of file misc.c.
162 {
164
173 }
174
178 }
179}
@ PA_FLAG_RAISED_ARMS
Sets action state to ACTION_STATE_RAISE_ARMS on idle.
◆ action_update_pushing_block()
| void action_update_pushing_block |
( |
void | | ) |
|
Definition at line 181 of file misc.c.
181 {
183
187
193
194 if (((angle >= 45.0f) && (angle <= 135.0f)) || ((angle >= 225.0f) && (angle <= 315.0f))) {
196 } else {
198 }
199 }
200
202
208 }
209 }
210 }
211}
@ PA_FLAG_ABORT_PUSHING_BLOCK
void player_input_to_move_vector(f32 *angle, f32 *magnitude)
void suggest_player_anim_allow_backward(AnimID anim)
b32 check_input_jump(void)
◆ action_update_talk()
Definition at line 213 of file misc.c.
213 {
215
220
226 } else {
228 }
229 }
231 }
232
239 } else {
241 }
242 }
243 }
244}
DisguiseAnims BasicPeachDisguiseAnims[]
void peach_set_disguise_anim(AnimID)
◆ D_802B6770_E27C80