Mario Kart 64
Loading...
Searching...
No Matches
update.inc.c
Go to the documentation of this file.
1
#include <
ultra64.h
>
2
#include <
actor_types.h
>
3
9
void
update_actor_paddle_boat
(
struct
PaddleWheelBoat
*boat) {
10
boat->
wheelRot
+= 0x38E;
11
}
actor_types.h
PaddleWheelBoat
Definition
actor_types.h:238
PaddleWheelBoat::wheelRot
s16 wheelRot
Definition
actor_types.h:242
ultra64.h
update_actor_paddle_boat
void update_actor_paddle_boat(struct PaddleWheelBoat *boat)
Rotates paddle boat's wheel.
Definition
update.inc.c:9
src
actors
paddle_boat
update.inc.c
Generated by
1.10.0