mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-25 07:26:54 -05:00
28 lines
428 B
C
28 lines
428 B
C
#ifndef POKEDIAMOND_UNK_0202A8F4_H
|
|
#define POKEDIAMOND_UNK_0202A8F4_H
|
|
|
|
#include "save.h"
|
|
|
|
struct Unk0202A8F4 {
|
|
u8 u_0;
|
|
u8 u_1;
|
|
u8 u_2;
|
|
u8 u_3;
|
|
u8 u_4;
|
|
u8 u_5;
|
|
u8 u_6;
|
|
u8 u_7;
|
|
u8 u_8;
|
|
u8 u_9;
|
|
u8 u_A;
|
|
u8 u_B;
|
|
u8 u_C;
|
|
u8 u_D;
|
|
};
|
|
|
|
u32 sub_0202A8F4();
|
|
void sub_0202A8F8(struct Unk0202A8F4 *unk);
|
|
void *sub_0202A918(struct SaveData *save);
|
|
|
|
#endif // POKEDIAMOND_UNK_0202A8F4_H
|