diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-08-13 22:26:16 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-13 22:26:16 -0600 |
| commit | 177504c4954d54d24a0716cdf142f33eb6d2aedf (patch) | |
| tree | 8bf03ce716ca52e11e9939cc3f91b8bf7c4f6e24 /src/data | |
| parent | 745ed093ec77b4ee99ed6b4839e6e2b5f7375e11 (diff) | |
Add Courses (#49)
* castle and stadium
* castle
* boardwalk & snowland
* turnpike
---------
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/path_spawn_metadata.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/data/path_spawn_metadata.c b/src/data/path_spawn_metadata.c index 1023c03b3..aea6ff3be 100644 --- a/src/data/path_spawn_metadata.c +++ b/src/data/path_spawn_metadata.c @@ -7,6 +7,9 @@ #include <assets/kalimari_desert_data.h> #include <assets/moo_moo_farm_data.h> #include <assets/choco_mountain_data.h> +#include <assets/wario_stadium_data.h> +#include <assets/bowsers_castle_data.h> +#include <assets/frappe_snowland_data.h> // @warning Array contains an extra zero element at the end. KartAIBehaviour *gKartAIBehaviourLUT[] = { |
