You've already forked decomp-toolkit
mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2026-03-30 11:06:18 -07:00
bb18a4b253
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.