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

Gen 1: Fix Transform and Endless Battle Clause #8372

Merged
merged 7 commits into from Jun 29, 2021
Merged

Gen 1: Fix Transform and Endless Battle Clause #8372

merged 7 commits into from Jun 29, 2021

Commits on Jun 24, 2021

  1. Gen 1: Add endless battle clause improvements.

    https://www.smogon.com/forums/threads/endless-battle-clause-enhancements-for-rby.3673455/
    Note: Gen 1 stadium's unique transform restrictions are currently not 
    implemented, but it's currently future-proofed when it happens.
    Supervillain authored and Supervillain committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    fb135de View commit details
    Browse the repository at this point in the history
  2. Forgot to add a check for fainted pokemon.

    Supervillain authored and Supervillain committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    63b17dc View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Refactor to use only as little variables as possible.

     TODO: Transform checks
    Supervillain authored and Supervillain committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    4f9f017 View commit details
    Browse the repository at this point in the history
  2. uncomment out code.

    letting Zarel deal with the rest, since I'm too confused on how to 
    approach it.
    Supervillain authored and Supervillain committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    72a8d76 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Zarel's help

    Co-authored-by: Guangcong Luo <guangcongluo@gmail.com>
    TheSupervillain and Zarel committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    94b7bc3 View commit details
    Browse the repository at this point in the history
  2. Gen 1 Stadium Transform mechanics

    This time in a different if statement
    Supervillain authored and Supervillain committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    1d324e2 View commit details
    Browse the repository at this point in the history
  3. Reduce if block

    Co-authored-by: Guangcong Luo <guangcongluo@gmail.com>
    TheSupervillain and Zarel committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    97ce0cc View commit details
    Browse the repository at this point in the history