Skip to content

Commit

Permalink
Merge pull request #670 from abcboy101/decode
Browse files Browse the repository at this point in the history
Update link_rfu_2.c
  • Loading branch information
GriffinRichards authored Aug 29, 2024
2 parents 4f7b8c5 + 6319b45 commit caf8c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/link_rfu_2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1831,7 +1831,7 @@ static void ReceiveRfuLinkPlayers(const struct SioInfo *sioInfo)

// Could be relocated to top of file, but would also require relocating assert strings
static const char sASCII_PokemonSioInfo[] = "PokemonSioInfo";
static const u8 sText_Akito[] = _(" あきと"); // Presumably "Akito Mori", one of Game Freak's programmers
ALIGNED(4) static const u8 sText_Akito[] = _("あきと"); // Presumably "Akito Mori", one of Game Freak's programmers
static const char sASCII_LinkLossDisconnect[] = "LINK LOSS DISCONNECT!";
static const char sASCII_LinkLossRecoveryNow[] = "LINK LOSS RECOVERY NOW";
ALIGNED(4) static const char sASCII_30Spaces[] = {" "};
Expand Down

0 comments on commit caf8c6b

Please sign in to comment.