diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-22 17:33:52 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-22 17:33:52 -0500 |
commit | f44b7ad5c30f80d1032a9cab2e3272ef0a7efe86 (patch) | |
tree | 7ae0c8fcc4ec276ec715f7ec23f79929b481ea0a /data/common_text/common_text.asm | |
parent | cb5e3378de0582217cdb308d33cee7afb4d7cb89 (diff) |
Add data/text/
Diffstat (limited to 'data/common_text/common_text.asm')
-rw-r--r-- | data/common_text/common_text.asm | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/data/common_text/common_text.asm b/data/common_text/common_text.asm deleted file mode 100644 index 2f88b4e9d..000000000 --- a/data/common_text/common_text.asm +++ /dev/null @@ -1,16 +0,0 @@ -INCLUDE "constants.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" |