use more true & false constants

This commit is contained in:
BlackShark
2022-05-27 02:18:52 +02:00
parent b59fb7637a
commit 75a44fdd79
15 changed files with 28 additions and 28 deletions

View File

@@ -4969,7 +4969,7 @@ static void Task_TryLearnNewMoves(u8 taskId)
{
u16 learnMove;
if (WaitFanfare(0) && ((JOY_NEW(A_BUTTON)) || (JOY_NEW(B_BUTTON))))
if (WaitFanfare(FALSE) && ((JOY_NEW(A_BUTTON)) || (JOY_NEW(B_BUTTON))))
{
RemoveLevelUpStatsWindow();
learnMove = MonTryLearningNewMove(&gPlayerParty[gPartyMenu.slotId], TRUE);