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