Fix lock when teaching a TM/HM after learning a move by level up.
This commit is contained in:
parent
6363e61043
commit
2cd0a0f862
1 changed files with 1 additions and 0 deletions
|
@ -4928,6 +4928,7 @@ void ItemUseCB_TMHM(u8 taskId, TaskFunc task)
|
|||
u16 move = ItemIdToBattleMoveId(item);
|
||||
|
||||
gPartyMenu.data1 = move;
|
||||
gPartyMenu.learnMoveState = 0;
|
||||
|
||||
PlaySE(SE_SELECT);
|
||||
mon = &gPlayerParty[gPartyMenu.slotId];
|
||||
|
|
Loading…
Reference in a new issue