mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-24 15:07:09 -05:00
26 lines
582 B
C
26 lines
582 B
C
#ifndef GUARD_PERSONALITY_TEST2_H
|
|
#define GUARD_PERSONALITY_TEST2_H
|
|
|
|
#include "constants/personality_test.h"
|
|
#include "structs/menu.h"
|
|
#include "structs/str_text.h"
|
|
|
|
// Size: 0xB8
|
|
struct PersonalityStruct_203B404
|
|
{
|
|
/* 0x0 */ s16 StarterID;
|
|
/* 0x2 */ s16 PartnerArray[NUM_PARTNERS];
|
|
u8 unk16;
|
|
/* 0x18 */ MenuInputStruct input;
|
|
u32 unk4C;
|
|
UnkTextStruct2 *unk50;
|
|
UnkTextStruct2 unk54[4];
|
|
u8 unkb4[4];
|
|
};
|
|
|
|
void CreatePartnerSelectionMenu(s16 starterID);
|
|
u16 HandlePartnerSelectionInput(void);
|
|
|
|
void sub_803CE6C(void);
|
|
|
|
#endif // GUARD_PERSONALITY_TEST2_H
|