Anghelo Carvajal
Anghelo Carvajal
From what I know the other Mario party 3 decomp repo already fixed this issue by properly setting stuff on the yaml file. https://github.com/zestydevy/marioparty3
Superseded by #1120
Currently who is using this feature? I thought papermario was the only one using it and as far as I know they migrated to C files instead
Closing due to inactivity and many of the changes being applied on other PRs
I think he wants only one enum instead of two because those two enums overlap. Personally I think merging those two enums would make stuff confusing and error prone (OoB...
This PR is still in draft. What is it waiting for?
Marking as "held" until #1443 is merged
I think leaving the `ALIGNED8` macro for `gSaveContext` is fine. My opinion in the macros is to only have macros for accesses like `((void)0, blah)`, having macros for every member...
Oh wtf, I have no recall of writing that comment, but git blame points to me lol. I don't see how using proper structs could allow removing the macro, I...
This is not a bug, this is an actual difference. This is caused because of objdump's pseudo instructions. You can see the actual difference in the scratch you posted by...