Closed boricj closed 6 months ago
Sorry, only seeing it now, isn't the same as https://github.com/grumpycoders/pcsx-redux/pull/1557 ? I'll have a thorough look. I am behind on my fixes and stuff I need to do, sorry.
Hah, it is NOT the same fix at all. Great, I have two bugs around hi16. Thanks!
There's a HI16/LO16 relocation pair with a large addend (>32767) inside the
KanjiFntOpen()
function withinLIBGPU.LIB
that isn't converted correctly bypsyq-obj-parser
, due to a bad serialization of the addend in the converted ELF object file.Relocation with a large addend:
Before fix:
After fix: