diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-06-21 13:12:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-21 13:12:56 -0400 |
commit | 010db05e735e0ac11efcf0d800205324cc0f2be9 (patch) | |
tree | 9109eaf029ee3253a554e50df5584d540ff243f8 /include/constants/vars.h | |
parent | caa193364bf786cb567ed16eb4670ed2cc4cb362 (diff) | |
parent | 3444ac708a0dfc9e99c34a3c19159e786d8ab9f1 (diff) |
Merge pull request #71 from pret/item_use
item_use and item
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 |