Data Structures | |
struct | DinoData |
struct | DinoPuzzleData |
Macros | |
#define | DINO_CELL_SIZE 50 |
#define | PUSH_TIME 40 |
#define | GRID_SIZE_X 9 |
#define | GRID_SIZE_Z 3 |
#define | DINO_COUNT 3 |
Enumerations | |
enum | { CELL_EMPTY = 0 , CELL_DINO = -1 } |
struct DinoData |
struct DinoPuzzleData |
Data Fields | ||
---|---|---|
s16 | cells[3][9] | |
DinoData | dinos[3] | |
char | unk_7E[0x2] |
#define DINO_CELL_SIZE 50 |
#define DINO_COUNT 3 |
#define GRID_SIZE_X 9 |
#define GRID_SIZE_Z 3 |
#define PUSH_TIME 40 |