Skip to content

Commit

Permalink
Merge pull request #133 from celias-stupid-team/celadon_gym_crash
Browse files Browse the repository at this point in the history
Fix celadon gym crash
  • Loading branch information
CeliaDawn authored Jan 20, 2025
2 parents 0d8f886 + 0cc2c9d commit 675c349
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions data/maps/CeladonCity_Gym/scripts.pory
Original file line number Diff line number Diff line change
Expand Up @@ -407,10 +407,8 @@ script CeladonGym_GiovanniDefeat {
applymovement(ERIKA, ErikaReturns)
waitmovement(0)
setobjectxy(ERIKA, 6, 4)
addobject(TopRightTrainer)
addobject(TopLeftTrainer)
addobject(BottomLeftTrainer)
addobject(BottomRightTrainer)
applymovement(BottomRightTrainer, Common_Movement_WalkRight)
waitmovement(0)

setobjectmovementtype(TopRightTrainer, MOVEMENT_TYPE_ROTATE_COUNTERCLOCKWISE)
setobjectmovementtype(TopLeftTrainer, MOVEMENT_TYPE_ROTATE_CLOCKWISE)
Expand All @@ -436,6 +434,7 @@ movement ErikaReturns {
walk_up
walk_up
walk_up
walk_up
face_down
}

Expand Down

0 comments on commit 675c349

Please sign in to comment.