diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2025-07-03 06:36:53 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-03 06:36:53 -0600 |
| commit | f9d2b51a53046b8ae9f15a11e969e466fa0e741a (patch) | |
| tree | a8187ef33fce034a4b6bdc620f5c5d78403d8662 /src/code_80005FD0.c | |
| parent | 99689a3f70d8cb38178f92b87ecdcdbbdb200429 (diff) | |
Clear Podium Actors, Path debug info (#405)
* Various Changes
* Update code_80005FD0.c
* Update code_80005FD0.c
Diffstat (limited to 'src/code_80005FD0.c')
| -rw-r--r-- | src/code_80005FD0.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code_80005FD0.c b/src/code_80005FD0.c index 14098e7bf..c05617ee4 100644 --- a/src/code_80005FD0.c +++ b/src/code_80005FD0.c @@ -3728,6 +3728,8 @@ void load_track_path(s32 pathIndex) { if (!bInvalidPath) { var_v0 = func_80011014(pathDest, path, sp24, pathIndex); gPathCountByPathIndex[pathIndex] = (u16) var_v0; + } else { + printf("PathTable is invalid. It has %d path points\n It may also be missing the end tag.\n", i); } } } |
