mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-31 20:43:00 -05:00
16 lines
351 B
C
16 lines
351 B
C
#ifndef HEARTGOLD_UNK_02097720_H
|
|
#define HEARTGOLD_UNK_02097720_H
|
|
|
|
#include "overlay_02.h"
|
|
#include "task.h"
|
|
|
|
typedef struct UnkStruct_02097720 {
|
|
u32 state;
|
|
u16 *unknown_4;
|
|
SafariDecorationArgs *safariDecorationArgs;
|
|
} UnkStruct_02097720;
|
|
|
|
void sub_02097720(TaskManager *taskManager, u16 *unknownPtr);
|
|
|
|
#endif // HEARTGOLD_UNK_02097720_HH
|