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 + include/event_scripts.h | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'include') 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) diff --git a/include/event_scripts.h b/include/event_scripts.h index 9b78854fa..add2da0d1 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -1259,4 +1259,8 @@ extern const u8 EventScript_FieldPoison[]; extern const u8 EventScript_EggHatch[]; extern const u8 EventScript_1C1361[]; +// overworld + +extern const u8 EventScript_ResetEliteFourEnd[]; + #endif //GUARD_EVENT_SCRIPTS_H -- cgit v1.2.3