mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2025-07-10 23:25:52 +00:00
A few issues were causing linker errors: - Auto-splits could contain symbols that have a higher alignment than the split itself. Detect this and create a new auto-split at these symbols. - The analyzer can miss objects in between other objects if there are no direct relocations to them. In these cases, non-zero data could just get totally lost. Detect and create symbols for these.