diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-13 11:16:34 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-13 11:16:34 -0400 |
commit | e24f3808f47d292776f4e7506217f93756dd19bf (patch) | |
tree | d910619ff23e466bfd4b673381c1642656e3dc5c /include/strings.h | |
parent | 74c59af856216332b6c73cbc382edff3518a0eab (diff) | |
parent | 52db3ad5aa83ae70e06eae87f502b09fff55aecc (diff) |
Merge branch 'master' into mail
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 68e5c9d35..e45f3c87d 100644 --- a/include/strings.h +++ b/include/strings.h @@ -8,5 +8,33 @@ // Exported ROM declarations extern const u8 gText_FromSpace[]; +extern const u8 gText_Lv50[]; +extern const u8 gText_OpenLevel[]; +extern const u8 gText_Mom[]; +extern const u8 gText_Dad[]; +extern const u8 gText_Cool[]; +extern const u8 gText_Beauty[]; +extern const u8 gText_Cute[]; +extern const u8 gText_Smart[]; +extern const u8 gText_Tough[]; +extern const u8 gText_Single[]; +extern const u8 gText_Double[]; +extern const u8 gText_Spicy2[]; +extern const u8 gText_Dry2[]; +extern const u8 gText_Sweet2[]; +extern const u8 gText_Bitter2[]; +extern const u8 gText_Sour2[]; +extern const u8 gText_Excellent[]; +extern const u8 gText_VeryGood[]; +extern const u8 gText_Good[]; +extern const u8 gText_SoSo[]; +extern const u8 gText_Bad[]; +extern const u8 gText_TheWorst[]; +extern const u8 gText_Slots[]; +extern const u8 gText_Roulette[]; +extern const u8 gText_Jackpot[]; +extern const u8 gText_First[]; +extern const u8 gText_Second[]; +extern const u8 gText_Third[]; #endif //GUARD_STRINGS_H |