mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
12 lines
449 B
C
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
|