mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
Some checks are pending
build / build (push) Waiting to run
Signed-off-by: Kuruyia <github@kuruyia.net>
20 lines
478 B
C
20 lines
478 B
C
#ifndef POKEPLATINUM_STRUCT_OV101_021D4714_H
|
|
#define POKEPLATINUM_STRUCT_OV101_021D4714_H
|
|
|
|
#include "overlay101/struct_ov101_021D13C8_decl.h"
|
|
|
|
#include "overworld_anim_manager.h"
|
|
#include "sys_task_manager.h"
|
|
|
|
typedef struct {
|
|
u32 unk_00;
|
|
u32 unk_04;
|
|
int unk_08;
|
|
UnkStruct_ov101_021D13C8 *unk_0C;
|
|
SysTask *unk_10;
|
|
OverworldAnimManager *unk_14;
|
|
OverworldAnimManager *unk_18;
|
|
} UnkStruct_ov101_021D4714;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_OV101_021D4714_H
|