Move text/ into data/
This commit is contained in:
16
data/common_text/common_text.asm
Normal file
16
data/common_text/common_text.asm
Normal file
@@ -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"
|
Reference in New Issue
Block a user