diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 00:23:48 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 00:23:48 -0500 |
commit | 31edd7f803a9df47d76469559065af96d78f1c7d (patch) | |
tree | daa974e9dd72ab1f4c7c7b1ef279b2b46f1ec4d9 /data/common_text/common_text.asm | |
parent | 187196ff80e5e46a981429fc8dd1cf088a31ad5b (diff) |
Move text/ into data/
Diffstat (limited to 'data/common_text/common_text.asm')
-rw-r--r-- | data/common_text/common_text.asm | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/common_text/common_text.asm b/data/common_text/common_text.asm new file mode 100644 index 000000000..9c212eae2 --- /dev/null +++ b/data/common_text/common_text.asm @@ -0,0 +1,16 @@ +INCLUDE "includes.asm" + + +SECTION "Text 1", ROMX + +INCLUDE "data/common_text/common_text_1.asm" + + +SECTION "Text 2", ROMX + +INCLUDE "data/common_text/common_text_2.asm" + + +SECTION "Text 3", ROMX + +INCLUDE "data/common_text/common_text_3.asm" |