summaryrefslogtreecommitdiff
path: root/src/post_battle_event_funcs.c
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 /src/post_battle_event_funcs.c
parent43f66fce5574592ac1c37b9452fe858e482156bb (diff)
Split/label some common event scripts
Diffstat (limited to 'src/post_battle_event_funcs.c')
-rw-r--r--src/post_battle_event_funcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post_battle_event_funcs.c b/src/post_battle_event_funcs.c
index 112889710..72d4266c8 100644
--- a/src/post_battle_event_funcs.c
+++ b/src/post_battle_event_funcs.c
@@ -52,7 +52,7 @@ bool8 Special_HallOfFame(void)
return FALSE;
}
-bool8 sp0C8_whiteout_maybe(void)
+bool8 SetCB2Whiteout(void)
{
SetMainCallback2(CB2_WhiteOut);
return FALSE;