mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 21:19:53 +00:00
26 lines
593 B
C
26 lines
593 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 "structs/struct_sub80095e4.h"
|
|
|
|
typedef struct WigglytuffShop1Work
|
|
{
|
|
/* 0x0 */ u8 friendAreas[NUM_FRIEND_AREAS];
|
|
/* 0x3C */ u32 mode;
|
|
struct_Sub80095E4_2 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
|