diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-01 14:57:18 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-01 14:57:18 -0500 |
commit | 80b2c0eee67ac8a008c0a8c621b51e391d94df98 (patch) | |
tree | 00434c236b2b11b334610e2770dff78cb623bf03 /src/data/easy_chat | |
parent | 419c897292dbfbc4f6d43880eb94597987e09e2c (diff) | |
parent | 1f6dc0e86bca06afbb48b909c45e7794148d58bd (diff) |
Merge pull request #382 from GriffinRichards/relativeconstants
Use trainer constants in flags, automatically update flags/vars count
Diffstat (limited to 'src/data/easy_chat')
-rw-r--r-- | src/data/easy_chat/easy_chat_group_pokemon.h | 2 | ||||
-rw-r--r-- | src/data/easy_chat/easy_chat_group_pokemon2.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/data/easy_chat/easy_chat_group_pokemon.h b/src/data/easy_chat/easy_chat_group_pokemon.h index 15a182889..e3f54c19e 100644 --- a/src/data/easy_chat/easy_chat_group_pokemon.h +++ b/src/data/easy_chat/easy_chat_group_pokemon.h @@ -1,5 +1,3 @@ -#include "constants/species.h" - static const u16 sEasyChatGroup_Pokemon[] = { SPECIES_ABRA, SPECIES_ABSOL, diff --git a/src/data/easy_chat/easy_chat_group_pokemon2.h b/src/data/easy_chat/easy_chat_group_pokemon2.h index fbd3c0564..26211eec5 100644 --- a/src/data/easy_chat/easy_chat_group_pokemon2.h +++ b/src/data/easy_chat/easy_chat_group_pokemon2.h @@ -1,5 +1,3 @@ -#include "constants/species.h" - static const u16 sEasyChatGroup_Pokemon2[] = { SPECIES_ABRA, SPECIES_AERODACTYL, |