Jacky720

Results 148 comments of Jacky720

Other ~~scripts suffering from this~~ asset resolver trip-ups include: Deltarune: ~~`draw_background_ext` argument0, should be sprite.~~ Resolved, apparently by pretending it's the function? I shouldn't complain. **The original issue is fixed...

Just updated. You're correct, in addition to the resolution (ha ha) of the problem I had originally. I'll leave this open for the meantime because a few that still don't...

All of the `choose` issues are covered by #1689. That leaves scr_roomname, special cases for DS maps (see #578), and draw_getpixel.

Failing case (may or may not fall through depending on b): ```gml a = 1 b = false switch (a) { case 1: c = 1 break; case 2: if...

Duplicate of #460, unless there's a Linux-specific UI framework you have in mind.

Current bleeding edge doesn't seem to have a complete decompilation crash, but still yields the disappearance described in #268.

I've added some preliminary description to [a fork](https://github.com/Jacky720/bayonetta_tools/blob/patch-1/binary_templates/MGRR%20wmb%20base.bt#L344), but every single value is labeled as unknown, lots are null (hard to tell the type), etc... but I think it has...

What do you mean, "fixed your problem with write"? Is that particular cutinfo file related? Do you think it's the same data, or related data? Would your messages be more...