diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-12-05 08:43:55 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-12-05 08:43:55 -0500 |
commit | c14c6d36f8a60fd561f7c24339b575807bc6066f (patch) | |
tree | 68348c229e4360cdb2366c5649233e0ff6e20c24 /include/item_menu.h | |
parent | d08f95be8afc1b400d791f93b05fe9e8daf0ee7a (diff) |
Rename most special vars
Diffstat (limited to 'include/item_menu.h')
-rw-r--r-- | include/item_menu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/item_menu.h b/include/item_menu.h index 2482aa51f..a6128b9fb 100644 --- a/include/item_menu.h +++ b/include/item_menu.h @@ -7,7 +7,7 @@ // Exported RAM declarations -extern u16 gUnknown_203AD30; +extern u16 gSpecialVar_ItemId; // Exported ROM declarations void sub_81AAC50(void); |