Closed CTOBN closed 7 years ago
@CTOBN
Could you please re-run the extract with the -v flag and post the output here?
wiiuvcextractor -v alldata.psb.m
Also, what is the size of the produced file?
Hmm, it seems like it is the right size and it is at least reading the header correctly, but the first 4 bytes of the header (the entry point) are FE 0F 1E EA
instead of 2E 00 00 EA
which is what I would expect.
I will have to take a closer look at this release in particular.
@CTOBN Can you try manually replacing the first 4 bytes of the extracted gba rom with 2E 00 00 EA
using a hex editor and then attempting to open the rom in VBA-M?
That worked. Thank you.
Metroid Zero Mission does extract, but when I open the file in VBA-M I just get a white screen as shown below. Tried on both 0.4.1 and 0.4.2