From 62100376b71f54d6ca4b6f020c860e69368c2720 Mon Sep 17 00:00:00 2001 From: GriffinR Date: Mon, 2 Mar 2020 00:19:11 -0500 Subject: Split/label some common event scripts --- include/event_scripts.h | 2 +- include/field_poison.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/event_scripts.h b/include/event_scripts.h index bf16ed2ec..76e54b8eb 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -1171,7 +1171,7 @@ extern const u8 EventScript_ResetAllMapFlags[]; extern const u8 EventScript_PalletTown_PlayersHouse_2F_ShutDownPC[]; // field_screen_effect -extern const u8 EventScript_MomHeal[]; +extern const u8 EventScript_AfterWhiteOutMomHeal[]; extern const u8 EventScript_AfterWhiteOutHeal[]; // start_menu diff --git a/include/field_poison.h b/include/field_poison.h index 4887fa27a..a29cf1fd6 100644 --- a/include/field_poison.h +++ b/include/field_poison.h @@ -9,7 +9,6 @@ enum { FLDPSN_FNT }; -void ExecuteWhiteOut(void); s32 DoPoisonFieldEffect(void); #endif //GUARD_FIELD_POISON_H -- cgit v1.2.3