mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-23 12:46:23 -05:00
16 lines
356 B
C
16 lines
356 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* safariDecorationArgs;
|
|
} UnkStruct_02097720;
|
|
|
|
void sub_02097720(TaskManager* taskManager, u16* unknownPtr);
|
|
|
|
#endif // HEARTGOLD_UNK_02097720_HH
|