mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-23 12:46:23 -05: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
|