From 84a69bf1404d6d6545c72c39a5b5105fbdb8c36c Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 26 Mar 2020 18:29:48 -0400 Subject: through Overworld_ResetStateAfterFly --- include/constants/flags.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/constants') diff --git a/include/constants/flags.h b/include/constants/flags.h index 6fd532a0e..54129cae5 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -1319,6 +1319,7 @@ #define FLAG_SYS_SAFARI_MODE (SYS_FLAGS + 0x0) #define FLAG_SYS_VS_SEEKER_CHARGING (SYS_FLAGS + 0x1) +#define FLAG_SYS_UNK_802 (SYS_FLAGS + 0x2) #define FLAG_SYS_WHITE_FLUTE_ACTIVE (SYS_FLAGS + 0x3) #define FLAG_SYS_BLACK_FLUTE_ACTIVE (SYS_FLAGS + 0x4) #define FLAG_SYS_USE_STRENGTH (SYS_FLAGS + 0x5) -- cgit v1.2.3 From fe9c3d3b58b2cf13f9bd7e61eceb249dfcf398a7 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 27 Mar 2020 18:08:28 -0400 Subject: through sub_8055B38 --- include/constants/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/constants') diff --git a/include/constants/flags.h b/include/constants/flags.h index 54129cae5..c259c2e12 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -1319,7 +1319,7 @@ #define FLAG_SYS_SAFARI_MODE (SYS_FLAGS + 0x0) #define FLAG_SYS_VS_SEEKER_CHARGING (SYS_FLAGS + 0x1) -#define FLAG_SYS_UNK_802 (SYS_FLAGS + 0x2) +#define FLAG_SYS_CRUISE_MODE (SYS_FLAGS + 0x2) #define FLAG_SYS_WHITE_FLUTE_ACTIVE (SYS_FLAGS + 0x3) #define FLAG_SYS_BLACK_FLUTE_ACTIVE (SYS_FLAGS + 0x4) #define FLAG_SYS_USE_STRENGTH (SYS_FLAGS + 0x5) -- cgit v1.2.3 From 816e7ad1f8f38f3eee152913c416200e4caf1f5e Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 28 Mar 2020 10:42:23 -0400 Subject: through ChooseAmbientCrySpecies --- include/constants/flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/constants') diff --git a/include/constants/flags.h b/include/constants/flags.h index c259c2e12..212718bc9 100644 --- a/include/constants/flags.h +++ b/include/constants/flags.h @@ -1438,7 +1438,7 @@ #define SPECIAL_FLAGS_START 0x4000 #define SPECIAL_FLAGS_COUNT 16 #define FLAG_SPECIAL_FLAG_0x4000 0x4000 -#define FLAG_SPECIAL_FLAG_0x4001 0x4001 +#define FLAG_DONT_TRANSITION_MUSIC 0x4001 #define FLAG_SPECIAL_FLAG_0x4002 0x4002 #define FLAG_SPECIAL_FLAG_0x4003 0x4003 #define FLAG_SPECIAL_FLAG_0x4004 0x4004 -- cgit v1.2.3