Skip to content

Commit

Permalink
Update static labels in berry_crush_2.c
Browse files Browse the repository at this point in the history
  • Loading branch information
PikalaxALT committed Apr 12, 2020
1 parent 58f59a3 commit 7a562d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/berry_crush_2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 7a562d6

Please sign in to comment.