diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-20 22:14:36 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-20 22:14:36 +0100 |
commit | 7dcb614cca6d61c5e51960826dddc004858ed9f1 (patch) | |
tree | 417944271e2bd8d5bc3f85373414462f67e91819 /include/strings.h | |
parent | 128239d65edefc9d290a642c269adcc5b859a6f4 (diff) |
PSS is done
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 1557baa6b..71392eb6a 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1473,5 +1473,8 @@ extern const u8 gPCText_PolkaDot[]; extern const u8 gPCText_Pokecenter[]; extern const u8 gPCText_Machine[]; extern const u8 gPCText_Simple[]; +extern const u8 gText_PartyFull[]; +extern const u8 gText_Box[]; +extern const u8 gText_JustOnePkmn[]; #endif //GUARD_STRINGS_H |