• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.

pokeball

  1. halily

    v21.1 Add the function of exchanging ball types in the Party UI

    Allow players to easily switch between different types of balls MenuHandlers.add(:party_menu, :change_ball, { "name" => _INTL("Ball"), "order" => 35, "condition" => proc { |screen, party, party_idx| next !party[party_idx].egg? && !party[party_idx].mail }, "effect" => proc {...
Back
Top