mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-08-18 05:58:21 -04:00
Couple matches (#466)
Removed some things from variables.h and functions.h Added headers for some src/data files
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include <ultra64.h>
|
||||
#include "data_800E45C0.h"
|
||||
|
||||
// Lights
|
||||
Lights1 D_800E45C0 = gdSPDefLights1(
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
#ifndef DATA_800E45C0_H
|
||||
#define DATA_800E45C0_H
|
||||
|
||||
extern Lights1 D_800E45C0;
|
||||
extern Lights1 D_800E45D8;
|
||||
extern Lights1 D_800E45F0;
|
||||
extern Lights1 D_800E4608;
|
||||
extern Lights1 D_800E4620;
|
||||
extern Lights1 D_800E4638;
|
||||
extern Lights1 D_800E4650;
|
||||
extern Lights1 D_800E4668;
|
||||
extern Lights1 D_800E4680;
|
||||
extern Lights1 D_800E4698;
|
||||
extern Lights1 D_800E46B0;
|
||||
extern Lights1 D_800E46C8;
|
||||
extern Lights1 D_800E46E0;
|
||||
extern u32 D_800E46F8[];
|
||||
extern u8 D_800E471C[];
|
||||
|
||||
#endif
|
||||
@@ -1,4 +1,5 @@
|
||||
#include <ultra64.h>
|
||||
#include "data_800E8700.h"
|
||||
|
||||
Vtx D_800E8700[] = {
|
||||
{{{ 8, 8, 0}, 0, {960, 0}, {0xFF, 0xFF, 0xFF, 0xFF}}},
|
||||
|
||||
@@ -0,0 +1,29 @@
|
||||
#ifndef DATA_800E8700_H
|
||||
#define DATA_800E8700_H
|
||||
|
||||
#include <ultra64.h>
|
||||
|
||||
extern Vtx D_800E8700[];
|
||||
extern Vtx D_800E8740[];
|
||||
extern Vtx D_800E8780[];
|
||||
extern Vtx D_800E87C0[];
|
||||
extern Vtx D_800E8800[];
|
||||
extern Vtx D_800E8840[];
|
||||
extern Vtx D_800E8880[];
|
||||
extern Vtx D_800E88C0[];
|
||||
extern Vtx D_800E8900[][4];
|
||||
extern Vtx D_800E8A00[];
|
||||
extern Vtx D_800E8A40[];
|
||||
extern Vtx D_800E8A80[];
|
||||
extern Vtx D_800E8AC0[];
|
||||
extern Vtx D_800E8B00[];
|
||||
extern Vtx D_800E8B40[];
|
||||
extern Vtx D_800E8B80[];
|
||||
extern Vtx D_800E8BC0[];
|
||||
extern Vtx D_800E8C00[];
|
||||
extern Vtx D_800E8C40[];
|
||||
extern Vtx D_800E8CC0[];
|
||||
extern Gfx D_800E8D40[];
|
||||
extern Gfx D_800E8DD0[];
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user