Added music messages.

This commit is contained in:
Ariel Antonitis
2021-04-18 20:45:19 -04:00
parent 875c4edd50
commit fbbd58a823
7 changed files with 127 additions and 88 deletions

View File

@@ -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