diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2019-01-21 22:34:01 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2019-01-21 22:34:01 -0600 |
commit | 900f294011ea0eb06c48c28b4b4aea51e5cf32b7 (patch) | |
tree | a7328bb5f3276efffca943a078650a7d4c592109 /include/constants | |
parent | 6c1cb7219e91b11fa4a96d33ffd337d676a9db3b (diff) |
Add var const prefix for some missed var numbers
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/vars.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/vars.h b/include/constants/vars.h index 30df01f55..c055c5baf 100644 --- a/include/constants/vars.h +++ b/include/constants/vars.h @@ -297,5 +297,6 @@ #define VAR_MON_BOX_ID 0x8012 #define VAR_MON_BOX_POS 0x8013 #define VAR_0x8014 0x8014 +#define VAR_0x8015 0x8015 #endif // GUARD_CONSTANTS_VARS_H |