diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-06 15:48:36 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-06 15:48:36 -0400 |
commit | e7c43d6890616fa10b770266c2b81f0c7f4677b8 (patch) | |
tree | a3f3c88de1633fa70ba5bf2911d00af7ae5b4701 /include/item_menu.h | |
parent | 281507d72ea0bc03189469d7d97d4f28979b1cf9 (diff) |
vs_seeker: sub_810C670
Diffstat (limited to 'include/item_menu.h')
-rw-r--r-- | include/item_menu.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/item_menu.h b/include/item_menu.h index 85655e9d5..0e1f20588 100644 --- a/include/item_menu.h +++ b/include/item_menu.h @@ -1,12 +1,14 @@ -#ifndef GUARD_item_menu_H -#define GUARD_item_menu_H +#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 +#endif //GUARD_ITEM_MENU_H |