diff options
Diffstat (limited to 'include/constants')
| -rw-r--r-- | include/constants/flags.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/include/constants/flags.h b/include/constants/flags.h index 1eac4d49d..b9c1f8611 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -38,6 +38,11 @@  #define FLAG_TEMP_1E  0x1E  #define FLAG_TEMP_1F  0x1F +// This flag was supposed to be used as a temporary flag (see above), but there +// was either an oversight or off-by-one error. Therefore, this one rock-smashable +// rock disappears forever after the player breaks it. +#define FLAG_VICTORY_ROAD_ROCK  0x20 +  // scripts  #define FLAG_PENDING_DAYCARE_EGG 0x86 | 
