Revert "Fix floating sections"

This reverts commit e28b88f56d.
This commit is contained in:
Ben10do
2017-03-24 11:51:03 +00:00
parent 30ccec7833
commit 288902139f
21 changed files with 176 additions and 176 deletions

View File

@@ -1,12 +1,12 @@
INCLUDE "includes.asm"
SECTION "Text 1", ROMX[$4000], BANK[$6F]
SECTION "Text 1", ROMX, BANK[$6F]
INCLUDE "text/common_1.asm"
SECTION "Text 2", ROMX[$4000], BANK[$70]
SECTION "Text 2", ROMX, BANK[$70]
INCLUDE "text/common_2.asm"
INCLUDE "text/common_3.asm"
SECTION "Text 3", ROMX[$4000], BANK[$71]
SECTION "Text 3", ROMX, BANK[$71]
INCLUDE "text/common_4.asm"
INCLUDE "text/common_5.asm"