diff options
author | huderlem <huderlem@gmail.com> | 2019-10-14 18:22:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-14 18:22:35 -0500 |
commit | 26962b7725ffc5df719a0eea9442735b9dc04b5c (patch) | |
tree | 4c9e4215bd686793e82ec3df20f7ed8829d1c40a /src/post_battle_event_funcs.c | |
parent | 9b9b14ad0a711288446f9ba863eb0e3fe956ddd4 (diff) | |
parent | bb23128b77a01d3c39b11aef978acf437ae71974 (diff) |
Merge pull request #830 from GriffinRichards/doc-inc
Document some .incs split from event_scripts
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; |