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