Fixed GetNextBall (#3534)
This commit is contained in:
parent
2b9f6b350e
commit
182d1f5b26
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ static u16 GetNextBall(u16 ballId)
|
|||
{
|
||||
if (ballId == gBagPockets[BALLS_POCKET].itemSlots[i].itemId)
|
||||
{
|
||||
ballNext = gBagPockets[BALLS_POCKET].itemSlots[i].itemId;
|
||||
ballNext = gBagPockets[BALLS_POCKET].itemSlots[i+1].itemId;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue