pokeheartgold/include/battle/trainer_ai.h
Adrienn Tindall a1b964d44e ov10_0221BEF4
2023-11-28 13:39:14 -05:00

12 lines
449 B
C

#ifndef POKEHEARTGOLD_TRAINER_AI_H
#define POKEHEARTGOLD_TRAINER_AI_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