srfsmrf_
Active Member
- May 24, 2024
- 782
- 718
- 179
Thanks!
Identical outcome, apart from some lines where whitespace was stripped from the end of the line (mostly 1 space, sometimes 4). Those were mostly play sound / stop music statements, some say statements and some that use a custom statement. So that must be related to that added
Seems to make sense / be correct behavior(?), as it does make it consistent with the surrounding lines that consistently don't have appended whitespace (identical to the decompile w/ your version).
I got curious, merged the stuff you left out (took yours as base), and compared a decompile I did the other day with your branch of My Bimbo Dream S1 v1.0.3a.Some stuff ofYou must be registered to see the linksi did not add, because i never encountered a use case/error.
Identical outcome, apart from some lines where whitespace was stripped from the end of the line (mostly 1 space, sometimes 4). Those were mostly play sound / stop music statements, some say statements and some that use a custom statement. So that must be related to that added
strip(' ') call I reckon.Seems to make sense / be correct behavior(?), as it does make it consistent with the surrounding lines that consistently don't have appended whitespace (identical to the decompile w/ your version).
Last edited: