pokeplatinum/include/struct_defs/struct_0205C680.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

23 lines
443 B
C

#ifndef POKEPLATINUM_STRUCT_0205C680_H
#define POKEPLATINUM_STRUCT_0205C680_H
#include "overworld_anim_manager.h"
typedef struct {
u8 unk_00;
u8 unk_01;
u8 unk_02;
u8 unk_03;
u8 unk_04;
u8 padding_05;
u16 unk_06;
u8 unk_08;
u8 unk_09;
u8 padding_0A[2];
u32 unk_0C;
OverworldAnimManager *unk_10;
OverworldAnimManager *unk_14;
} UnkStruct_0205C680;
#endif // POKEPLATINUM_STRUCT_0205C680_H