summaryrefslogtreecommitdiff
path: root/include/constants/flags.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-23 21:42:35 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-23 21:42:35 -0400
commit5b3e9f376b2ed230df1d7e6d23e0239f69d10ba4 (patch)
tree6011f60d2398a5ebb78564de2a06e150d62b34f9 /include/constants/flags.h
parentf9a3607824d00f17999288e241fc3ad339716279 (diff)
through PlayerGetCopyableMovement
Diffstat (limited to 'include/constants/flags.h')
-rw-r--r--include/constants/flags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/flags.h b/include/constants/flags.h
index 417e68255..6fd532a0e 100644
--- a/include/constants/flags.h
+++ b/include/constants/flags.h
@@ -1321,7 +1321,7 @@
#define FLAG_SYS_VS_SEEKER_CHARGING (SYS_FLAGS + 0x1)
#define FLAG_SYS_WHITE_FLUTE_ACTIVE (SYS_FLAGS + 0x3)
#define FLAG_SYS_BLACK_FLUTE_ACTIVE (SYS_FLAGS + 0x4)
-#define FLAG_SYS_STRENGTH_ACTIVE (SYS_FLAGS + 0x5)
+#define FLAG_SYS_USE_STRENGTH (SYS_FLAGS + 0x5)
#define FLAG_SYS_FLASH_ACTIVE (SYS_FLAGS + 0x6)
#define FLAG_SYS_SPECIAL_WILD_BATTLE (SYS_FLAGS + 0x7)
#define FLAG_0x808 (SYS_FLAGS + 0x8)