2017-09-07 17:45:32 +00:00
|
|
|
#ifndef GUARD_LILYCOVE_LADY_H
|
|
|
|
#define GUARD_LILYCOVE_LADY_H
|
|
|
|
|
2017-09-21 01:03:57 +00:00
|
|
|
u8 GetLilycoveLadyId(void);
|
2019-08-05 03:12:49 +00:00
|
|
|
void InitLilycoveLady(void);
|
2019-08-06 00:37:09 +00: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 18:23:54 +00:00
|
|
|
void BufferContestLadyMonName(u8 *dest1, u8 *dest2);
|
|
|
|
void BufferContestLadyPlayerName(u8 *dest);
|
|
|
|
void BufferContestLadyLanguage(u8 *dest);
|
2019-08-04 08:22:19 +00:00
|
|
|
void BufferContestName(u8 *dest, u8 category);
|
2021-04-02 05:49:38 +00:00
|
|
|
u8 GetContestLadyPokeblockState(void);
|
2017-09-07 17:45:32 +00:00
|
|
|
|
|
|
|
#endif //GUARD_LILYCOVE_LADY_H
|