Fixed GetNextBall (#3534)
This commit is contained in:
parent
2b9f6b350e
commit
182d1f5b26
@ -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…
x
Reference in New Issue
Block a user