diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-04-09 21:29:57 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-09 21:29:57 -0600 |
| commit | 3da5a4f343fa708abcc461d83337ef6df9863447 (patch) | |
| tree | 2ff74ffb532a89e5af9666250c2c60e7f339f9c0 /src/data/path_spawn_data.h | |
| parent | 2b66867af1975759dc7acfb3bbc2c9063ffa4353 (diff) | |
Add ymls for Torch code generator (#497)
* Add torch
* update jenkinsfile
Diffstat (limited to 'src/data/path_spawn_data.h')
| -rw-r--r-- | src/data/path_spawn_data.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/src/data/path_spawn_data.h b/src/data/path_spawn_data.h deleted file mode 100644 index 458239037..000000000 --- a/src/data/path_spawn_data.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifndef PATH_SPAWN_DATA_H -#define PATH_SPAWN_DATA_H - -#include "waypoints.h" -#include "common_structs.h" -#include "common_textures.h" -#include "include/bomb_kart.h" - -struct _struct_D_800DD9D0_0x10 { - /* 0x00 */ u16 unk0; - /* 0x02 */ u16 unk2; - /* 0x04 */ u16 unk4; - /* 0x06 */ u16 unk6; - /* 0x08 */ u16 unk8; - /* 0x0A */ char padA[6]; -}; // size 0x10 - -extern KartAIBehaviour *gKartAIBehaviourLUT[NUM_COURSES+1]; -extern TrackWaypoint nullPath; -extern TrackWaypoint *gCoursePathTable[][4]; -extern TrackWaypoint *D_800DC8D0[][4]; -extern s16 D_800DCA20[]; -extern f32 gKartAICourseMaximumWaypointSeparation[]; -extern f32 gKartAICourseMinimumWaypointSeparation[]; -extern s16 D_800DCAF4[]; -extern s16 D_800DCB34[]; -extern s16 *D_800DCBB4[]; -extern BombKartSpawn D_800DCC08[][NUM_BOMB_KARTS_MAX]; -extern struct _struct_D_800DD9D0_0x10 D_800DD9D0[]; -extern s32 D_800DDB20; -extern s32 D_800DDB24; - -#endif |
