SpaghettiKart
Loading...
Searching...
No Matches
update.inc.c File Reference
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)
 
void update_actor_falling_rocks (struct FallingRock *rock)
 Updates the falling rock actor. Actor used in Choco Mountain.
 

Variables

static struct ActorSpawnDatasRockSpawnData
 Spawns falling sRockSpawnData. 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)
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:

Variable Documentation

◆ sRockSpawnData

struct ActorSpawnData* sRockSpawnData
static

Spawns falling sRockSpawnData. Used in Choco Mountain.

Parameters
spawnData