chore: Fix some capitalization

This commit is contained in:
Jess 2022-09-26 13:05:03 +00:00
parent 3027f375da
commit becc683289
4 changed files with 8 additions and 8 deletions

View File

@ -1378,7 +1378,7 @@ BattleFrontier_BattleTowerLobby_Text_ExplainMultiLinkRules:
.string "The Link Multi Battle Mode is for two\n" .string "The Link Multi Battle Mode is for two\n"
.string "friends to mount a challenge together.\p" .string "friends to mount a challenge together.\p"
.string "You and your friend must be linked with\n" .string "You and your friend must be linked with\n"
.string "Wireless Adapters or a Gba Game Link\l" .string "Wireless Adapters or a GBA Game Link\l"
.string "cable.\p" .string "cable.\p"
.string "You must choose two Pokémon at\n" .string "You must choose two Pokémon at\n"
.string "the registration counter.\p" .string "the registration counter.\p"

View File

@ -10,15 +10,15 @@ CableClub_Text_WhichService:
CableClub_Text_TradeUsingLinkCable:: CableClub_Text_TradeUsingLinkCable::
.string "Trade Pokémon with another player\n" .string "Trade Pokémon with another player\n"
.string "using a Gba Game Link cable.$" .string "using a GBA Game Link cable.$"
CableClub_Text_BattleUsingLinkCable:: CableClub_Text_BattleUsingLinkCable::
.string "You may battle another Trainer\n" .string "You may battle another Trainer\n"
.string "using a Gba Game Link cable.$" .string "using a GBA Game Link cable.$"
CableClub_Text_RecordCornerUsingLinkCable:: CableClub_Text_RecordCornerUsingLinkCable::
.string "You can use the Record Corner with\n" .string "You can use the Record Corner with\n"
.string "others using a Gba Game Link cable.$" .string "others using a GBA Game Link cable.$"
@ Unused @ Unused
CableClub_Text_CloseThisMenu: CableClub_Text_CloseThisMenu:
@ -440,7 +440,7 @@ CableClub_Text_ExplainWirelessClubFirstTime:
.string "with your friends in this room.\p" .string "with your friends in this room.\p"
.string "If the Wireless Adapter isn't\n" .string "If the Wireless Adapter isn't\n"
.string "connected, you may still link up\l" .string "connected, you may still link up\l"
.string "using a Gba Game Link cable.\p" .string "using a GBA Game Link cable.\p"
.string "If that is the case, you must go\n" .string "If that is the case, you must go\n"
.string "to the Direct Corner.\p" .string "to the Direct Corner.\p"
.string "I hope you enjoy the Wireless \n" .string "I hope you enjoy the Wireless \n"
@ -476,7 +476,7 @@ CableClub_Text_ExplainWirelessClub:
.string "to your friends.\p" .string "to your friends.\p"
.string "If the Wireless Adapter isn't\n" .string "If the Wireless Adapter isn't\n"
.string "connected, you may still link up\l" .string "connected, you may still link up\l"
.string "using a Gba Game Link cable.\p" .string "using a GBA Game Link cable.\p"
.string "If that is the case, you must go\n" .string "If that is the case, you must go\n"
.string "to the Direct Corner.\p" .string "to the Direct Corner.\p"
.string "I hope you enjoy the Wireless \n" .string "I hope you enjoy the Wireless \n"

View File

@ -189,7 +189,7 @@ const u8 gMoveNames[MOVES_COUNT][MOVE_NAME_LENGTH + 1] =
[MOVE_SWEET_KISS] = _("Sweet Kiss"), [MOVE_SWEET_KISS] = _("Sweet Kiss"),
[MOVE_BELLY_DRUM] = _("Belly Drum"), [MOVE_BELLY_DRUM] = _("Belly Drum"),
[MOVE_SLUDGE_BOMB] = _("Sludge Bomb"), [MOVE_SLUDGE_BOMB] = _("Sludge Bomb"),
[MOVE_MUD_SLAP] = _("Mud-slap"), [MOVE_MUD_SLAP] = _("Mud-Slap"),
[MOVE_OCTAZOOKA] = _("Octazooka"), [MOVE_OCTAZOOKA] = _("Octazooka"),
[MOVE_SPIKES] = _("Spikes"), [MOVE_SPIKES] = _("Spikes"),
[MOVE_ZAP_CANNON] = _("Zap Cannon"), [MOVE_ZAP_CANNON] = _("Zap Cannon"),

View File

@ -1180,7 +1180,7 @@ const u8 gText_ThunderWave48BP[] = _("Thunder Wave{CLEAR_TO 0x4E}48Bp");
const u8 gText_SwordsDance48BP[] = _("Swords Dance{CLEAR_TO 0x4E}48Bp"); const u8 gText_SwordsDance48BP[] = _("Swords Dance{CLEAR_TO 0x4E}48Bp");
const u8 gText_DefenseCurl16BP[] = _("Defense Curl{CLEAR_TO 0x4E}16Bp"); const u8 gText_DefenseCurl16BP[] = _("Defense Curl{CLEAR_TO 0x4E}16Bp");
const u8 gText_Snore24BP[] = _("Snore{CLEAR_TO 0x4E}24Bp"); const u8 gText_Snore24BP[] = _("Snore{CLEAR_TO 0x4E}24Bp");
const u8 gText_MudSlap24BP[] = _("Mud-slap{CLEAR_TO 0x4E}24Bp"); const u8 gText_MudSlap24BP[] = _("Mud-Slap{CLEAR_TO 0x4E}24Bp");
const u8 gText_Swift24BP[] = _("Swift{CLEAR_TO 0x4E}24Bp"); const u8 gText_Swift24BP[] = _("Swift{CLEAR_TO 0x4E}24Bp");
const u8 gText_IcyWind24BP[] = _("Icy Wind{CLEAR_TO 0x4E}24Bp"); const u8 gText_IcyWind24BP[] = _("Icy Wind{CLEAR_TO 0x4E}24Bp");
const u8 gText_Endure48BP[] = _("Endure{CLEAR_TO 0x4E}48Bp"); const u8 gText_Endure48BP[] = _("Endure{CLEAR_TO 0x4E}48Bp");