mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-31 20:43:00 -05:00
16 lines
461 B
C
16 lines
461 B
C
#ifndef POKEHEARTGOLD_UNK_020557E0_H
|
|
#define POKEHEARTGOLD_UNK_020557E0_H
|
|
|
|
#include "script.h"
|
|
#include "unk_0202EB30.h"
|
|
|
|
void sub_020557E0(FieldSystem *fsys);
|
|
void sub_020557F8(FieldSystem *fsys);
|
|
void sub_02055828(FieldSystem *fsys);
|
|
void sub_0202EC70(struct UnkStruct_0202EB30 *a0, int i, POKEMON *pokemon);
|
|
int sub_020558D0(FieldSystem *fsys);
|
|
int sub_020558E0(FieldSystem *fsys);
|
|
int sub_020558F0(FieldSystem *fsys);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_020557E0_H
|