pokeemerald/include/item_menu.h

15 lines
251 B
C
Raw Normal View History

2017-09-20 01:47:15 +00:00
#ifndef GUARD_item_menu_H
#define GUARD_item_menu_H
// Exported type declarations
// Exported RAM declarations
extern u16 gSpecialVar_ItemId;
2017-11-10 02:48:27 +00:00
2017-09-20 01:47:15 +00:00
// Exported ROM declarations
void sub_81AAC50(void);
2017-09-20 15:48:11 +00:00
void sub_81AAC70(void);
2017-09-20 01:47:15 +00:00
#endif //GUARD_item_menu_H