summaryrefslogtreecommitdiff
path: root/src/post_battle_event_funcs.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-03-03 16:18:45 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-03-03 17:45:25 -0500
commit7af1b35d17b7077b13e04c2717b48a55960fa8ce (patch)
tree75e74cfc0e365ec2aab4395f8ede0d8b8824db47 /src/post_battle_event_funcs.c
parent1aa1f189721ba9c21597bae047282c4a785ab400 (diff)
Sync some specials/drop unnecessary prefixes
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;