Whitespace
This commit is contained in:
parent
6062cf45fa
commit
4a6d3d1deb
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue