update 6.7

This commit is contained in:
chardub
2025-09-28 15:53:01 -04:00
parent ef5e023ae0
commit 318ff90d8d
696 changed files with 111759 additions and 198230 deletions

View File

@@ -46,7 +46,7 @@ class MoveRelearner_Scene
@sprites["msgwindow"]=Window_AdvancedTextPokemon.new("")
@sprites["msgwindow"].visible=false
@sprites["msgwindow"].viewport=@viewport
@typebitmap=AnimatedBitmap.new(_INTL("Graphics/Pictures/types"))
@typebitmap=AnimatedBitmap.new("Graphics/Pictures/types")
pbDrawMoveList
pbDeactivateWindows(@sprites)
# Fade in all sprites
@@ -167,6 +167,11 @@ class MoveRelearnerScreen
next if m[0] > pkmn.level || pkmn.hasMove?(m[1])
moves.push(m[1]) if !moves.include?(m[1])
end
pkmn.learned_moves.each do |move|
moves.push(move) if !moves.include?(move)
end
tmoves = []
if pkmn.first_moves
for i in pkmn.first_moves