UnderminersTeam / UndertaleModTool

The most complete tool for modding, decompiling and unpacking Undertale (and other Game Maker: Studio games!)
GNU General Public License v3.0
1.07k stars 205 forks source link

GMS 2022.1 compilation causing subtle change in Deltarune entry #1501

Open nhaar opened 8 months ago

nhaar commented 8 months ago

Describe the bug

If you go on Deltarune 1.10 and try to change gml_Object_o_boxinghud_Draw_0 at all, the compilation will change the code slightly. In the original code, the heathbar won't be visible in the entrance

image

Doing anychange will cause it to start displaying it:

image

Reproducing steps

  1. Open Deltarune version 1.10 from Steam
  2. Change anything in gml_Object_o_boxinghud_Draw_0 and compile

Setup Details

  1. UndertaleModTool v0.5.1.0
  2. Windows 11
  3. Deltarune v1.10 from Steam
Miepee commented 1 month ago

@nhaar can you reproduce this with a bleeding edge build?