pokeheartgold/include/battle_controller_player.h
Adrienn Tindall fd30fb3940 Battle Command, 16
This also includes a TON of documentation on what's been worked on so far
2022-12-04 12:39:27 -05:00

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