Add data/text/

This commit is contained in:
Rangi
2018-01-22 17:33:52 -05:00
parent cb5e3378de
commit f44b7ad5c3
23 changed files with 28 additions and 28 deletions

View File

@@ -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"

16
data/text/common_text.asm Normal file
View File

@@ -0,0 +1,16 @@
INCLUDE "constants.asm"
SECTION "Text 1", ROMX
INCLUDE "data/text/common_text_1.asm"
SECTION "Text 2", ROMX
INCLUDE "data/text/common_text_2.asm"
SECTION "Text 3", ROMX
INCLUDE "data/text/common_text_3.asm"