summaryrefslogtreecommitdiff
path: root/src/post_battle_event_funcs.c
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-10-06 20:04:30 -0400
committerGriffinR <griffin.richards@comcast.net>2019-10-06 20:04:30 -0400
commitc4deb4db96ac8463c2ef1dd92ca5c7d6d13c4dae (patch)
treeccf428496a63d7c92107dd8c966d13268520d033 /src/post_battle_event_funcs.c
parentf179ab95c07ef7ec7a97864e88bbb35f9efae881 (diff)
Document field_poison
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 3cbf6ecd2..41ad37fbf 100644
--- a/src/post_battle_event_funcs.c
+++ b/src/post_battle_event_funcs.c
@@ -86,7 +86,7 @@ int GameClear(void)
return 0;
}
-bool8 sp0C8_whiteout_maybe(void)
+bool8 SetCB2WhiteOut(void)
{
SetMainCallback2(CB2_WhiteOut);
return FALSE;