Update link_rfu_2.c

This commit is contained in:
abcboy101 2024-08-24 22:19:28 -04:00
parent f155bf5419
commit 6319b453bc
1 changed files with 1 additions and 1 deletions

View File

@ -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[] = {" "};