mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-03 08:05:42 -05:00
19 lines
651 B
C
19 lines
651 B
C
#ifndef POKEPLATINUM_UNK_020562F8_H
|
|
#define POKEPLATINUM_UNK_020562F8_H
|
|
|
|
#include "field/field_system_decl.h"
|
|
|
|
#include "field_battle_data_transfer.h"
|
|
|
|
void sub_020562F8(FieldSystem *fieldSystem);
|
|
void sub_02056328(FieldSystem *fieldSystem);
|
|
BOOL sub_02056374(FieldSystem *fieldSystem, int param1, int param2);
|
|
FieldBattleDTO *sub_0205639C(FieldSystem *fieldSystem);
|
|
void sub_020563AC(FieldSystem *fieldSystem, FieldBattleDTO *param1);
|
|
int sub_020563BC(FieldSystem *fieldSystem);
|
|
int sub_020563D0(FieldSystem *fieldSystem);
|
|
int sub_020563E0(FieldSystem *fieldSystem);
|
|
int sub_020563F0(FieldSystem *fieldSystem);
|
|
|
|
#endif // POKEPLATINUM_UNK_020562F8_H
|