Skip to content

Conversation

@LagoLunatic
Copy link
Collaborator

The "Combine text sections" option currently has a bug where it will combine all sections into one named ".text", even the ones that were originally named ".init". This causes issues for the __start TU, making it never show as 100% matched even when it is: https://decomp.dev/zeldaret/tp?unit=framework%2Fdolphin%2Fos%2F__start (This option is enabled by default for report generation, so this affects all projects with text sections not named ".text".)

This PR copies the data combine logic so that ".init" and ".text" get combined separately from one another.

Before:
image
After:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant