You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, thank you- i appreciate the pr! im pretty confident the static initializer is from some mystery tu because it only exists in revision 1 of the game, despite RPSysLoadScene being basically equivalent between the two revisions. also, there arent any symbols in wii fit u that suggest there could be extra data
The reason will be displayed to describe this comment to others. Learn more.
these functions will be private by default without public:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently RPSysQueue is linked with RP_80186E40 being merged with RPSysLoadScene.
I tried to define RP_80186E40 as a seperate tu but since the lbl for it is never used anywhere it gets optimized out, leading to linking errors.
I assume its apart of RPSysLoadScene due to its position in text, however if you think otherwise I can undo it