diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-20 20:00:13 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-20 20:00:13 -0400 |
commit | 7abbe42763835f43dc2b08f8292a4ef83c50c5e1 (patch) | |
tree | 97ab8dfe4f6208cda7c8d9600b3dd1bad610dee1 /include/constants/vars.h | |
parent | 12f3ceb0f7fb0ed580fa75bbba634307ca463d52 (diff) |
Finish item_use
Diffstat (limited to 'include/constants/vars.h')
-rw-r--r-- | include/constants/vars.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/vars.h b/include/constants/vars.h index 38c47c965..989b27387 100644 --- a/include/constants/vars.h +++ b/include/constants/vars.h @@ -35,8 +35,8 @@ #define VAR_0x401D 0x401D #define VAR_0x401E 0x401E #define VAR_0x401F 0x401F -#define VAR_RECYCLE_GOODS 0x4020 -#define VAR_REPEL_STEP_COUNT 0x4021 +#define VAR_REPEL_STEP_COUNT 0x4020 +#define VAR_0x4021 0x4021 #define VAR_ICE_STEP_COUNT 0x4022 #define VAR_0x4023 0x4023 #define VAR_MIRAGE_RND_H 0x4024 |