pmd-red/include/code_801D014.h
2025-11-25 00:36:29 -05:00

34 lines
695 B
C

#ifndef GUARD_CODE_801D014_H
#define GUARD_CODE_801D014_H
#include "structs/menu.h"
#include "pokemon.h"
#include "structs/str_text.h"
#include "structs/rgb.h"
// size: 0x118
struct unk_203B250
{
/* 0x0 */ Pokemon *pokeStruct;
/* 0x4 */ s16 index;
/* 0x6 */ u8 currFriendAreaLocation; // 0 when not in a friend area
u8 unk7;
u8 unk8;
u8 unk9;
Pokemon *unkC;
/* 0x10 */ u32 state;
/* 0x14 */ u32 menuAction;
MenuStruct unk18;
MenuItem unk68[8];
u16 unkA8[8];
WindowTemplates windows;
};
bool8 sub_801D014(Pokemon *);
u32 sub_801D0DC(void);
u32 sub_801D178(void);
u8 sub_801D1D4(void);
void sub_801D1E0(void);
#endif // GUARD_CODE_801D014_H