pokeplatinum/include/overlay101/struct_ov101_021D4714.h
Alexandre Sollier 9f9ecd01b5
Some checks are pending
build / build (push) Waiting to run
Document the overworld animation manager (#812)
Signed-off-by: Kuruyia <github@kuruyia.net>
2025-11-01 08:56:07 -07:00

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