pokeemerald/include/item_menu.h

15 lines
251 B
C
Raw Normal View History

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