mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-12 15:44:57 +00:00
Rewrote summary screen code
This commit is contained in:
@@ -63,9 +63,7 @@ module Battle::CatchAndStoreMixin
|
||||
break
|
||||
when 2 # See X's summary
|
||||
pbFadeOutIn do
|
||||
summary_scene = PokemonSummary_Scene.new
|
||||
summary_screen = PokemonSummaryScreen.new(summary_scene, true)
|
||||
summary_screen.pbStartScreen([pkmn], 0)
|
||||
screen = UI::PokemonSummary.new(pkmn, mode: :in_battle)
|
||||
end
|
||||
when 3 # Check party
|
||||
@scene.pbPartyScreen(0, true, 2)
|
||||
|
||||
Reference in New Issue
Block a user