mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-25 03:35:20 -05:00
17 lines
317 B
C
17 lines
317 B
C
#ifndef POKEPLATINUM_STRUCT_02094A58_H
|
|
#define POKEPLATINUM_STRUCT_02094A58_H
|
|
|
|
#include "sys_task_manager.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
|