mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 15:07:47 -05:00
14 lines
446 B
C
14 lines
446 B
C
#ifndef POKEPLATINUM_UNK_02026150_H
|
|
#define POKEPLATINUM_UNK_02026150_H
|
|
|
|
#include "strbuf.h"
|
|
#include "struct_defs/struct_0202610C.h"
|
|
#include "savedata.h"
|
|
|
|
const UnkStruct_0202610C * sub_02026150(SaveData * param0, int param1);
|
|
void sub_0202616C(SaveData * param0, int param1, Strbuf *param2, int param3);
|
|
const UnkStruct_0202610C * sub_020261A8(void);
|
|
int sub_020261B0(const UnkStruct_0202610C * param0);
|
|
|
|
#endif // POKEPLATINUM_UNK_02026150_H
|