summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-03-02 00:19:11 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-03-02 00:19:11 -0500
commit62100376b71f54d6ca4b6f020c860e69368c2720 (patch)
treefd6e0f08f2987023a7bd0b33c4c5896d7f44c532 /include
parent43f66fce5574592ac1c37b9452fe858e482156bb (diff)
Split/label some common event scripts
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 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