mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-09 22:24:58 +00:00
Added support for all three Gen 4 location sign styles, minor tweaks to other code
This commit is contained in:
@@ -751,7 +751,7 @@ class UI::Party < UI::BaseScreen
|
||||
# :battle_use_item For battle.
|
||||
# :use_item Like :choose_pokemon but with a different help text
|
||||
# :teach_pokemon Like :choose_pokemon but with a different help text
|
||||
# :choose_entry_order Battle Frontier thing
|
||||
# :choose_entry_order Battle Frontier thing
|
||||
def initialize(party, mode: :normal)
|
||||
@party = (party.is_a?(Array)) ? party : [party]
|
||||
@mode = mode
|
||||
@@ -880,14 +880,7 @@ class UI::Party < UI::BaseScreen
|
||||
@visuals.refresh_party
|
||||
end
|
||||
|
||||
# TODO: Get rid of this method once storage screen and PokemonDebugPartyScreen
|
||||
# have been rewritten.
|
||||
def pbRefreshSingle(_party_index)
|
||||
refresh
|
||||
end
|
||||
|
||||
# TODO: Get rid of this method once storage screen and PokemonDebugPartyScreen
|
||||
# have been rewritten.
|
||||
# TODO: Get rid of this method once ItemHandlers have been rewritten.
|
||||
def pbHardRefresh
|
||||
refresh_party
|
||||
refresh
|
||||
|
||||
Reference in New Issue
Block a user