summaryrefslogtreecommitdiff
path: root/text
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-06-17 19:14:55 -0400
committerPikalaxALT <pikalax1@gmail.com>2017-09-23 23:04:10 -0400
commit0e470bc785eedf96da20c364723ab59eb3fa5242 (patch)
tree0c618351aac442e1a2718e4fb2f734e3bcd3e8bd /text
parente1c2876ff69986c0d537507f96d3c270b745273b (diff)
Fix section linking
Create linker script and float all sections
Diffstat (limited to 'text')
-rw-r--r--text/common_text.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/text/common_text.asm b/text/common_text.asm
index 66a142849..c4891ab15 100644
--- a/text/common_text.asm
+++ b/text/common_text.asm
@@ -1,12 +1,12 @@
INCLUDE "includes.asm"
-SECTION "Text 1", ROMX, BANK[$6F]
+SECTION "Text 1", ROMX
INCLUDE "text/common_1.asm"
-SECTION "Text 2", ROMX, BANK[$70]
+SECTION "Text 2", ROMX
INCLUDE "text/common_2.asm"
INCLUDE "text/common_3.asm"
-SECTION "Text 3", ROMX, BANK[$71]
+SECTION "Text 3", ROMX
INCLUDE "text/common_4.asm"
INCLUDE "text/common_5.asm"