mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-12 06:55:48 -05:00
15 lines
249 B
C
15 lines
249 B
C
#ifndef GUARD_ITEM_MENU_H
|
|
#define GUARD_ITEM_MENU_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
extern u16 gUnknown_203AD30;
|
|
|
|
// Exported ROM declarations
|
|
void sub_81AAC50(void);
|
|
void sub_81AAC70(void);
|
|
|
|
#endif //GUARD_ITEM_MENU_H
|