mirror of
https://github.com/n64decomp/mk64
synced 2026-07-11 13:48:45 -04:00
Document Vehicles (#641)
* start doc collision * fix merge * finish rename fonction related to vehicle * document around waypoint of vehicle * make some modification * make some change and rename one * copy_ to oldPos * doc smoke ferry and train * some rename * fix some renaming * precise index * rename a funciton * simplify waypoint_vehicles * change some name * change some name * rename move_to_point_direction * fix some conflict * Update code_80005FD0.c * Update code_80005FD0.h --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
@@ -4181,7 +4181,7 @@ TrackWaypoint d_course_dks_jungle_parkway_unknown_waypoints[] = {
|
||||
{-32768, 0, 0, 0},
|
||||
};
|
||||
|
||||
TrackWaypoint d_course_dks_jungle_parkway_unknown_waypoints2[] = {
|
||||
TrackWaypoint d_course_dks_jungle_parkway_ferry_waypoints[] = {
|
||||
{1237, 0, -1373, 0},
|
||||
{1206, 0, -1365, 0},
|
||||
{877, 0, -1272, 0},
|
||||
|
||||
@@ -113,6 +113,7 @@ extern Gfx d_course_dks_jungle_parkway_dl_7008[];
|
||||
extern Gfx d_course_dks_jungle_parkway_dl_7080[];
|
||||
extern Gfx d_course_dks_jungle_parkway_dl_7108[];
|
||||
extern TrackWaypoint d_course_dks_jungle_parkway_unknown_waypoints[];
|
||||
extern TrackWaypoint d_course_dks_jungle_parkway_ferry_waypoints[];
|
||||
extern TrackWaypoint d_course_dks_jungle_parkway_track_waypoints[];
|
||||
extern Vtx d_course_dks_jungle_parkway_paddle_boat_model1[];
|
||||
extern Vtx d_course_dks_jungle_parkway_paddle_boat_model2[];
|
||||
|
||||
@@ -3801,7 +3801,7 @@ TrackWaypoint d_course_kalimari_desert_unknown_waypoints[] = {
|
||||
{-32768, 0, 0, 0},
|
||||
};
|
||||
|
||||
TrackWaypoint d_course_kalimari_desert_track_unknown_waypoints[] = {
|
||||
TrackWaypoint d_course_kalimari_desert_train_waypoints[] = {
|
||||
{-741, 0, 2114, 0},
|
||||
{-741, 0, 2130, 0},
|
||||
{-741, 0, 2364, 0},
|
||||
|
||||
@@ -88,7 +88,7 @@ extern Gfx d_course_kalimari_desert_dl_66F0[];
|
||||
extern Gfx d_course_kalimari_desert_dl_6838[];
|
||||
extern Gfx d_course_kalimari_desert_dl_6940[];
|
||||
extern TrackWaypoint d_course_kalimari_desert_unknown_waypoints[];
|
||||
extern TrackWaypoint d_course_kalimari_desert_track_unknown_waypoints[];
|
||||
extern TrackWaypoint d_course_kalimari_desert_train_waypoints[];
|
||||
extern TrackWaypoint d_course_kalimari_desert_track_waypoints[];
|
||||
extern u8 d_course_kalimari_desert_tree_tlut[];
|
||||
extern Vtx d_course_kalimari_desert_cactus_model1[];
|
||||
|
||||
Reference in New Issue
Block a user