H-A-M-G-E-R

Results 106 comments of H-A-M-G-E-R

oops wrong screenshot ![image](https://github.com/user-attachments/assets/203b6e5b-9807-4680-abd6-d520cd2309cf)

> in other words for my second feature request: decompiled code respects assembly code order this is the only one thing ghidra needs to improve code readability

there's unreachable assembly in gml_Object_obj_heart_Step_0 look at the line that says ":[27]" of the assembly

in lines 36-55 of gml_Object_DEVICE_CHOICE_Step_0 it should decompile to this: while move { ccc = NAME[CURX, CURY] if (ccc == ">") CURX += 1 else if (ccc == "") CURX...

there are unnessessary elses and continues in gml_Object_obj_heart_Step_0 that change the compiled assembly that's the problem