-
Notifications
You must be signed in to change notification settings - Fork 102
Allow Users to Set MAX_LAPS #495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
src/code_80057C60.c
Outdated
| case 3: /* switch 1 */ | ||
| if ((D_8018D114 == 0) || (D_8018D114 == 1)) { | ||
|
|
||
| if (*huhthedeuce == 1) { |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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?
|
As is, I'm not really interested in merging this PR until
|
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
func_800088D8 this also overflows:
temp_a3 = &CM_GetProps()->AIDistance[lapNum * 8];
save.c would also need changes