mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-11 08:12:18 +01:00
Update src/item_use.c
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
parent
2f61407c78
commit
5fed45e40b
@ -983,7 +983,8 @@ static const u8 sText_CantThrowPokeBall_SemiInvulnerable[] = _("Cannot throw a b
|
||||
void ItemUseInBattle_PokeBall(u8 taskId)
|
||||
{
|
||||
#if TX_DEBUG_SYSTEM == TRUE
|
||||
if (FlagGet(FLAG_SYS_NO_CATCHING)){
|
||||
if (FlagGet(FLAG_SYS_NO_CATCHING))
|
||||
{
|
||||
static const u8 sText_BallsCannotBeUsed[] = _("Poké Balls cannot be used\nright now!\p");
|
||||
DisplayItemMessage(taskId, 1, sText_BallsCannotBeUsed, CloseItemMessage);
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user