objdiff icon indicating copy to clipboard operation
objdiff copied to clipboard

MIPS Relocation Issue for values in `.lit4`

Open karas84 opened this issue 10 months ago • 0 comments

Looks like objdiff is counting .lit4 relocations as differences. The project I'm working with is the PS2 title Fatal Frame 1.

Here's a screenshot of the issue:

Image

Here is a ZIP containing both base and target objects: effect_obj.zip

The function in question is SetNegaCircle but there are others with the same issue in the same object.

The difference is also counted by objdiff-cli when generating the report.

karas84 avatar Apr 15 '25 20:04 karas84