diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-03-12 13:56:20 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-03-12 13:56:20 +0530 |
commit | e7cf8e5c1713c624b7b9db7a58c6c812e90ec7a9 (patch) | |
tree | 1646afc54b86e4804b0bd903b7ecd2aa70a2836a /include/strings.h | |
parent | 29e51811f411dfeae825e6c0c259ffa3f9ac08b2 (diff) |
Start decompile player_pc
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 ceb994900..907873160 100644 --- a/include/strings.h +++ b/include/strings.h @@ -372,4 +372,8 @@ extern const u8 gBirchDexRatingText_LessThan190[]; extern const u8 gBirchDexRatingText_LessThan200[]; extern const u8 gBirchDexRatingText_DexCompleted[]; +//player menu text +extern const u8 gText_WhatWouldYouLike[]; +extern const u8 gText_NoMailHere[]; + #endif //GUARD_STRINGS_H |