Whitespace

This commit is contained in:
Eduardo Quezada D'Ottone 2022-09-08 00:19:13 -04:00 committed by GitHub
parent 6062cf45fa
commit 4a6d3d1deb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -983,7 +983,7 @@ static const u8 sText_CantThrowPokeBall_TwoMons[] = _("Cannot throw a ball!\nThe
static const u8 sText_CantThrowPokeBall_SemiInvulnerable[] = _("Cannot throw a ball!\nThere's no Pokémon in sight!\p"); static const u8 sText_CantThrowPokeBall_SemiInvulnerable[] = _("Cannot throw a ball!\nThere's no Pokémon in sight!\p");
static const u8 sText_CantThrowPokeBall_Disabled[] = _("POKé BALLS cannot be used\nright now!\p"); static const u8 sText_CantThrowPokeBall_Disabled[] = _("POKé BALLS cannot be used\nright now!\p");
void ItemUseInBattle_PokeBall(u8 taskId) void ItemUseInBattle_PokeBall(u8 taskId)
{ {
switch (GetBallThrowableState()) switch (GetBallThrowableState())
{ {
case BALL_THROW_ABLE: case BALL_THROW_ABLE: