You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably not an issue of Open AGB Firm, just a note to other users: the ROM Metroid: Zero Mission (Europe) (Virtual Console) seems to be unplayable; it halts at a white screen upon load.
The ROM's integrity was verified before testing the different save types, none worked.
Granted, this is a Trusted - Not Verified dump, but other ROMs that halt at a white screen do play after the correct save type is selected. This one failed to load after trying all save type options.
The text was updated successfully, but these errors were encountered:
This VC dump is patched to high hell with emulator specific looking code + some extra headers/footers.
The first instruction in the ROM has been patched to jump to 0x8784000. At that offset i see instructions which are not valid on ARM7. For example: 8784008: ee801000 cdp 0, 8, cr1, cr0, cr0, {0}
With this patch the game seems to run fine. It removes the weird jump to 0x08784000 so the invalid code never gets executed but i can't guarantee that they didn't add more weird patches.
Probably not an issue of Open AGB Firm, just a note to other users: the ROM Metroid: Zero Mission (Europe) (Virtual Console) seems to be unplayable; it halts at a white screen upon load.
The ROM's integrity was verified before testing the different save types, none worked.
Its page at No Intro's database:
https://datomatic.no-intro.org/index.php?page=show_record&s=23&n=x159
Granted, this is a Trusted - Not Verified dump, but other ROMs that halt at a white screen do play after the correct save type is selected. This one failed to load after trying all save type options.
The text was updated successfully, but these errors were encountered: