pokeheartgold/include/unk_02056680.h
Adrienn Tindall 2d75d38426 Decompile unk_02055BF0
Found this lying around in a folder with a buncha other decompiled files I did awhile back- no idea why I didn't clean them up and push before but oh well I'm doing it now. Likely also means 2-3 more files to come if I get to those
2022-10-21 10:15:16 -04:00

24 lines
653 B
C

#ifndef POKEHEARTGOLD_UNK_02056680_H
#define POKEHEARTGOLD_UNK_02056680_H
#include "task.h"
#include "task.h"
typedef struct FieldTransitionUnkEnvironmentA {
int state;
int unk4;
} FieldTransitionUnkEnvironmentA;
BOOL sub_02056680(TaskManager* man);
BOOL sub_020566F8(TaskManager* man);
BOOL sub_0205681C(TaskManager* man);
BOOL sub_020567B4(TaskManager* man);
BOOL sub_02056938(TaskManager* man);
void sub_02056A54(FieldSystem* fsys);
void sub_02056AEC(FieldSystem* fsys);
void sub_02056BC8(FieldSystem* fsys);
void sub_02056C64(FieldSystem* fsys);
void sub_02056D00(TaskManager *taskManager, u16 a1);
#endif //POKEHEARTGOLD_UNK_02056680_H