blob: 9ebe3918a7fd2f527d84faa2a1867e5cb5baa35a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#ifndef GUARD_ITEM_MENU_H
#define GUARD_ITEM_MENU_H
#include "global.h"
// Exported type declarations
// Exported RAM declarations
extern u16 gSpecialVar_ItemId;
// Exported ROM declarations
void sub_81AAC50(void);
void sub_81AAC70(void);
void sub_8108CF0(void);
void UseFameCheckerFromMenu(void);
#endif //GUARD_ITEM_MENU_H
|