Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions src/main.s
Original file line number Diff line number Diff line change
Expand Up @@ -134,18 +134,18 @@ 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
.include "src/a11y/accessible-enemy-gfx.s"
.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
Expand Down