mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-11-27 15:10:26 +00:00
11 lines
305 B
C
11 lines
305 B
C
#ifndef POKEHEARTGOLD_OVERLAY_80_H
|
|
#define POKEHEARTGOLD_OVERLAY_80_H
|
|
|
|
BOOL BattleArcade_MultiplayerCheck(int type);
|
|
int ov80_022384BC(u8 a0);
|
|
u8 BattleArcade_GetMonCount(u8 type, int a1);
|
|
u8 BattleArcade_GetOpponentMonCount(u8 type, int a1);
|
|
void sub_0202FC24(void);
|
|
|
|
#endif //POKEHEARTGOLD_OVERLAY_80_H
|