diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-24 14:30:32 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-24 14:30:32 -0500 |
commit | 1df28a6beb1f25bba384e446febe833c68b17056 (patch) | |
tree | 58857fde65fc6fcf30028eaa76946376d7d51c16 /text/common_text.asm | |
parent | 2a2222476ae509aaebd7851abd49172cf6e854d4 (diff) | |
parent | da87d2a929b1d58175efe063833c124d8ba702c9 (diff) |
Merge branch 'master' of github.com:pret/pokecrystal into scriptmacrorenaming
Diffstat (limited to 'text/common_text.asm')
-rw-r--r-- | text/common_text.asm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/text/common_text.asm b/text/common_text.asm new file mode 100644 index 000000000..66a142849 --- /dev/null +++ b/text/common_text.asm @@ -0,0 +1,12 @@ +INCLUDE "includes.asm" + +SECTION "Text 1", ROMX, BANK[$6F] +INCLUDE "text/common_1.asm" + +SECTION "Text 2", ROMX, BANK[$70] +INCLUDE "text/common_2.asm" +INCLUDE "text/common_3.asm" + +SECTION "Text 3", ROMX, BANK[$71] +INCLUDE "text/common_4.asm" +INCLUDE "text/common_5.asm" |