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

Pre-1.8.4 pret merge (2024/05/26) #4631

Merged

Conversation

AsparagusEduardo
Copy link
Collaborator

Description

SHA1 before merge: 5f884868e8463ad1495c189d112175d18f3e6c61
SHA1 after merge: ec4a777e98093a17d2da0585a98735b23ec23b90

The two main changes come from the following PRs:

  • Fix Pokeblock script missing a releaseall pret/pokeemerald#1996 (via BUGFIX)
  • Make AdjustFriendship more readable pret/pokeemerald#1995
    • This had a merge conflict with the expansion based on our trainer data encapsulation. I would assume that changing
              if (!(gTrainers[gTrainerBattleOpponent_A].trainerClass == TRAINER_CLASS_LEADER
                  || gTrainers[gTrainerBattleOpponent_A].trainerClass == TRAINER_CLASS_ELITE_FOUR
                  || gTrainers[gTrainerBattleOpponent_A].trainerClass == TRAINER_CLASS_CHAMPION))
                  return;
      to
              if (!(opponentTrainerClass == TRAINER_CLASS_LEADER
                  || opponentTrainerClass == TRAINER_CLASS_ELITE_FOUR
                  || opponentTrainerClass == TRAINER_CLASS_CHAMPION))
                  return;
      would've kept the cheksum, but I guess not.

Discord contact info

AsparagusEduardo

@Bassoonian Bassoonian merged commit 70ef93e into rh-hideout:master May 27, 2024
1 check passed
Bassoonian added a commit that referenced this pull request May 27, 2024
@AsparagusEduardo AsparagusEduardo deleted the _RHH/pr/master/pret_20240526 branch May 31, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants