summaryrefslogtreecommitdiff
path: root/src/code_80005FD0.c
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2024-08-14 14:17:45 -0600
committerGitHub <noreply@github.com>2024-08-14 14:17:45 -0600
commit258892c6c9370a14d86140c7a8403a4b24be9f1d (patch)
tree7fc31a01db289cdccd258448293f45f9092c184a /src/code_80005FD0.c
parent33154e1d32a6663bb87ca786a7b9abbf949351be (diff)
Fix Jungle (#52)
* castle and stadium * castle * boardwalk & snowland * turnpike * jungle --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/code_80005FD0.c')
-rw-r--r--src/code_80005FD0.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code_80005FD0.c b/src/code_80005FD0.c
index cce34ebaa..a9ddf4917 100644
--- a/src/code_80005FD0.c
+++ b/src/code_80005FD0.c
@@ -35,6 +35,7 @@
#include "data/path_spawn_metadata.h"
#include <assets/kalimari_desert_data.h>
#include <assets/frappe_snowland_data.h>
+#include <assets/dks_jungle_parkway_data.h>
s32 unk_code_80005FD0_pad[24];
Collision D_80162E70;
@@ -4325,7 +4326,7 @@ void func_800120C8(void) {
}
void func_80012190(void) {
- TrackWaypoint *tree = NULL; // LOAD_ASSET(d_course_dks_jungle_parkway_unknown_waypoints2);
+ TrackWaypoint *tree = (TrackWaypoint *) LOAD_ASSET(d_course_dks_jungle_parkway_unknown_waypoints2);
s32 i;
for (i = 0; ; i++) {