mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-18 13:07:27 -05:00
17 lines
324 B
C
17 lines
324 B
C
#ifndef POKEPLATINUM_STRUCT_02094A58_H
|
|
#define POKEPLATINUM_STRUCT_02094A58_H
|
|
|
|
#include "struct_decls/sys_task.h"
|
|
|
|
typedef struct {
|
|
SysTask * unk_00;
|
|
const u8 * unk_04;
|
|
s16 unk_08;
|
|
u8 unk_0A;
|
|
u8 unk_0B;
|
|
u8 unk_0C;
|
|
u8 padding_0D[3];
|
|
} UnkStruct_02094A58;
|
|
|
|
#endif // POKEPLATINUM_STRUCT_02094A58_H
|