Skip to content

Commit

Permalink
Fix Varia cutscene highlight with fusion suit (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: Jesright73 <[email protected]>
  • Loading branch information
Miepee and Jesright73 authored Oct 20, 2023
1 parent 170a6e8 commit 27e452a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions YAMS-LIB/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -779,6 +779,7 @@ void RotateTextureAndSaveToTexturePage(int rotation, UndertaleTexturePageItem te

// Fix varia cutscene
ReplaceGMLInCode(gmData.Code.ByName("gml_Object_oSuitChangeFX_Step_0"), "bg1alpha = 0", "bg1alpha = 0; instance_create(x, y, oSuitChangeFX2);");
ReplaceGMLInCode(gmData.Code.ByName("gml_Object_oSuitChangeFX2_Create_0"), "image_index = 1133", "sprite_indx = sSuitChangeFX2_fusion");

// Make beams not instantly despawn when out of screen
ReplaceGMLInCode(gmData.Code.ByName("gml_Object_oBeam_Step_0"),
Expand Down

0 comments on commit 27e452a

Please sign in to comment.