blob: 0e1f205889ae41b5ce79e203c8cca45e53982283 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef GUARD_ITEM_MENU_H
#define GUARD_ITEM_MENU_H
// Exported type declarations
// Exported RAM declarations
extern u16 gUnknown_203AD30;
// Exported ROM declarations
void sub_81AAC50(void);
void sub_81AAC70(void);
#endif //GUARD_ITEM_MENU_H
|