diff options
author | itskobold <itskobold@users.noreply.github.com> | 2017-11-17 09:25:40 +0000 |
---|---|---|
committer | itskobold <itskobold@users.noreply.github.com> | 2017-11-17 09:25:40 +0000 |
commit | 370e47beeef3f115d071161a7b2f09dcfbd2168b (patch) | |
tree | 648fdb13c6a341e8efc5ba5c734f7cd25d826b60 /include/strings.h | |
parent | 46ee15b96250d53b4100171c572f6e6b6e2c99c6 (diff) | |
parent | a98c6bf210cec0591badb51be1e472c5fb4f1f1a (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald
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[]; |