Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
add "Load Failed Bypass"
Browse files Browse the repository at this point in the history
  • Loading branch information
Prevter committed Apr 28, 2024
1 parent d819b8d commit 56dcb96
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down
12 changes: 12 additions & 0 deletions resources/hacks/bypass.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
]
}

0 comments on commit 56dcb96

Please sign in to comment.