545u
545u
> I've been working on these solo for the most part so any input from other finns would be appreciated. LGTM!
@RonaldF9521 Did you use the extractor tool before launching the game or did you just add the iso file to the iso_data folder? The extractor tool needs to be used...
#238 matches `StartupSif`.
I've been looking at those functions and they seem to be dialog related. The last function in `P2/sw` is `CancelSwDialogPlaying` so it would make sense in that regard that the...
I figured out that the issue is that the sizes of the `RPL` struct are different in the scratch and in the project. The compiler adds extra instructions in during...
> The reason it adds 4 bytes of padding when you change `sce/libs` to start at `0xF69C4` is because all TUs are aligned to 8 bytes, i.e. the TU offsets...
> It sounds like the offset of `sce/libs` is incorrect. Can you just push the offset of `sce/libs` back so the zap function doesn't overlap? I tried that already but...