Give the Coin Case when coins are maxed (#7973)
This commit is contained in:
parent
a3cda3389b
commit
a5b69a4daf
@ -3041,6 +3041,9 @@ static void DebugAction_Give_MaxMoney(u8 taskId)
|
||||
static void DebugAction_Give_MaxCoins(u8 taskId)
|
||||
{
|
||||
SetCoins(MAX_COINS);
|
||||
|
||||
if (!CheckBagHasItem(ITEM_COIN_CASE, 1))
|
||||
AddBagItem(ITEM_COIN_CASE, 1);
|
||||
}
|
||||
|
||||
static void DebugAction_Give_MaxBattlePoints(u8 taskId)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user