Some RPSystem TU's - #148
Conversation
Report for RSPE01_01 (4c08445 - c91328c)📈 Matched code: 34.17% (+0.03%, +1156 bytes) ✅ 14 new matches
📈 4 improvements in unmatched items
|
|
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 |
ah I see I'm also working on RPSysCommonObject |
|
ready for review again do note that i tried to keep symbol names aligned with the ghidra repo and wii fit u symbols ( I didn't know wii fit u had symbols before lol) |
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