diff options
author | scnorton <scnorton@biociphers.org> | 2017-12-18 12:23:15 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-12-18 12:23:15 -0500 |
commit | 16935c054850b4c8a339aba68ce6d7acec73a96a (patch) | |
tree | 9ae2ea2631b4c187e259e1019f9f97b6f962c6b6 /include | |
parent | da6cbc139ae400fa9517fa02f01b01854c54220a (diff) |
Make mystery_event_msg great again
Diffstat (limited to 'include')
-rw-r--r-- | include/mystery_event_msg.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/mystery_event_msg.h b/include/mystery_event_msg.h new file mode 100644 index 000000000..5523be694 --- /dev/null +++ b/include/mystery_event_msg.h @@ -0,0 +1,16 @@ +#ifndef GUARD_MYSTERY_EVENT_MSG_H +#define GUARD_MYSTERY_EVENT_MSG_H + +extern const u8 gOtherText_BerryObtainedDadHasIt[]; +extern const u8 gOtherText_BerryTransformed[]; +extern const u8 gOtherText_BerryAlreadyObtained[]; +extern const u8 gOtherText_SpecialRibbonReceived[]; +extern const u8 gOtherText_DexUpgraded[]; +extern const u8 gOtherText_RareWordAdded[]; +extern const u8 gOtherText_PokeWasSentOver[]; +extern const u8 gOtherText_PartyIsFull[]; +extern const u8 gOtherText_NewTrainerInHoenn[]; +extern const u8 gOtherText_NewAdversaryInBattleTower[]; +extern const u8 gOtherText_DataCannotUseVersion[]; + +#endif //GUARD_MYSTERY_EVENT_MSG_H |