summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-12 08:54:02 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-12 08:54:02 -0400
commit7a562d6bae78fd7c62ed2f804fd8dcc555d85d18 (patch)
tree9a430f0b70e0a24965378724f1bd28cd1a193dc1 /src
parent58f59a3491d1f8fe7c2897050d696f9d09565bf4 (diff)
Update static labels in berry_crush_2.c
Diffstat (limited to 'src')
-rw-r--r--src/berry_crush_2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/berry_crush_2.c b/src/berry_crush_2.c
index 67acb2dd6..f195be954 100644
--- a/src/berry_crush_2.c
+++ b/src/berry_crush_2.c
@@ -589,7 +589,7 @@ static void BerryCrush_ProcessGamePartnerInput(struct BerryCrushGame * game)
}
}
-void BerryCrush_BuildLocalState(struct BerryCrushGame * game)
+static void BerryCrush_BuildLocalState(struct BerryCrushGame * game)
{
u8 count = 0;
u16 r1 = 0;
@@ -727,7 +727,7 @@ static void BerryCrush_HandlePlayerInput(struct BerryCrushGame * game)
RfuPrepareSend0x2f00(game->sendCmd + 1);
}
-void BerryCrush_UpdateGameState(struct BerryCrushGame * game)
+static void BerryCrush_UpdateGameState(struct BerryCrushGame * game)
{
struct BerryCrushGame_4E * r4_;
#ifndef NONMATCHING
@@ -1431,7 +1431,7 @@ void BerryCrush_SetPaletteFadeParams(u8 *params, bool8 communicateAfter, u32 sel
params[9] = communicateAfter;
}
-static void BerryCrush_SetShowMessageParams(u8 *params, u8 stringId, u8 flags, u16 waitKeys, u8 followupCmd)
+void BerryCrush_SetShowMessageParams(u8 *params, u8 stringId, u8 flags, u16 waitKeys, u8 followupCmd)
{
params[0] = stringId;
params[1] = flags;