Skip to content

Conversation

@MegaMech
Copy link
Contributor

@MegaMech MegaMech commented Jul 20, 2025

This PR needs testing and likely has a couple issues.

  • The array for choosing the Lap 3/3 texture overflows and displays garbage

  • These arrays need to become dynamic to set any lap amount and have like time trials works

image

func_800088D8 this also overflows:
temp_a3 = &CM_GetProps()->AIDistance[lapNum * 8];

save.c would also need changes

case 3: /* switch 1 */
if ((D_8018D114 == 0) || (D_8018D114 == 1)) {

if (*huhthedeuce == 1) {
Copy link
Contributor

@coco875 coco875 Jul 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe just replay the animation of lakitu for each lap to have an animation even if it's incorect

Copy link
Contributor Author

@MegaMech MegaMech Jul 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right now, nothing should happen between the extra laps which is kinda okay. This could be done. I'm not really sure what's best though.
Like do we really want lakitu to say "2nd" lap when it's wrong? Or "Final lap?" when it's wrong?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the best is just lakitu who say next lap. But do how you want

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps a 'next lap' function could be made. And it gets used if a next lap lakitu texture exists?

@MegaMech
Copy link
Contributor Author

As is, I'm not really interested in merging this PR until

  1. All the required changes have been completed
    or
  2. Only the changes necessary so that users who want to do this can, but with it not working perfectly. But without any regressions to the normal game.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants