use more true & false constants
This commit is contained in:
@@ -1344,7 +1344,7 @@ static void SwitchBagPocket(u8 taskId, s16 deltaBagPocketId, bool16 skipEraseLis
|
||||
DrawPocketIndicatorSquare(newPocket, TRUE);
|
||||
FillBgTilemapBufferRect_Palette0(2, 11, 14, 2, 15, 16);
|
||||
ScheduleBgCopyTilemapToVram(2);
|
||||
SetBagVisualPocketId(newPocket, 1);
|
||||
SetBagVisualPocketId(newPocket, TRUE);
|
||||
RemoveBagSprite(ITEMMENUSPRITE_BALL);
|
||||
AddSwitchPocketRotatingBallSprite(deltaBagPocketId);
|
||||
SetTaskFuncWithFollowupFunc(taskId, Task_SwitchBagPocket, gTasks[taskId].func);
|
||||
|
||||
Reference in New Issue
Block a user