- Joined
- Oct 8, 2021
- Posts
- 17
IndianAnimator submitted a new resource:
Relearning moves from party menu(Like P:LA) - Relearning moves from party menu(Like P:LA)
Read more about this resource...
Relearning moves from party menu(Like P:LA) - Relearning moves from party menu(Like P:LA)
Hey! Made a little something that I liked in P:LA (with help from eriedaberrie)
I introduce to you relearning moves from the party menu!
so in 021_UI_MoveRelearner
find def pbStartScreen and within that, you should find
moves = self.pbGetRelearnableMoves(pkmn)
remove the self and replace with MoveRelearnerScreen
so you should end up with
moves = MoveRelearnerScreen.pbGetRelearnableMoves(pkmn)
now in 016_UI_Party
go to line 1227 and add this line of code below, under it
commands[cmdRelearn...
Read more about this resource...