pokeheartgold/include/battle/trainer_ai.h
2024-08-30 17:46:38 -04:00

14 lines
471 B
C

#ifndef POKEHEARTGOLD_TRAINER_AI_H
#define POKEHEARTGOLD_TRAINER_AI_H
#include "battle.h"
void ov10_0221BE20(BattleSystem *bsys, BattleContext *ctx, u8 battlerId, u8 a3);
u8 ov10_0221BEF4(BattleSystem *bsys, u8 battlerId);
// the following functions are in reality static but need to be decompiled still or are used by non-decompiled functions
u8 ov10_0221BF44(BattleSystem *bsys, BattleContext *ctx);
u8 ov10_0221C038(BattleSystem *bsys, BattleContext *ctx);
#endif