mirror of
https://github.com/pret/pokeruby.git
synced 2026-03-21 17:54:19 -05:00
18 lines
446 B
C
18 lines
446 B
C
#ifndef GUARD_SCRIPTPOKE80C4_H
|
|
#define GUARD_SCRIPTPOKE80C4_H
|
|
|
|
void sub_80C5190(u8);
|
|
void sub_80C5580(void);
|
|
void SetBattleTowerPlayerParty(void);
|
|
void ReducePlayerPartyToThree(void);
|
|
|
|
u8 CountPlayerMuseumPaintings(void);
|
|
void ShowContestWinner(void);
|
|
void ScrSpecial_HealPlayerParty();
|
|
u8 ScriptGiveMon(u16, u8, u16, u32, u32, u8);
|
|
u8 ScriptGiveEgg(u16);
|
|
void CreateScriptedWildMon(u16, u8, u16);
|
|
void ScriptSetMonMoveSlot(u8, u16, u8);
|
|
|
|
#endif
|