mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-12 13:54:59 -05:00
17 lines
687 B
C
17 lines
687 B
C
#ifndef POKEHEARTGOLD_UNK_02058AEC_H
|
|
#define POKEHEARTGOLD_UNK_02058AEC_H
|
|
|
|
#include "script.h"
|
|
|
|
struct UnkStruct_02059E1C *sub_02059DB0(FieldSystem *fsys);
|
|
void sub_02059E04(FieldSystem *fsys);
|
|
int sub_0205A200(struct UnkStruct_02059E1C *fsys_unk80, int objId);
|
|
int sub_0205A284(struct UnkStruct_02059E1C *fsys_unk80, int objId, u16 a2);
|
|
int sub_0205A358(struct UnkStruct_02059E1C *fsys_unk80);
|
|
u32 sub_0205A35C(struct UnkStruct_02059E1C *fsys_unk80);
|
|
void sub_0205A3B0(struct UnkStruct_02059E1C *fsys_unk80, int a1, int a2);
|
|
int sub_0205A39C(struct UnkStruct_02059E1C *fsys_unk80);
|
|
int sub_0205A47C(struct UnkStruct_02059E1C *fsys_unk80, int a1);
|
|
|
|
#endif //POKEHEARTGOLD_UNK_02058AEC_H
|