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

Port pokefirered's Vs. Seeker to pokeemerald #3256

Merged
merged 46 commits into from
Nov 26, 2023

Commits on Aug 30, 2023

  1. First version of Vs. Seeker

    pkmnsnfrn committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0042857 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6eb9e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ae5e9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    945ce76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93c2970 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa4ccb4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0876d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    542de59 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f81df90 View commit details
    Browse the repository at this point in the history
  10. Update vs_seeker.c

    Addressed some cleanup comments from SBird
    pkmnsnfrn committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    766e046 View commit details
    Browse the repository at this point in the history
  11. Update UpdateRandomTrainerRematches

    Fixed typo in ClearAllTrainerRematchStates
    Fixed types in GetRematchableTrainerLocalId
    pkmnsnfrn committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    121085b View commit details
    Browse the repository at this point in the history
  12. Updated UseVsSeekerEffect_2

    pkmnsnfrn committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    bd37bb8 View commit details
    Browse the repository at this point in the history
  13. Updated UseVsSeekerEffect_3

    pkmnsnfrn committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6f2bc1e View commit details
    Browse the repository at this point in the history
  14. Updated UseVsSeekerEffect_4

    pkmnsnfrn committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    fe85a1d View commit details
    Browse the repository at this point in the history
  15. Fixed bug that allowed Vs Seeker to be used indoors in correct places

    Moved VsSeeker function declarations into header
    pkmnsnfrn committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6c1b2f2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1c33bfc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8d678d7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    559dc8d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2f6c34f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6bab4f6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6a1df45 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    101a265 View commit details
    Browse the repository at this point in the history
  23. Refactored Task_VsSeeker_3

    pkmnsnfrn committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    863231a View commit details
    Browse the repository at this point in the history
  24. CanUseVsSeeker

    pkmnsnfrn committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    aeafd2b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    47fd390 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e71a95e View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    727e2e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73de5dc View commit details
    Browse the repository at this point in the history
  3. Fixed two bugs where player would not have the right gfx state after …

    …using VsSeeker on a Bike or Underwater
    pkmnsnfrn committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c35c968 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d24eaab View commit details
    Browse the repository at this point in the history
  5. Added I_VS_SEEKER_CHARGING to make Vs. Seeker broken until flag is as…

    …signed
    
    Removed extra VsSeeker animation code
    pkmnsnfrn committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4453a78 View commit details
    Browse the repository at this point in the history
  6. Addressed PR feedback

    pkmnsnfrn committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    6246640 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f727e6 View commit details
    Browse the repository at this point in the history
  8. Refactored GetRunningBehaviorFromGraphicsId and renamed to GetRespons…

    …eMovementTypeFromTrainerGraphicsId
    pkmnsnfrn committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7b15ad4 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    c9077db View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Addresses Lunos's PR feedback: https://github.com/rh-hideout/pokeemer…

    …ald-expansion/pull/3256\#pullrequestreview-1623547850
    
    Removed the check to see if a map was not indoors to improve readability
    Made IsValidLocationForVsSeeker into a static function
    pkmnsnfrn committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    35f4a92 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    433770c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    753a0c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    e4fe0e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26ac0e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    cdb9b9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5dc744 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Configuration menu
    Copy the full SHA
    bce579b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63dda47 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    34f1e9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffe9236 View commit details
    Browse the repository at this point in the history