Mario Kart 64
Loading...
Searching...
No Matches
update.inc.c File Reference
#include <actors.h>
#include <code_800029B0.h>
#include <main.h>
#include "courses/choco_mountain/course_data.h"
Include dependency graph for update.inc.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void func_8029CF0C (struct ActorSpawnData *spawnData, struct FallingRock *rock)
 
void spawn_falling_rocks (struct ActorSpawnData *spawnData)
 Spawns falling rocks. Used in Choco Mountain.
 
void update_actor_falling_rocks (struct FallingRock *rock)
 Updates the falling rock actor. Actor used in Choco Mountain.
 

Function Documentation

◆ func_8029CF0C()

void func_8029CF0C ( struct ActorSpawnData * spawnData,
struct FallingRock * rock )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ spawn_falling_rocks()

void spawn_falling_rocks ( struct ActorSpawnData * spawnData)

Spawns falling rocks. Used in Choco Mountain.

Parameters
spawnData
Here is the call graph for this function:
Here is the caller graph for this function:

◆ update_actor_falling_rocks()

void update_actor_falling_rocks ( struct FallingRock * rock)

Updates the falling rock actor. Actor used in Choco Mountain.

Parameters
rock
Here is the call graph for this function:
Here is the caller graph for this function: