Mario Kart 64
Loading...
Searching...
No Matches
bomb_kart.h File Reference
#include <common_structs.h>
#include <mk64.h>
Include dependency graph for bomb_kart.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  BombKartSpawn
 
struct  BombKart
 

Macros

#define NUM_BOMB_KARTS_MAX   7
 
#define NUM_BOMB_KARTS_VERSUS   7
 
#define NUM_BOMB_KARTS_BATTLE   4
 
#define BOMB_STATE_INACTIVE   0
 
#define BOMB_STATE_CCW   1
 
#define BOMB_STATE_CW   2
 
#define BOMB_STATE_STATIONARY   3
 
#define BOMB_STATE_EXPLODED   4
 
#define BOMB_STATE_UNKNOWN   5
 

Variables

s32 gIndexObjectBombKart [NUM_BOMB_KARTS_MAX]
 Indexes for the objects associated with the Bomb Karts.
 
BombKart gBombKarts [NUM_BOMB_KARTS_MAX]
 
Collision D_80164038 [NUM_BOMB_KARTS_MAX]
 
BombKartSpawn gBombKartSpawns [NUM_COURSES][NUM_BOMB_KARTS_MAX]
 

Macro Definition Documentation

◆ BOMB_STATE_CCW

#define BOMB_STATE_CCW   1

◆ BOMB_STATE_CW

#define BOMB_STATE_CW   2

◆ BOMB_STATE_EXPLODED

#define BOMB_STATE_EXPLODED   4

◆ BOMB_STATE_INACTIVE

#define BOMB_STATE_INACTIVE   0

◆ BOMB_STATE_STATIONARY

#define BOMB_STATE_STATIONARY   3

◆ BOMB_STATE_UNKNOWN

#define BOMB_STATE_UNKNOWN   5

◆ NUM_BOMB_KARTS_BATTLE

#define NUM_BOMB_KARTS_BATTLE   4

◆ NUM_BOMB_KARTS_MAX

#define NUM_BOMB_KARTS_MAX   7

◆ NUM_BOMB_KARTS_VERSUS

#define NUM_BOMB_KARTS_VERSUS   7

Variable Documentation

◆ D_80164038

Collision D_80164038[NUM_BOMB_KARTS_MAX]
extern

◆ gBombKarts

BombKart gBombKarts[NUM_BOMB_KARTS_MAX]
extern

◆ gBombKartSpawns

BombKartSpawn gBombKartSpawns[NUM_COURSES][NUM_BOMB_KARTS_MAX]
extern

◆ gIndexObjectBombKart

s32 gIndexObjectBombKart[NUM_BOMB_KARTS_MAX]
extern

Indexes for the objects associated with the Bomb Karts.