From ce79e54d39a3b6cb43c7b226806e1f04006a5bf9 Mon Sep 17 00:00:00 2001 From: Miepee Date: Thu, 11 Sep 2025 14:10:01 +0200 Subject: [PATCH] Fix: File import order with Instant Unmorph --- src/main.s | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main.s b/src/main.s index 62966b3..9a47fd6 100644 --- a/src/main.s +++ b/src/main.s @@ -134,11 +134,6 @@ DataFreeSpaceEnd equ DataFreeSpace + DataFreeSpaceLen .endif -; Instant Unmorph Patch -.if INSTANT_UNMORPH -.include "src/physics/instant-morph.s" -.endif - ; Accessibility patches ; Patches which make the game more acccessible to people. .if ACCESSIBILITY @@ -146,6 +141,11 @@ DataFreeSpaceEnd equ DataFreeSpace + DataFreeSpaceLen .include "src/a11y/accessible-flashing.s" .endif +; Instant Unmorph Patch +.if INSTANT_UNMORPH +.include "src/physics/instant-morph.s" +.endif + ; Non-linearity patches ; Patches which mitigate or remove linear story restrictions ; Forced if randomizer flag is on