Currently the offset in a file splits csv is interpreted as an absolute vrom address, but the name suggests it should be an offset relative to the start of the segment.
Would this break any users? z64OvlDisasm.py in zelda64_compare always passes 0 for FileSplits vromStart.
Currently the
offset
in a file splits csv is interpreted as an absolute vrom address, but the name suggests it should be an offset relative to the start of the segment.Would this break any users? z64OvlDisasm.py in zelda64_compare always passes 0 for FileSplits vromStart.