diff options
| author | Phlosioneer <mattmdrr2@gmail.com> | 2019-02-22 20:09:14 -0500 |
|---|---|---|
| committer | huderlem <huderlem@gmail.com> | 2019-02-24 10:10:18 -0600 |
| commit | 0de831fd290b44b6b7236fb849e2e0318f9ebe3f (patch) | |
| tree | 40a1e34432814b3a389660e07168eae0042ead3e /data/maps/BattleFrontier_BattleFactoryBattleRoom | |
| parent | 4582fd15456e2c84588026cdfbe70d6b6e558a35 (diff) | |
Name some common single-entry movements
Diffstat (limited to 'data/maps/BattleFrontier_BattleFactoryBattleRoom')
| -rw-r--r-- | data/maps/BattleFrontier_BattleFactoryBattleRoom/scripts.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/maps/BattleFrontier_BattleFactoryBattleRoom/scripts.inc b/data/maps/BattleFrontier_BattleFactoryBattleRoom/scripts.inc index 8c22a9bc9..5ed2e97da 100644 --- a/data/maps/BattleFrontier_BattleFactoryBattleRoom/scripts.inc +++ b/data/maps/BattleFrontier_BattleFactoryBattleRoom/scripts.inc @@ -304,12 +304,12 @@ BattleFrontier_BattleFactoryPreBattleRoom_EventScript_25B1AA:: @ 825B1AA end BattleFrontier_BattleFactoryBattleRoom_EventScript_25B1B4:: @ 825B1B4 - applymovement 1, BattleFrontier_BattleFactoryBattleRoom_Movement_2725A8 - applymovement 3, BattleFrontier_BattleFactoryBattleRoom_Movement_2725A8 - applymovement 4, BattleFrontier_BattleFactoryBattleRoom_Movement_2725A8 - applymovement 5, BattleFrontier_BattleFactoryBattleRoom_Movement_2725A4 - applymovement 6, BattleFrontier_BattleFactoryBattleRoom_Movement_2725A4 - applymovement 7, BattleFrontier_BattleFactoryBattleRoom_Movement_2725A4 + applymovement 1, Common_Movement_WalkInPlaceRight + applymovement 3, Common_Movement_WalkInPlaceRight + applymovement 4, Common_Movement_WalkInPlaceRight + applymovement 5, Common_Movement_WalkInPlaceLeft + applymovement 6, Common_Movement_WalkInPlaceLeft + applymovement 7, Common_Movement_WalkInPlaceLeft waitmovement 0 return |
