pmd-red/include/wigglytuff_shop1.h

26 lines
593 B
C
Raw Permalink Normal View History

2023-09-18 23:58:43 +00:00
#ifndef GUARD_WIGGLYTUFF_SHOP1_H
#define GUARD_WIGGLYTUFF_SHOP1_H
#include "constants/friend_area.h"
2023-09-21 02:52:40 +00:00
#include "structs/menu.h"
2023-09-21 02:26:35 +00:00
#include "structs/str_text.h"
2024-07-13 12:35:46 +00:00
#include "structs/struct_sub80095e4.h"
2023-09-18 23:58:43 +00:00
typedef struct WigglytuffShop1Work
{
/* 0x0 */ u8 friendAreas[NUM_FRIEND_AREAS];
/* 0x3C */ u32 mode;
2024-07-13 12:35:46 +00:00
struct_Sub80095E4_2 s40;
2023-09-18 23:58:43 +00:00
} WigglytuffShop1Work;
bool8 sub_80211AC(u32 mode, u32);
u32 sub_8021274(bool8);
u8 sub_802132C(void);
void sub_8021354(bool8 cursorSprite);
void sub_80213A0(void);
void sub_8021494(void);
bool8 sub_8021700(u32 kind);
2024-07-13 12:35:46 +00:00
#endif // GUARD_WIGGLYTUFF_SHOP1_H