summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/event_scripts.h2
-rw-r--r--include/field_poison.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h
index 91fba4e1e..bd93bbb0b 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