mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-24 11:04:54 -05:00
23 lines
437 B
C
23 lines
437 B
C
#ifndef GUARD_CODE_803B050_H
|
|
#define GUARD_CODE_803B050_H
|
|
|
|
// size: 0x8
|
|
typedef struct unkStruct_80E9920
|
|
{
|
|
/* 0x0 */ s16 unkA;
|
|
/* 0x2 */ s16 unkB;
|
|
/* 0x4 */ u8 *text;
|
|
} unkStruct_80E9920;
|
|
|
|
// size: 0xC
|
|
typedef struct unkStruct_80E9F8C
|
|
{
|
|
/* 0x0 */ s16 unkA;
|
|
/* 0x2 */ s16 unkB;
|
|
/* 0x4 */ u8 *text1;
|
|
/* 0x8 */ u8 *text2;
|
|
} unkStruct_80E9F8C;
|
|
|
|
void sub_803B6B0(s32, s32, u8, u32);
|
|
|
|
#endif // GUARD_CODE_803B050_H
|