mirror of
https://github.com/pret/pokeheartgold.git
synced 2024-11-27 15:10:26 +00:00
16 lines
345 B
C
16 lines
345 B
C
#ifndef HEARTGOLD_UNK_02097720_H
|
|
#define HEARTGOLD_UNK_02097720_H
|
|
|
|
#include "task.h"
|
|
#include "overlay_02.h"
|
|
|
|
typedef struct UnkStruct_02097720 {
|
|
u32 unknown_0;
|
|
u16* unknown_4;
|
|
SafariDecorationArgs* unknown_8;
|
|
} UnkStruct_02097720;
|
|
|
|
void sub_02097720(TaskManager* taskManager, u16* unknownPtr);
|
|
|
|
#endif // HEARTGOLD_UNK_02097720_HH
|