summaryrefslogtreecommitdiff
path: root/include/script_pokemon_80C4.h
blob: 6d4e689b57f58bb0eec34b181ca62fb4d22b22a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef GUARD_SCRIPTPOKE80C4_H
#define GUARD_SCRIPTPOKE80C4_H

struct MonCoords
{
    u8 x, y;
};

void sub_80C5190(u8);
void sub_80C5580(void);
void SetBattleTowerPlayerParty(void);
void ReducePlayerPartyToThree(void);

u8 sub_80C4D50(void);
void ShowContestWinner(void);
void HealPlayerParty();
u8 ScriptGiveMon(u16, u8, u16, u32, u32, u8);
u8 ScriptGiveEgg(u16);
void ScriptWildBattle(u16, u8, u16);
void ScriptSetMonMoveSlot(u8, u16, u8);

#endif