diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2023-11-14 09:20:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-14 09:20:12 -0700 |
| commit | 97522fb89950d4f46dc40e0a801169f138f81034 (patch) | |
| tree | 6fda63dc7b462c8eab63cf9a33e9b1284454e68e /courses | |
| parent | fcbd54ff8b7851fef42c6d53f224fc111f19838f (diff) | |
A small cleanup PR (#494)
* Update code_80005FD0.c
* Update code_80091750.c
* Update course_data.inc.c
Diffstat (limited to 'courses')
| -rw-r--r-- | courses/dks_jungle_parkway/course_data.inc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/courses/dks_jungle_parkway/course_data.inc.c b/courses/dks_jungle_parkway/course_data.inc.c index 1a3504032..6fc51118a 100644 --- a/courses/dks_jungle_parkway/course_data.inc.c +++ b/courses/dks_jungle_parkway/course_data.inc.c @@ -4178,6 +4178,9 @@ TrackWaypoint d_course_dks_jungle_parkway_unknown_waypoints[] = { {3, 0, 251, 0}, {3, 0, 45, 0}, {-32768, 0, 0, 0}, +}; + +TrackWaypoint d_course_dks_jungle_parkway_unknown_waypoints2[] = { {1237, 0, -1373, 0}, {1206, 0, -1365, 0}, {877, 0, -1272, 0}, |
