pokeemerald/include/item_menu.h

15 lines
251 B
C
Raw Normal View History

2017-09-19 21:47:15 -04:00
#ifndef GUARD_item_menu_H
#define GUARD_item_menu_H
// Exported type declarations
// Exported RAM declarations
extern u16 gSpecialVar_ItemId;
2017-11-09 21:48:27 -05:00
2017-09-19 21:47:15 -04:00
// Exported ROM declarations
void sub_81AAC50(void);
2017-09-20 11:48:11 -04:00
void sub_81AAC70(void);
2017-09-19 21:47:15 -04:00
#endif //GUARD_item_menu_H