Skip to content

Add Mario Kart 64#102

Closed
Yanis002 wants to merge 29 commits intozeldaret:mainfrom
Yanis002:mk64
Closed

Add Mario Kart 64#102
Yanis002 wants to merge 29 commits intozeldaret:mainfrom
Yanis002:mk64

Conversation

@Yanis002
Copy link
Collaborator

This PR adds splits and symbols for each MK64 regions (except the korean version since it was released a year or two after OoT), also I renamed oot-vc to wii-vc to make it more generic. Also I tried to match everything I could, currently the progress is even with OoT except for the non-matching files for OoT

Main focus still is OoT but doesn't hurt to look at the other versions too, also it will highlight the evolution of the codebase

case VI_MPAL:
case VI_EURGB60:
rmode = &GXPal528IntDf;
#if !IS_MK64
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I don't like this (#if !IS_MK64) but idk how to do it properly, the intent here is saying "if version >= OoT"

maybe I should reorder the version numbers so I can do #if VERSION >= OOT_J or something

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I think this is better now

@Yanis002
Copy link
Collaborator Author

closing in favor of #103

@Yanis002 Yanis002 closed this Oct 20, 2025
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.

1 participant