From 56dcb964adbad36e7877156119bbd888cce36be3 Mon Sep 17 00:00:00 2001 From: Oleksandr Nemesh Date: Sun, 28 Apr 2024 20:23:22 +0300 Subject: [PATCH] add "Load Failed Bypass" --- CHANGELOG.md | 1 + resources/hacks/bypass.json | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5fc1e2..a493a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Added "Custom Wave Trail" * Added "Fullscreen"/"Borderless" toggles * Added "Hide Pause Menu" +* Added "Load Failed Bypass" * Added "Objects Scale Bypass" **Fixes**: diff --git a/resources/hacks/bypass.json b/resources/hacks/bypass.json index aed4b33..0a21653 100644 --- a/resources/hacks/bypass.json +++ b/resources/hacks/bypass.json @@ -298,6 +298,18 @@ "mask": "9090???9090" } ] + }, + { + "type": "toggle", + "title": "Load Failed Bypass", + "description": "Allows to load modified official levels", + "id": "bypass.modbypass", + "opcodes": [ + { + "pattern": "83F913^0F87????FF24", + "mask": "E9&(01+01)*03$0190" + } + ] } ] }