New UI no longer activates as part of initializing

This commit is contained in:
Maruno17
2024-08-30 21:54:12 +01:00
parent 89e6df6e06
commit fab5fc0641
13 changed files with 25 additions and 25 deletions

View File

@@ -1400,7 +1400,7 @@ def pbChooseMove(pokemon, variableNumber, nameVarNumber)
ret = -1
pbFadeOutIn do
screen = UI::PokemonSummary.new(pokemon, mode: :choose_move)
ret = screen.result
ret = screen.choose_move
end
$game_variables[variableNumber] = ret
if ret >= 0