mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-10 04:45:27 -05:00
9 lines
235 B
C
9 lines
235 B
C
#ifndef POKEHEARTGOLD_BATTLE_CONTROLLER_PLAYER_H
|
|
#define POKEHEARTGOLD_BATTLE_CONTROLLER_PLAYER_H
|
|
|
|
#include "battle.h"
|
|
|
|
void ov12_02248714(BattleSystem *bsys, BATTLECONTEXT *ctx, int battlerIdA, int battlerIdB, int moveMsgNo);
|
|
|
|
#endif
|