2017-09-07 19:45:32 +02:00
|
|
|
#ifndef GUARD_LILYCOVE_LADY_H
|
|
|
|
#define GUARD_LILYCOVE_LADY_H
|
|
|
|
|
2017-09-21 03:03:57 +02:00
|
|
|
u8 GetLilycoveLadyId(void);
|
2019-08-05 05:12:49 +02:00
|
|
|
void InitLilycoveLady(void);
|
2019-08-06 02:37:09 +02:00
|
|
|
void ResetLilycoveLadyForRecordMix(void);
|
|
|
|
void FieldCallback_FavorLadyEnableScriptContexts(void);
|
|
|
|
void FieldCallback_QuizLadyEnableScriptContexts(void);
|
|
|
|
void QuizLadyClearQuestionForRecordMix(const LilycoveLady *lilycoveLady);
|
2017-12-16 15:10:29 +01:00
|
|
|
bool8 GivePokeblockToContestLady(struct Pokeblock *pokeblock);
|
2019-08-04 20:23:54 +02:00
|
|
|
void BufferContestLadyMonName(u8 *dest1, u8 *dest2);
|
|
|
|
void BufferContestLadyPlayerName(u8 *dest);
|
|
|
|
void BufferContestLadyLanguage(u8 *dest);
|
2019-08-04 10:22:19 +02:00
|
|
|
void BufferContestName(u8 *dest, u8 category);
|
2021-04-02 07:49:38 +02:00
|
|
|
u8 GetContestLadyPokeblockState(void);
|
2017-09-07 19:45:32 +02:00
|
|
|
|
|
|
|
#endif //GUARD_LILYCOVE_LADY_H
|