diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-03-30 14:36:52 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-03-30 14:36:52 -0400 |
commit | 5bf7886a70d6505bf38fb71c3b0341e249b4af99 (patch) | |
tree | ea0aa0dcc5bd4c95bbff228bfe81123c14dc3596 /include/strings.h | |
parent | ed53220be2228a723a65580567c2e34847d1c2d7 (diff) |
through sub_8018798
Diffstat (limited to 'include/strings.h')
-rw-r--r-- | include/strings.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/include/strings.h b/include/strings.h index 4a65e6875..bf1252680 100644 --- a/include/strings.h +++ b/include/strings.h @@ -2606,4 +2606,24 @@ extern const u8 gText_YayUnkF9F9[]; extern const u8 gText_ThankYou[]; extern const u8 gText_ByeBye[]; +// Mystery Gift +extern const u8 gText_MysteryGift[]; +extern const u8 gText_PickOKCancel[]; +extern const u8 gText_PickOKExit[]; +extern const u8 gJPText_MysteryGift[]; +extern const u8 gJPText_DecideStop[]; +extern const u8 gText_WonderCards[]; +extern const u8 gText_WonderNews[]; +extern const u8 gText_Exit3[]; +extern const u8 gText_WirelessCommunication[]; +extern const u8 gText_Friend2[]; +extern const u8 gText_Cancel2[]; +extern const u8 gText_Receive[]; +extern const u8 gText_Send[]; +extern const u8 gText_Toss[]; +extern const u8 gText_VarietyOfEventsImportedWireless[]; +extern const u8 gText_WonderCardsInPossession[]; +extern const u8 gText_ReadNewsThatArrived[]; +extern const u8 gText_ReturnToTitle[]; + #endif // GUARD_STRINGS_H |