diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-12 22:36:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-12 22:36:55 -0600 |
commit | bb8c53f8988be6cad8f270c46f24e0f6f1e862cc (patch) | |
tree | dca7115e05ed132733c1e5ea0b4a3322a2d41e9a /include/strings.h | |
parent | 398e775d906ff4f1e5aaad3d8a9eee530c7b122d (diff) | |
parent | aaea65c37bb6dbe04de602492f6e175cabc87f22 (diff) |
Merge pull request #208 from KDSKardabox/master
Decompile birch_pc.c
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index f79743244..69fd1bba3 100644 --- a/include/strings.h +++ b/include/strings.h @@ -278,4 +278,26 @@ extern const u8 gText_DepositedVar2Var1s[]; extern const u8 gText_NoRoomForItems[]; extern const u8 gText_ThreeDashes[]; +extern const u8 gBirchDexRatingText_LessThan10[]; +extern const u8 gBirchDexRatingText_LessThan20[]; +extern const u8 gBirchDexRatingText_LessThan30[]; +extern const u8 gBirchDexRatingText_LessThan40[]; +extern const u8 gBirchDexRatingText_LessThan50[]; +extern const u8 gBirchDexRatingText_LessThan60[]; +extern const u8 gBirchDexRatingText_LessThan70[]; +extern const u8 gBirchDexRatingText_LessThan80[]; +extern const u8 gBirchDexRatingText_LessThan90[]; +extern const u8 gBirchDexRatingText_LessThan100[]; +extern const u8 gBirchDexRatingText_LessThan110[]; +extern const u8 gBirchDexRatingText_LessThan120[]; +extern const u8 gBirchDexRatingText_LessThan130[]; +extern const u8 gBirchDexRatingText_LessThan140[]; +extern const u8 gBirchDexRatingText_LessThan150[]; +extern const u8 gBirchDexRatingText_LessThan160[]; +extern const u8 gBirchDexRatingText_LessThan170[]; +extern const u8 gBirchDexRatingText_LessThan180[]; +extern const u8 gBirchDexRatingText_LessThan190[]; +extern const u8 gBirchDexRatingText_LessThan200[]; +extern const u8 gBirchDexRatingText_DexCompleted[]; + #endif //GUARD_STRINGS_H |