mirror of
https://github.com/pret/pmd-red.git
synced 2026-06-21 11:59:51 -05:00
33 lines
601 B
C
33 lines
601 B
C
#ifndef GUARD_CODE_8023868_H
|
|
#define GUARD_CODE_8023868_H
|
|
|
|
struct unkStruct_3001B60
|
|
{
|
|
u32 unk0;
|
|
u32 sortMethod;
|
|
s32 unk8;
|
|
u32 unkC;
|
|
u32 unk10;
|
|
u8 unk14;
|
|
u8 unk15;
|
|
u8 unk16;
|
|
u8 unk17;
|
|
s16 unk18;
|
|
s16 unk1A[427];
|
|
s16 unk370;
|
|
s16 unk372;
|
|
s16 unk374;
|
|
s16 unk376;
|
|
};
|
|
|
|
// code_8023868.s
|
|
extern void sub_8023868(u32, u32, u32, u32);
|
|
extern u32 sub_8023A94(bool8);
|
|
extern s16 sub_8023B44(void);
|
|
extern void sub_8023B7C(u32);
|
|
extern void sub_8023C60(void);
|
|
extern void sub_8023DA4(void);
|
|
extern bool8 sub_8024108(s32);
|
|
|
|
#endif // GUARD_CODE_8023868_H
|