diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-09 01:31:42 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2022-01-09 01:31:42 -0500 |
commit | 8b920691e6a7ac3b14cd553cc3020ded2f1ca4d9 (patch) | |
tree | 3d65c441a7c53de2e902968ef06afdd652f5f9a7 /include/constants/flags.h | |
parent | a837d1fe2c43418161704c0a206a3dea2c6cd17a (diff) |
Fix FLAG_DECORATION_0 name
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 793fe1135..eacb2426d 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -190,7 +190,7 @@ #define FLAG_RECEIVED_TM40 0xAA #define FLAG_RECEIVED_TM04 0xAB #define FLAG_RECEIVED_TM03 0xAC -#define FLAG_DECORATION_0 0xAD +#define FLAG_HIDE_SECRET_BASE_TRAINER 0xAD #define FLAG_DECORATION_1 0xAE #define FLAG_DECORATION_2 0xAF #define FLAG_DECORATION_3 0xB0 |