Skip to content

Commit

Permalink
Fix Glacia transition
Browse files Browse the repository at this point in the history
Oops
  • Loading branch information
BuffelSaft committed Sep 2, 2021
1 parent 6688e75 commit 2cfc74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/battle_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ u8 GetTrainerBattleTransition(void)
case TRAINER_GLACIA_2:
case TRAINER_GLACIA_3:
case TRAINER_GLACIA_4:
return B_TRANSITION_SIDNEY;
return B_TRANSITION_GLACIA;
case TRAINER_DRAKE:
case TRAINER_DRAKE_2:
case TRAINER_DRAKE_3:
Expand Down

0 comments on commit 2cfc74c

Please sign in to comment.