diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-10-06 20:04:30 -0400 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-10-06 20:04:30 -0400 |
commit | c4deb4db96ac8463c2ef1dd92ca5c7d6d13c4dae (patch) | |
tree | ccf428496a63d7c92107dd8c966d13268520d033 /src/post_battle_event_funcs.c | |
parent | f179ab95c07ef7ec7a97864e88bbb35f9efae881 (diff) |
Document field_poison
Diffstat (limited to 'src/post_battle_event_funcs.c')
-rw-r--r-- | src/post_battle_event_funcs.c | 2 |
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; |