summaryrefslogtreecommitdiff
path: root/include/mystery_event_msg.h
blob: 5523be6949e5b67ba0e53d276068d7678bb63a24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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