Added support for all three Gen 4 location sign styles, minor tweaks to other code

This commit is contained in:
Maruno17
2024-10-28 23:18:57 +00:00
parent 3eb2724794
commit 35be8fcf67
13 changed files with 286 additions and 139 deletions

View File

@@ -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