pokefirered/include/item_menu.h
2018-11-24 15:51:55 -05:00

18 lines
294 B
C

#ifndef GUARD_ITEM_MENU_H
#define GUARD_ITEM_MENU_H
#include "global.h"
// Exported type declarations
// Exported RAM declarations
extern u16 gUnknown_203AD30;
// Exported ROM declarations
void sub_81AAC50(void);
void sub_81AAC70(void);
void sub_8107EB8(void);
#endif //GUARD_ITEM_MENU_H