pmd-red/include/wigglytuff_shop2.h
2025-06-12 23:56:54 +02:00

33 lines
770 B
C

#ifndef GUARD_WIGGLYTUFF_SHOP2_H
#define GUARD_WIGGLYTUFF_SHOP2_H
#include "structs/menu.h"
#include "structs/str_text.h"
typedef struct WigglytuffShop2Work
{
TouchScreenMenuInput unk0;
/* 0xC */ u8 friendArea;
bool8 unkD;
s16 friendAreaSpecies[0x10];
u32 pokemonStatus[0x10];
/* 0x70 */ s32 numPokemoninFriendArea;
s32 unk74;
WindowTemplate *unk78;
WindowTemplates unk7C;
u8 unkDC[4];
} WigglytuffShop2Work;
bool8 CreateWigglytuffShopFriendAreaMenu(u8 friendArea, bool8, s32);
u32 HandleWigglytuffShopFriendAreaMenuInput(void);
void CleanWigglytuffShopFriendAreaInfoMenu(void);
enum WigglytuffShop2FriendAreaPokemonStatus
{
POKEMON_UNKNOWN,
POKEMON_SEEN,
POKEMON_RECRUITED,
};
#endif // GUARD_WIGGLYTUFF_SHOP2_H