mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
Rewrote party screen, implemented redesign of it
This commit is contained in:
@@ -149,7 +149,7 @@ end
|
||||
#
|
||||
#===============================================================================
|
||||
module PokemonDebugMixin
|
||||
def pbPokemonDebug(pkmn, pkmnid, heldpoke = nil, settingUpBattle = false)
|
||||
def pokemon_debug_menu(pkmn, pkmnid, heldpoke = nil, settingUpBattle = false)
|
||||
# Get all commands
|
||||
commands = CommandMenuList.new
|
||||
MenuHandlers.each_available(:pokemon_debug_menu) do |option, hash, name|
|
||||
@@ -408,7 +408,7 @@ end
|
||||
#===============================================================================
|
||||
#
|
||||
#===============================================================================
|
||||
class PokemonPartyScreen
|
||||
class UI::Party
|
||||
include PokemonDebugMixin
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user