mirror of https://github.com/pret/pokeemerald.git
tabs
This commit is contained in:
parent
23b240ab65
commit
ea79f1c8f6
|
@ -1232,9 +1232,9 @@ static void sub_816C4FC(u8 taskId)
|
|||
ItemStorage_DoItemSwap(taskId, FALSE);
|
||||
}
|
||||
else
|
||||
{
|
||||
ItemStorage_DoItemSwap(taskId, TRUE);
|
||||
}
|
||||
{
|
||||
ItemStorage_DoItemSwap(taskId, TRUE);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
ItemStorage_DoItemSwap(taskId, FALSE);
|
||||
|
|
Loading…
Reference in New Issue