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/pokemon | |
| parent | 76ed8b1f370cea807f2b1ec6fd38a4229e18d6e3 (diff) | |
includes.asm → constants.asm
Diffstat (limited to 'data/pokemon')
| -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 |
3 files changed, 3 insertions, 3 deletions
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 |
