From 4a6d3d1debab52c5e9fd5284062d924d583295b4 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada D'Ottone Date: Thu, 8 Sep 2022 00:19:13 -0400 Subject: [PATCH] Whitespace --- src/item_use.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/item_use.c b/src/item_use.c index 0bab2fe376..5cd162519f 100644 --- a/src/item_use.c +++ b/src/item_use.c @@ -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_Disabled[] = _("POKé BALLS cannot be used\nright now!\p"); void ItemUseInBattle_PokeBall(u8 taskId) -{ +{ switch (GetBallThrowableState()) { case BALL_THROW_ABLE: