diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-04-16 11:00:13 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-16 11:21:13 -0500 |
commit | f9f5f34b0c52b02e6b342ecdbccb2692d1c75521 (patch) | |
tree | e0957686ea706caa2f2768e755981a01f69faee0 /include/strings.h | |
parent | c7954e12129c3f8b99fa7b002b84a59da654354e (diff) |
Finish decompiling pokenav_unk_4.c
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 5de5b8e1d..964c46ef2 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2710,5 +2710,9 @@ extern const u8 gText_Exit2[]; // Pokenav Match Call extern const u8 gText_CallCantBeMadeHere[]; +extern const u8 gText_NumberRegistered[]; +extern const u8 gText_NumberOfBattles[]; +extern const u8 gText_Unknown[]; +extern const u8 gText_TrainerCloseBy[]; #endif // GUARD_STRINGS_H |