diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-11-28 21:07:04 -0800 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-11-28 21:07:04 -0800 |
commit | 82f8159152472ecaf14556064d9ac082cdfc138f (patch) | |
tree | a55db7e229777330fe7cfa144f10719d22cf8cf0 /include | |
parent | 4d93db09a365cfa68e30be93d94b8c0ad1f89f9b (diff) |
Flag for buggy rock smash rock
Diffstat (limited to 'include')
-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 |