diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-28 00:10:44 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-28 00:10:44 -0500 |
commit | 99bfd8c80fcfcafa55166ff65f5264c727b16ed0 (patch) | |
tree | 39be172eb74961d8d3582e515f7a15d79ace9c08 /include | |
parent | 373d73eb3b8d28aa217bc6043a29cc44fcf0e45b (diff) |
VAR_0x3F20 is not a var
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/vars.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/vars.h b/include/constants/vars.h index 3bd5d8efe..72b02ee8f 100644 --- a/include/constants/vars.h +++ b/include/constants/vars.h @@ -1,7 +1,7 @@ #ifndef GUARD_CONSTANTS_VARS_H #define GUARD_CONSTANTS_VARS_H -#define VAR_0x3F20 0x3F20 +#define UNKNOWN_VAR_OFFSET_3F20 0x3F20 #define VARS_START 0x4000 |