Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safari: Implement Safari automation #325

Merged
merged 4 commits into from
Nov 10, 2023

Commits on Nov 9, 2023

  1. Move instance-related panels to a dedicated directory

    The following files where moved to the Instances: command not found dir:
      - BattleCafe
      - BattleFrontier
      - Dungeon
      - Gym
    Farigh committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    c869acb View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Safari: Implement the auto-hunt feature

    The auto-hunt panel is displayed on the right side of the in-game
    safari zone modal.
    
    As of this commit, turning on the auto-hunt feature moves the player
    to the nearest Water or grass tile.
    Farigh committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1cdfb47 View commit details
    Browse the repository at this point in the history
  2. Safari: Move the player between 2 tiles for encounters

    The player will now seek 2 neighbor Grass or Water tiles,
    move to the first one, and then alternate between both until
    an encounter occurs.
    Farigh committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    448c74a View commit details
    Browse the repository at this point in the history
  3. Safari: Implement pokemon battle

    The automation will throw a rock at the pokémon and then try
    to catch it with a pokéball.
    Farigh committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f02a825 View commit details
    Browse the repository at this point in the history