diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-12 21:13:18 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-12 21:13:18 -0500 |
commit | 1ca032c6ff72bb52c9b16d4a42ac7913521216f9 (patch) | |
tree | 29060ca84ae5a64d70b06d5ce0c0c12e461d79b0 /include/strings.h | |
parent | 567b2af081ae40642b90622fdbef488d64bd6a8b (diff) |
Address review items, 1
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/strings.h b/include/strings.h index 79100cdd6..08e2b4bba 100644 --- a/include/strings.h +++ b/include/strings.h @@ -75,8 +75,8 @@ extern const u8 gText_Ferry[]; extern const u8 gText_SecretBase[]; extern const u8 gText_Hideout[]; extern const u8 gText_FlyToWhere[]; -extern const u8 gUnknown_085EC782[]; -extern const u8 gUnknown_085EC791[]; +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[]; |