Skip to content

Commit

Permalink
Fix ELM not working. (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miepee authored Jan 21, 2024
1 parent 85c26a1 commit 983cb33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions YAMS-LIB/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 983cb33

Please sign in to comment.