mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-01 05:01:11 -05:00
9 lines
178 B
C
9 lines
178 B
C
#ifndef POKEHEARTGOLD_BATTLE_CONTROLLER_OPPONENT_H
|
|
#define POKEHEARTGOLD_BATTLE_CONTROLLER_OPPONENT_H
|
|
|
|
#include "battle.h"
|
|
|
|
u8 ov12_02261258(OpponentData *opponentData);
|
|
|
|
#endif
|