From 31edd7f803a9df47d76469559065af96d78f1c7d Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Tue, 9 Jan 2018 00:23:48 -0500 Subject: Move text/ into data/ --- data/common_text/common_text.asm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/common_text/common_text.asm (limited to 'data/common_text/common_text.asm') 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" -- cgit v1.2.3 From d0a8e8e7441a5ac4eee6e40cfeb6c3e77d6aace4 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Tue, 9 Jan 2018 00:36:15 -0500 Subject: =?UTF-8?q?includes.asm=20=E2=86=92=20constants.asm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/common_text/common_text.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/common_text/common_text.asm') diff --git a/data/common_text/common_text.asm b/data/common_text/common_text.asm index 9c212eae2..2f88b4e9d 100644 --- a/data/common_text/common_text.asm +++ b/data/common_text/common_text.asm @@ -1,4 +1,4 @@ -INCLUDE "includes.asm" +INCLUDE "constants.asm" SECTION "Text 1", ROMX -- cgit v1.2.3