mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 13:44:59 +00:00
Rewrote summary screen code
This commit is contained in:
@@ -335,9 +335,7 @@ def pbDebugDayCare
|
||||
[_INTL("Summary"), _INTL("Withdraw"), _INTL("Cancel")], 3)
|
||||
when 0 # Summary
|
||||
pbFadeOutIn do
|
||||
scene = PokemonSummary_Scene.new
|
||||
screen = PokemonSummaryScreen.new(scene, false)
|
||||
screen.pbStartScreen([pkmn], 0)
|
||||
UI::PokemonSummary.new(pkmn)
|
||||
need_refresh = true
|
||||
end
|
||||
when 1 # Withdraw
|
||||
|
||||
Reference in New Issue
Block a user