InTheLight submitted a new resource:
Trade Back Guy - a guy who will return your trade for evolutions
Read more about this resource...
Trade Back Guy - a guy who will return your trade for evolutions
This is possibly compatible with more than just 21.1
atempt to show a clip of it in action
anyways inside the script called "005_UI_Trading" at the bottom just add
Ruby:def pbTradeBackGuy(npc_name = _INTL("Tradeback NPC")) # Filter: non-egg can also add && !pkmn.shadow? able_proc = proc { |pkmn| pkmn && !pkmn.egg? } # Open the party picker with the filter. scene = PokemonParty_Scene.new screen =...
Read more about this resource...