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
xml: project XML now supports escaping problematic characters in ROM …
…title
- this can happen in certain roms [like Ryaman prototype] when the header is garbage or has weird stuff going on
label mirroring: fix broken generated expressions for negative displa…
…cements
- we need to always print the abs value of the displacement offset, never negative
- printing negative would also result in a hex-formatted weird looking (and technically incorrect anyway) string
- thanks @bogaa for the repro
special directives: add DontGenerateTemporaryLabelAtDestination
- if Diz detects you're modifying the IA text to be an expression, it will now not generate a temp label at the destination
- useful to prevent phantom overzealous PTR_xxxx and DATA_xxxx labels, when all you really wanted to do was offset from an existing label