summaryrefslogtreecommitdiff
path: root/src/post_battle_event_funcs.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-03-05 06:06:51 -0500
committerGitHub <noreply@github.com>2020-03-05 06:06:51 -0500
commit362cddc0f512d86af0d7e9bbf7c8edba2115c175 (patch)
tree9c24f5cc84e71ea519ae1f8ccb32135556f58244 /src/post_battle_event_funcs.c
parent437fe6631adfe04ce89f966c189b7b015d81cf26 (diff)
parent102744163be40ec7fdab95beafac819d1e118bb5 (diff)
Merge pull request #285 from GriffinRichards/doc-scriptclean
Clean up script documentation
Diffstat (limited to 'src/post_battle_event_funcs.c')
-rw-r--r--src/post_battle_event_funcs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post_battle_event_funcs.c b/src/post_battle_event_funcs.c
index 72d4266c8..b564e74ce 100644
--- a/src/post_battle_event_funcs.c
+++ b/src/post_battle_event_funcs.c
@@ -8,7 +8,7 @@
#include "constants/flags.h"
#include "constants/spawn_points.h"
-bool8 Special_HallOfFame(void)
+bool8 EnterHallOfFame(void)
{
bool8 ribbonState;
bool8 *r7;
@@ -52,7 +52,7 @@ bool8 Special_HallOfFame(void)
return FALSE;
}
-bool8 SetCB2Whiteout(void)
+bool8 SetCB2WhiteOut(void)
{
SetMainCallback2(CB2_WhiteOut);
return FALSE;