diff options
author | camthesaxman <cameronghall@cox.net> | 2017-12-11 12:27:51 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-12-11 12:27:51 -0600 |
commit | c681b482c2ab0a4281cb6ad5927ce8ca565a3692 (patch) | |
tree | f921b45edbf2dfc050524dd48b1e0cf1bb6d45e9 /src/evolution_scene.c | |
parent | 19fbf024ff7e5bedc0f297a44c7df298a9bd0ef4 (diff) |
convert more constants
Diffstat (limited to 'src/evolution_scene.c')
-rw-r--r-- | src/evolution_scene.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/evolution_scene.c b/src/evolution_scene.c index 452035b54..c17921b74 100644 --- a/src/evolution_scene.c +++ b/src/evolution_scene.c @@ -16,9 +16,9 @@ #include "m4a.h" #include "menu.h" #include "pokedex.h" -#include "species.h" +#include "constants/species.h" #include "sound.h" -#include "songs.h" +#include "constants/songs.h" #include "overworld.h" #include "battle_message.h" #include "battle_string_ids.h" @@ -52,6 +52,7 @@ extern u8 gBattleTerrain; extern struct SpriteTemplate gUnknown_0202499C; extern bool8 gAffineAnimsDisabled; extern u16 gMoveToLearn; +extern const u8 gSpeciesNames[][11]; extern u8 gBattleCommunication[]; #define sEvoCursorPos gBattleCommunication[1] // when learning a new move |