mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 18:59:55 -05:00
19 lines
355 B
C
19 lines
355 B
C
#ifndef PMDSKY_MAIN_0205E01C_H
|
|
#define PMDSKY_MAIN_0205E01C_H
|
|
|
|
#include "util.h"
|
|
|
|
struct unkStruct_0205E01C {
|
|
u8 unk0;
|
|
u8 unk1;
|
|
u8 unk2;
|
|
u8 unk3;
|
|
u8 unk4;
|
|
u8 unk5;
|
|
};
|
|
|
|
bool8 sub_0205E01C(struct unkStruct_0205E01C *ptr, s32 arg1, s32 arg2, s32 arg3);
|
|
s32 sub_0205E090(s32 arg0, s32 arg1, s32 arg2);
|
|
|
|
#endif //PMDSKY_MAIN_0205E01C_H
|