mirror of
https://github.com/pret/pokeemerald.git
synced 2026-09-09 03:26:31 -05:00
Added music messages.
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#define N_FOLLOWER_LOVE_MESSAGES 10
|
||||
#define N_FOLLOWER_SURPRISE_MESSAGES 20
|
||||
#define N_FOLLOWER_CURIOUS_MESSAGES 7
|
||||
#define N_FOLLOWER_MUSIC_MESSAGES 15
|
||||
#define N_FOLLOWER_POISONED_MESSAGES 1
|
||||
|
||||
struct MonCoords
|
||||
@@ -142,6 +143,7 @@ extern const char * const gFollowerPensiveMessages[];
|
||||
extern const char * const gFollowerLoveMessages[];
|
||||
extern const char * const gFollowerSurpriseMessages[];
|
||||
extern const char * const gFollowerCuriousMessages[];
|
||||
extern const char * const gFollowerMusicMessages[];
|
||||
extern const char * const gFollowerPoisonedMessages[];
|
||||
|
||||
#endif // GUARD_DATA_H
|
||||
|
||||
Reference in New Issue
Block a user