mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-26 00:15:48 -05:00
* death by 74 files * 20% reached * doc move stuff in pokemon * fix undef reference * doc more and plumb a few more constanst for num party members and num moves * that struct is def PokemonMove.. clean up all code with it
40 lines
745 B
C
40 lines
745 B
C
#ifndef GUARD_FRIEND_AREA_ACTION_MENU_H
|
|
#define GUARD_FRIEND_AREA_ACTION_MENU_H
|
|
|
|
struct unkStruct_203B2BC
|
|
{
|
|
// size: 0x1E0
|
|
u32 state;
|
|
u32 unk4;
|
|
s16 targetPoke;
|
|
u16 unkA;
|
|
u32 itemIndex;
|
|
struct HeldItem itemToGive;
|
|
struct ItemSlot unk14;
|
|
struct PokemonStruct *unk18;
|
|
u32 unk1C;
|
|
u32 unk20;
|
|
u32 unk24;
|
|
u32 unk28;
|
|
u8 fill2C[0x68 - 0x2C];
|
|
u32 unk68;
|
|
u32 unk6C;
|
|
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
|