summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-11-28 21:07:04 -0800
committerMarcus Huderle <huderlem@gmail.com>2017-11-28 21:07:04 -0800
commit82f8159152472ecaf14556064d9ac082cdfc138f (patch)
treea55db7e229777330fe7cfa144f10719d22cf8cf0 /include
parent4d93db09a365cfa68e30be93d94b8c0ad1f89f9b (diff)
Flag for buggy rock smash rock
Diffstat (limited to 'include')
-rw-r--r--include/constants/flags.h5
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