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 | |
parent | 76ed8b1f370cea807f2b1ec6fd38a4229e18d6e3 (diff) |
includes.asm → constants.asm
Diffstat (limited to 'data')
-rw-r--r-- | data/common_text/common_text.asm | 2 | ||||
-rw-r--r-- | data/pokemon/dex_entries.asm | 2 | ||||
-rw-r--r-- | data/pokemon/egg_moves.asm | 2 | ||||
-rw-r--r-- | data/pokemon/evos_attacks.asm | 2 |
4 files changed, 4 insertions, 4 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 diff --git a/data/pokemon/dex_entries.asm b/data/pokemon/dex_entries.asm index 92b9c6b06..7381a4262 100644 --- a/data/pokemon/dex_entries.asm +++ b/data/pokemon/dex_entries.asm @@ -1,4 +1,4 @@ -INCLUDE "includes.asm" +INCLUDE "constants.asm" SECTION "Pokedex Entries 001-064", ROMX diff --git a/data/pokemon/egg_moves.asm b/data/pokemon/egg_moves.asm index 52d244c39..dc6dbb06a 100644 --- a/data/pokemon/egg_moves.asm +++ b/data/pokemon/egg_moves.asm @@ -1,4 +1,4 @@ -INCLUDE "includes.asm" +INCLUDE "constants.asm" SECTION "Egg Moves", ROMX diff --git a/data/pokemon/evos_attacks.asm b/data/pokemon/evos_attacks.asm index f21febf87..2649bb7a1 100644 --- a/data/pokemon/evos_attacks.asm +++ b/data/pokemon/evos_attacks.asm @@ -1,4 +1,4 @@ -INCLUDE "includes.asm" +INCLUDE "constants.asm" SECTION "Evolutions and Attacks", ROMX |