diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-01 16:43:38 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-01 16:44:08 -0400 |
commit | b5de3ab0123def8c6de850ddb19df03c1214ebcc (patch) | |
tree | 7958830893cf5f2162191f6ad68ca7561652a757 /src/data/easy_chat/easy_chat_group_pokemon.h | |
parent | 2100eb9d8194683f8814237c16333b76bfb2c0c9 (diff) |
Easy chat groups and such are static too
Diffstat (limited to 'src/data/easy_chat/easy_chat_group_pokemon.h')
-rw-r--r-- | src/data/easy_chat/easy_chat_group_pokemon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/easy_chat/easy_chat_group_pokemon.h b/src/data/easy_chat/easy_chat_group_pokemon.h index 9993a5144..15a182889 100644 --- a/src/data/easy_chat/easy_chat_group_pokemon.h +++ b/src/data/easy_chat/easy_chat_group_pokemon.h @@ -1,6 +1,6 @@ #include "constants/species.h" -const u16 gEasyChatGroup_Pokemon[] = { +static const u16 sEasyChatGroup_Pokemon[] = { SPECIES_ABRA, SPECIES_ABSOL, SPECIES_AGGRON, |