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
The following are known issues when building the US rom with the original compiler (./configure.py --shift us). Since pj64 is the easiest place to debug from, issues that manifest there will be listed first. Then will follow issues that manifest on ares, followed by issues that only manifest on hardware.
PJ64, other emulators, and hardware
Adding a byte to the SaveMetadata struct causes crashes
Ares and hardware
Crashes before the first part of the intro on a white screen (fixed in ca9478a)
Filenames contain trailing 0s for some reason when loading a file (may be an issue during saving too)
Hardware only
The text was updated successfully, but these errors were encountered:
I got a crash when using an item. This is because of an 80 byte overlap between the world_use_item and evt segments. evt_VRAM is calculated as 0x80496CE0 but world_use_item_VRAM_END is calculated as 0x80496D30 which overwrites part of the sort_scripts function in evt. Adding 80 bytes of unused BSS to world_use_item prevents the crash because of BSS not being initialized for the overlay but keeps the 80 bytes of overlap.
The following are known issues when building the US rom with the original compiler (./configure.py --shift us). Since pj64 is the easiest place to debug from, issues that manifest there will be listed first. Then will follow issues that manifest on ares, followed by issues that only manifest on hardware.
PJ64, other emulators, and hardware
Ares and hardware
Crashes before the first part of the intro on a white screen(fixed in ca9478a)Hardware only
The text was updated successfully, but these errors were encountered: