diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 00:36:15 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 00:36:15 -0500 |
commit | d0a8e8e7441a5ac4eee6e40cfeb6c3e77d6aace4 (patch) | |
tree | 93e53bb13b07361867e485c2165f377f68241cda /data/common_text/common_text.asm | |
parent | 76ed8b1f370cea807f2b1ec6fd38a4229e18d6e3 (diff) |
includes.asm → constants.asm
Diffstat (limited to 'data/common_text/common_text.asm')
-rw-r--r-- | data/common_text/common_text.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |