diff options
author | Ben10do <Ben10do@users.noreply.github.com> | 2017-03-24 11:51:03 +0000 |
---|---|---|
committer | Ben10do <Ben10do@users.noreply.github.com> | 2017-03-24 11:51:03 +0000 |
commit | 288902139f00a9113ea9b360eb00d3109727dcfe (patch) | |
tree | 31ea082d847501b88fea31024e36b43697baeecc /text | |
parent | 30ccec783358f2bf12a414ff94503bccd387595a (diff) |
Revert "Fix floating sections"
This reverts commit e28b88f56d666484b994fc9cf28cc5d4cf50c803.
Diffstat (limited to 'text')
-rw-r--r-- | text/common_text.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/text/common_text.asm b/text/common_text.asm index 09a45a0fc..66a142849 100644 --- a/text/common_text.asm +++ b/text/common_text.asm @@ -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" |