UnderminersTeam / UndertaleModTool

The most complete tool for modding, decompiling and unpacking Undertale (and other GameMaker games!)
GNU General Public License v3.0
1.14k stars 217 forks source link

Multiple decompilation errors on latest master for Deltarune Chapter 2 #613

Open Grossley opened 2 years ago

Grossley commented 2 years ago

Errors of type System.InvalidCastException: Unable to cast object of type 'DirectFunctionCall' to type 'ExpressionVar'.

gml_GlobalScript_scr_ease_out
gml_GlobalScript_scr_ease_in
gml_GlobalScript_scr_ease_in_dx

Errors of type System.Exception: Reentered block with different amount of vars on stack (Entry: 0, Actual Count: 1)

gml_Object_obj_ch2_city07_Step_0
Jacky720 commented 2 years ago

These scripts now decompile (though the latter still has a temp var on a probably separate issue).