summaryrefslogtreecommitdiff
path: root/src/code_800029B0.c
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2025-06-19 22:26:04 +0000
committerGitHub <noreply@github.com>2025-06-19 16:26:04 -0600
commit5d7cf20c83bf49e6b27f07684535727506526012 (patch)
treed5a02b39520ff255f4b1ffc557be5026d481427c /src/code_800029B0.c
parent602141fb11e2614583caa23b250ca115ce451c99 (diff)
pr Code 80005fd0 (#181)
* fix error * a lot of change * basic rename of local variable * continue rename and improve Enhancements * re-apply change * revert the remove of dma_texture and fix mtxf_multiplication * more documentation port * some fix * more fix * fix arround * Update torch * fix spelling --------- Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/code_800029B0.c')
-rw-r--r--src/code_800029B0.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code_800029B0.c b/src/code_800029B0.c
index 30263e4f9..7c406cf79 100644
--- a/src/code_800029B0.c
+++ b/src/code_800029B0.c
@@ -231,15 +231,15 @@ void setup_race(void) {
// Set finishline position. This is now done in files in src/engine/courses/*
// if (gModeSelection != BATTLE) {
- // D_8015F8D0[1] = (f32) (D_80164490->posY - 15);
- // D_8015F8D0[2] = D_80164490->posZ;
+ // D_8015F8D0[1] = (f32) (gCurrentTrackPath->posY - 15);
+ // D_8015F8D0[2] = gCurrentTrackPath->posZ;
// if (IsToadsTurnpike()) {
// D_8015F8D0[0] = (gIsMirrorMode != 0) ? D_80164490->posX + 138.0f : D_80164490->posX - 138.0f;
// } else if (IsWarioStadium()) {
// D_8015F8D0[0] = (gIsMirrorMode != 0) ? D_80164490->posX + 12.0f : D_80164490->posX - 12.0f;
// } else {
- // D_8015F8D0[0] = D_80164490->posX;
+ // D_8015F8D0[0] = gCurrentTrackPath->posX;
// }
// }
if (!gDemoMode) {