Closed colinator27 closed 3 months ago
Download the artifacts for this pull request here:
GUI:
CLI:
The EmSize
typo prevents the Xbox version of Undertale from saving 1 to 1. Might be worth its own small PR.
the emsize fix should be removed from here now
Description
#if DEBUG
, to ensure consistent behavior on Release builds.FixedEmSize
on fonts (when in float form) being accidentally always parsed as 0, due to a typo.Caveats
Has potential to break some instruction parsing if I typo'd somewhere, but I did test it on multiple games (including Undertale 1.00, a bytecode 14 game), and it seems to work fine. If it does break, it'll be pretty obvious, as re-saving a data.win file will show differences in the code.
Notes
Probably too risky to merge into stable,
although in the event that we make a minor release, we may want to backport the. It affects the Deltarune Chapter 1 & 2 demo, version 1.15 (which I tested this PR on).EmSize
typo fix, as that is pretty diabolical