mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 21:54:58 +00:00
New UI no longer activates as part of initializing
This commit is contained in:
@@ -466,7 +466,7 @@ class Battle::Scene
|
||||
ret = -1
|
||||
pbFadeOutIn do
|
||||
screen = UI::PokemonSummary.new([pkmn], 0, mode: :choose_move, new_move: moveToLearn)
|
||||
ret = screen.result
|
||||
ret = screen.choose_move
|
||||
end
|
||||
return ret
|
||||
end
|
||||
|
||||
@@ -63,7 +63,7 @@ module Battle::CatchAndStoreMixin
|
||||
break
|
||||
when 2 # See X's summary
|
||||
pbFadeOutIn do
|
||||
screen = UI::PokemonSummary.new(pkmn, mode: :in_battle)
|
||||
UI::PokemonSummary.new(pkmn, mode: :in_battle).main
|
||||
end
|
||||
when 3 # Check party
|
||||
@scene.pbPartyScreen(0, true, 2)
|
||||
|
||||
Reference in New Issue
Block a user