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
This bug was introduced in the earlier commit that fixed recompiling Robin, Sonic, etc. I don't know why, but it changes around the braces such that the logic of the conditionals doesn't work well at all anymore. Below, on the left is the code before compilation, and on the right is the code after decompilation of that compilation. Notice the added brace at line 21 for the true block, and the lack of braces at line 38 for the false blocks.
The text was updated successfully, but these errors were encountered:
Update: I believe this and #75 are caused by the same thing, so at the very least i should get these working 100% before worrying about the edge cases later
This bug was introduced in the earlier commit that fixed recompiling Robin, Sonic, etc. I don't know why, but it changes around the braces such that the logic of the conditionals doesn't work well at all anymore. Below, on the left is the code before compilation, and on the right is the code after decompilation of that compilation. Notice the added brace at line 21 for the true block, and the lack of braces at line 38 for the false blocks.
The text was updated successfully, but these errors were encountered: