diff options
author | yenatch <yenatch@gmail.com> | 2017-09-24 01:23:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-24 01:23:34 -0400 |
commit | 17448c51a51bb3ddd20b0349ae274980638b0980 (patch) | |
tree | 2fb67aea7bc8026bd17d0bcbeab86ad3780e9e24 /text | |
parent | 1de1bdbce73672dfa9cc3ddfce528dcb07ec253b (diff) | |
parent | 46bc3e4c883a5d73dc5b4abcfcaeb25f9eed0cdf (diff) |
Merge pull request #389 from yenatch/rgbds-3
rgbds 0.3.3
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 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" |