mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
25 lines
1.1 KiB
C
25 lines
1.1 KiB
C
#ifndef POKEPLATINUM_OV104_0223BCBC_H
|
|
#define POKEPLATINUM_OV104_0223BCBC_H
|
|
|
|
#include "overlay104/struct_ov104_02230BE4.h"
|
|
#include "overlay104/struct_ov104_0223BFFC.h"
|
|
|
|
#include "field_battle_data_transfer.h"
|
|
#include "party.h"
|
|
#include "pokemon.h"
|
|
|
|
void ov104_0223BD28(u8 param0, int param1, u16 param2[], u8 param3);
|
|
u8 BattleArcade_GetPartySize(u8 challengeType, BOOL includePartnerMons);
|
|
u8 BattleArcade_GetOpponentPartySize(u8 challengeType, BOOL includeBothOpponents);
|
|
FieldBattleDTO *ov104_0223BDD8(UnkStruct_ov104_0223BFFC *param0, UnkStruct_ov104_02230BE4 *param1);
|
|
u8 ov104_0223BFFC(UnkStruct_ov104_0223BFFC *param0);
|
|
BOOL BattleArcade_IsMultiPlayerChallenge(u8 challengeType);
|
|
void ov104_0223C010(UnkStruct_ov104_0223BFFC *param0, Pokemon *param1);
|
|
void ov104_0223C034(UnkStruct_ov104_0223BFFC *param0, Party *param1, Pokemon *param2);
|
|
void ov104_0223C04C(UnkStruct_ov104_0223BFFC *param0);
|
|
u16 ov104_0223C0BC(UnkStruct_ov104_0223BFFC *param0, u8 param1);
|
|
u16 ov104_0223C124(UnkStruct_ov104_0223BFFC *param0);
|
|
u8 BattleArcade_GetCategoryFromEffect(u8 effect);
|
|
|
|
#endif // POKEPLATINUM_OV104_0223BCBC_H
|