mirror of
https://github.com/pret/pmd-sky.git
synced 2026-03-21 17:25:15 -05:00
15 lines
372 B
C
15 lines
372 B
C
#ifndef PMDSKY_MAIN_0205E288_H
|
|
#define PMDSKY_MAIN_0205E288_H
|
|
|
|
#include "mission.h"
|
|
|
|
struct unkStruct_0205E3F8 {
|
|
u32 data[8];
|
|
};
|
|
|
|
bool8 sub_0205E288(struct mission *mission, u32 val, u8 *ptr2);
|
|
bool8 sub_0205E2B8(u32 arg0, u8 *arg1);
|
|
bool8 sub_0205E3F8(struct unkStruct_0205E3F8 *src, s32 limit, struct unkStruct_0205E3F8 *destArray);
|
|
|
|
#endif //PMDSKY_MAIN_0205E288_H
|