diff options
author | Tetrable <atifhuss386@gmail.com> | 2019-01-03 18:13:16 +0000 |
---|---|---|
committer | Tetrable <atifhuss386@gmail.com> | 2019-01-03 18:13:16 +0000 |
commit | 97ebeef1dbe8b4954d234fda067651f63d7e6360 (patch) | |
tree | bb7b2414d3205734f622a9d0371e9c9bff9fbc18 /include/constants/flags.h | |
parent | 30e7ac0dcadc1ca15d56dc24e79489be63527357 (diff) |
Relabel TEMP_FLAG_20 into FLAG_UNUSED_0x020
Diffstat (limited to 'include/constants/flags.h')
-rw-r--r-- | include/constants/flags.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/flags.h b/include/constants/flags.h index c17383b2f..5082014e7 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -36,8 +36,8 @@ #define FLAG_TEMP_1D 0x1D #define FLAG_TEMP_1E 0x1E #define FLAG_TEMP_1F 0x1F -#define FLAG_TEMP_20 0x20 // Unused Flag +#define FLAG_UNUSED_0x020 0x20 // Unused Flag #define FLAG_UNUSED_0x021 0x21 // Unused Flag #define FLAG_UNUSED_0x022 0x22 // Unused Flag #define FLAG_UNUSED_0x023 0x23 // Unused Flag |