Adds menu option for Pokemon to remember any previously learned moves

This commit is contained in:
chardub
2025-04-10 09:41:00 -04:00
parent 80de6b019d
commit 290b6f81d1
8 changed files with 66 additions and 8 deletions

View File

@@ -190,7 +190,7 @@ class MoveRelearnerScreen
end
if move
if @scene.pbConfirm(_INTL("Teach {1}?", GameData::Move.get(move).name))
if pbLearnMove(pkmn, move)
if pbLearnMove(pkmn, move, false, true)
@scene.pbEndScene
return true
end