diff options
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 3899b63aa..d0c339d4a 100644 --- a/include/strings.h +++ b/include/strings.h @@ -986,6 +986,9 @@ extern const u8 gText_SomeonesPC[]; extern const u8 gText_PlayersPC[]; extern const u8 gText_WhichPCShouldBeAccessed[]; +extern const u8 gText_NavgearMatchCall_Strategy[]; +extern const u8 gText_NavgearMatchCall_TrainerPokemon[]; +extern const u8 gText_NavgearMatchCall_SelfIntroduction[]; extern const u8 gText_Navgear_ClearButtonList[]; extern const u8 gText_NavgearMap_ZoomedOutButtons[]; extern const u8 gText_NavgearMap_ZoomedInButtons[]; |