import from github
This commit is contained in:
17
include/lilycove_lady.h
Normal file
17
include/lilycove_lady.h
Normal file
@ -0,0 +1,17 @@
|
||||
#ifndef GUARD_LILYCOVE_LADY_H
|
||||
#define GUARD_LILYCOVE_LADY_H
|
||||
|
||||
u8 GetLilycoveLadyId(void);
|
||||
void InitLilycoveLady(void);
|
||||
void ResetLilycoveLadyForRecordMix(void);
|
||||
void FieldCallback_FavorLadyEnableScriptContexts(void);
|
||||
void FieldCallback_QuizLadyEnableScriptContexts(void);
|
||||
void QuizLadyClearQuestionForRecordMix(const LilycoveLady *lilycoveLady);
|
||||
bool8 GivePokeblockToContestLady(struct Pokeblock *pokeblock);
|
||||
void BufferContestLadyMonName(u8 *dest1, u8 *dest2);
|
||||
void BufferContestLadyPlayerName(u8 *dest);
|
||||
void BufferContestLadyLanguage(u8 *dest);
|
||||
void BufferContestName(u8 *dest, u8 category);
|
||||
u8 GetContestLadyPokeblockState(void);
|
||||
|
||||
#endif //GUARD_LILYCOVE_LADY_H
|
Reference in New Issue
Block a user