mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-17 00:58:04 -05:00
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
24 lines
653 B
C
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
|