diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-11-15 23:24:45 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-15 23:24:45 -0600 |
commit | c0d180a8702b9b20afe07b09316286f6406e5811 (patch) | |
tree | 1a57d3cd1aa3a5dad485785fd8309f0d80fd73d1 /include/strings.h | |
parent | 6a73c89e5448f74f994a303f4d44283316368e07 (diff) | |
parent | b46a15b03eba7811156852fdedd1ec03cd107978 (diff) |
Merge pull request #100 from PikalaxALT/heal_location
Heal location and Field Region Map
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index fcdb1eca4..08e2b4bba 100644 --- a/include/strings.h +++ b/include/strings.h @@ -70,6 +70,13 @@ extern const u8 gText_Cushion[]; extern const u8 gText_Decorate[]; extern const u8 gText_PutAway[]; extern const u8 gText_Toss2[]; +extern const u8 gText_Hoenn[]; +extern const u8 gText_Ferry[]; +extern const u8 gText_SecretBase[]; +extern const u8 gText_Hideout[]; +extern const u8 gText_FlyToWhere[]; +extern const u8 gText_PokemonLeague[]; +extern const u8 gText_PokemonCenter[]; extern const u8 gText_ApostropheSBase[]; extern const u8 gText_NoRegistry[]; extern const u8 gText_OkayToDeleteFromRegistry[]; |