mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
24 lines
536 B
C
24 lines
536 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"
|
|
#include "structs/struct_sub80095e4.h"
|
|
|
|
// Size: 0xB8
|
|
struct PersonalityStruct_203B404
|
|
{
|
|
/* 0x0 */ s16 StarterID;
|
|
/* 0x2 */ s16 PartnerArray[NUM_PARTNERS];
|
|
u8 unk16;
|
|
/* 0x18 */ struct_Sub80095E4_2 s18;
|
|
};
|
|
|
|
void CreatePartnerSelectionMenu(s16 starterID);
|
|
u16 HandlePartnerSelectionInput(void);
|
|
|
|
void sub_803CE6C(void);
|
|
|
|
#endif // GUARD_PERSONALITY_TEST2_H
|