2021-07-07 16:39:34 +00:00
|
|
|
#ifndef GUARD_FRIEND_AREA_ACTION_MENU_H
|
|
|
|
#define GUARD_FRIEND_AREA_ACTION_MENU_H
|
2021-06-10 03:54:21 +00:00
|
|
|
|
|
|
|
struct unkStruct_203B2BC
|
|
|
|
{
|
|
|
|
// size: 0x1E0
|
|
|
|
u32 state;
|
|
|
|
u32 unk4;
|
2021-10-22 17:01:07 +00:00
|
|
|
s16 targetPoke;
|
2021-06-10 03:54:21 +00:00
|
|
|
u16 unkA;
|
2023-01-08 09:23:00 +00:00
|
|
|
u32 id;
|
|
|
|
struct BulkItem itemToGive;
|
|
|
|
struct BulkItem item2;
|
2021-10-22 17:01:07 +00:00
|
|
|
struct PokemonStruct *unk18;
|
2022-03-14 00:48:04 +00:00
|
|
|
u8 unk1C;
|
2023-01-18 14:28:34 +00:00
|
|
|
u32 moveIndex; // some sort of move index
|
2022-12-02 19:56:36 +00:00
|
|
|
u16 moveID;
|
2023-01-31 10:08:37 +00:00
|
|
|
struct Move moves[8];
|
2023-01-18 14:28:34 +00:00
|
|
|
u16 moveIDs[4]; // some list of move IDs
|
|
|
|
|
2021-06-10 03:54:21 +00:00
|
|
|
u32 unk70;
|
|
|
|
s32 unk74;
|
|
|
|
u32 unk78;
|
|
|
|
u32 unk7C;
|
|
|
|
u8 fill80[0xFD - 0x80];
|
|
|
|
u32 unkFD;
|
|
|
|
u8 fill101[0x11C - 0x104];
|
|
|
|
struct MenuItem menuItems[4];
|
|
|
|
u8 fill120[0x16C - 0x13C];
|
|
|
|
|
|
|
|
// Structure of some sort
|
|
|
|
u32 unk16C;
|
|
|
|
u8 fill170[0x180 - 0x170];
|
|
|
|
|
|
|
|
struct UnkTextStruct2 unk180[4];
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|