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
11
void
update_actor_paddle_boat
(
struct
PaddleWheelBoat
* boat) {
12
boat->
wheelRot
+= 0x38E;
13
}
actor_types.h
update_actor_paddle_boat
void update_actor_paddle_boat(struct PaddleWheelBoat *boat)
Updates the paddle boat actor. Actor used in DK's Jungle Parkway. Rotate only the paddle wheel,...
Definition
update.inc.c:11
PaddleWheelBoat
Definition
actor_types.h:248
PaddleWheelBoat::wheelRot
s16 wheelRot
Definition
actor_types.h:252
ultra64.h
src
actors
paddle_boat
update.inc.c
Generated by
1.11.0