Mario Kart 64
Loading...
Searching...
No Matches
update.inc.c
Go to the documentation of this file.
1#include <actors.h>
2
9void update_actor_wario_sign(struct Actor* arg0) {
10 arg0->rot[1] += 0xB6;
11}
Definition actor_types.h:120
Vec3s rot
Definition actor_types.h:127
void update_actor_wario_sign(struct Actor *arg0)
Updates the Wario sign actor. Used in Wario Stadium.
Definition update.inc.c:9