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