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/code_80005FD0.c | |
| 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/code_80005FD0.c')
| -rw-r--r-- | src/code_80005FD0.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code_80005FD0.c b/src/code_80005FD0.c index 43ab7a8c0..cce34ebaa 100644 --- a/src/code_80005FD0.c +++ b/src/code_80005FD0.c @@ -34,6 +34,7 @@ #include "sounds.h" #include "data/path_spawn_metadata.h" #include <assets/kalimari_desert_data.h> +#include <assets/frappe_snowland_data.h> s32 unk_code_80005FD0_pad[24]; Collision D_80162E70; @@ -4324,7 +4325,7 @@ void func_800120C8(void) { } void func_80012190(void) { - TrackWaypoint *tree = d_frappe_snowland_tree; + TrackWaypoint *tree = NULL; // LOAD_ASSET(d_course_dks_jungle_parkway_unknown_waypoints2); s32 i; for (i = 0; ; i++) { |
