mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-02 22:08:03 -05:00
11 lines
311 B
C
11 lines
311 B
C
#ifndef POKEPLATINUM_OV16_02264798_H
|
|
#define POKEPLATINUM_OV16_02264798_H
|
|
|
|
#include "struct_decls/battle_system.h"
|
|
#include "struct_defs/battler_data.h"
|
|
|
|
void ov16_02264798(BattlerData *battlerData, BattleSystem *battleSys);
|
|
void ov16_022647D8(BattlerData *battlerData);
|
|
|
|
#endif // POKEPLATINUM_OV16_02264798_H
|