diff --git a/CHANGELOG.md b/CHANGELOG.md index 794d507..c1f7cf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) +## [1.2.3] - 2024-01-21 + +### Fixed +- ELM wil now work again. + ## [1.2.2] - 2024-01-17 ### Fixed diff --git a/YAMS-LIB/Program.cs b/YAMS-LIB/Program.cs index b3b8487..c07752f 100644 --- a/YAMS-LIB/Program.cs +++ b/YAMS-LIB/Program.cs @@ -2946,8 +2946,6 @@ void RotateTextureAndSaveToTexturePage(int rotation, UndertaleTexturePageItem te characterVarsCode.AppendGMLInCode("global.event[205] = global.skipCutscenes"); // Omega Mutation cutscene - event 300 characterVarsCode.AppendGMLInCode("global.event[300] = global.skipCutscenes"); - // Hatchling cutscene - 302 - characterVarsCode.AppendGMLInCode("global.event[302] = global.skipCutscenes"); // Also still increase the metroid counters from the hatchling cutscene gmData.Code.ByName("gml_Object_oEggTrigger_Create_0").PrependGMLInCode(""" if (global.skipCutscenes && !global.event[302])