pokeheartgold/include/battle_controller_player.h
Adrienn Tindall 18b3c56dbc Some battle documentation
Old (left) versus new (right)
ov12_02248660 BattleContext_New
ov12_02250F44 BattleContext_Init
ov12_022486B0 BattleMain
ov12_0223BD14 BattleSystem_GetWinLoseFlags
ov12_0226CA90 sPlayerBattleCommands
ov12_022486FC BattleContext_Delete
ov12_0224BCC4 BattleSystem_CheckMoveHit
ov12_0224C018 BattleSystem_CheckMoveEffect
ov12_02248714 BattleSystem_CheckMoveHitEffect
ov12_0224873C BattleControllerPlayer_GetBattleMon
ov12_0224E4FC BattleSystem_GetBattleMon
2023-06-05 05:15:37 -05:00

9 lines
253 B
C

#ifndef POKEHEARTGOLD_BATTLE_CONTROLLER_PLAYER_H
#define POKEHEARTGOLD_BATTLE_CONTROLLER_PLAYER_H
#include "battle.h"
void BattleSystem_CheckMoveHitEffect(BattleSystem *bsys, BATTLECONTEXT *ctx, int battlerIdA, int battlerIdB, int moveMsgNo);
#endif