mirror of
https://github.com/pret/pmd-red.git
synced 2026-05-09 04:41:56 -05:00
26 lines
572 B
C
26 lines
572 B
C
#ifndef GUARD_WIGGLYTUFF_SHOP1_H
|
|
#define GUARD_WIGGLYTUFF_SHOP1_H
|
|
|
|
#include "constants/friend_area.h"
|
|
#include "structs/menu.h"
|
|
#include "structs/str_text.h"
|
|
#include "text_3.h"
|
|
|
|
typedef struct WigglytuffShop1Work
|
|
{
|
|
/* 0x0 */ u8 friendAreas[FRIEND_AREA_COUNT];
|
|
/* 0x3C */ u32 mode;
|
|
MenuHeaderWindow s40;
|
|
|
|
} 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);
|
|
|
|
#endif // GUARD_WIGGLYTUFF_SHOP1_H
|