mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-26 15:04:31 -05:00
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
9 lines
253 B
C
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
|