diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-02 12:32:12 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-02 12:32:12 +0100 |
commit | 14d2caaf8dbaaaad4850407a6ec9396bb8769bab (patch) | |
tree | 9bbe14cc947fe76801d58c233486e45d9a2a231d /include/strings.h | |
parent | eb6aed50e56f36ce416f7ecc8edfacea1da61bf1 (diff) |
start decompiling berry tag screen
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 305007c5d..9c998ca51 100644 --- a/include/strings.h +++ b/include/strings.h @@ -210,4 +210,17 @@ extern const u8 gText_LoadingEvent[]; extern const u8 gText_DontRemoveCableTurnOff[]; extern const u8 gText_LinkStandby2[]; +// berry tag screen text +extern const u8 gBerryFirmnessString_VerySoft[]; +extern const u8 gBerryFirmnessString_Soft[]; +extern const u8 gBerryFirmnessString_Hard[]; +extern const u8 gBerryFirmnessString_VeryHard[]; +extern const u8 gBerryFirmnessString_SuperHard[]; +extern const u8 gText_BerryTag[]; +extern const u8 gText_UnkF908Var1Var2[]; +extern const u8 gText_SizeSlash[]; +extern const u8 gText_Var1DotVar2[]; +extern const u8 gText_ThreeMarks[]; +extern const u8 gText_FirmSlash[]; + #endif //GUARD_STRINGS_H |