mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-07-20 10:10:16 -05:00
10 lines
225 B
C
10 lines
225 B
C
#ifndef POKEHEARTGOLD_BATTLE_CONTROLLER_OPPONENT_H
|
|
#define POKEHEARTGOLD_BATTLE_CONTROLLER_OPPONENT_H
|
|
|
|
#include "battle.h"
|
|
|
|
u8 ov12_02261258(OpponentData *opponentData);
|
|
u32 ov12_02261264(OpponentData *opponentData);
|
|
|
|
#endif
|