diff options
Diffstat (limited to 'maps/TrainerHouseB1F.asm')
-rw-r--r-- | maps/TrainerHouseB1F.asm | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/maps/TrainerHouseB1F.asm b/maps/TrainerHouseB1F.asm index bca44441c..c96f5973b 100644 --- a/maps/TrainerHouseB1F.asm +++ b/maps/TrainerHouseB1F.asm @@ -77,40 +77,40 @@ TrainerHouseReceptionistScript: end Movement_EnterTrainerHouseBattleRoom: - step_left - step_left - step_left - step_down - step_down - step_down - step_down - step_down - step_down - step_down - step_down - step_left - turn_head_right + step LEFT + step LEFT + step LEFT + step DOWN + step DOWN + step DOWN + step DOWN + step DOWN + step DOWN + step DOWN + step DOWN + step LEFT + turn_head RIGHT step_end Movement_ExitTrainerHouseBattleRoom: - step_up - step_up - step_up - step_right - step_up - step_up - step_up - step_up - step_up - step_right - step_right - step_right - step_right + step UP + step UP + step UP + step RIGHT + step UP + step UP + step UP + step UP + step UP + step RIGHT + step RIGHT + step RIGHT + step RIGHT step_end Movement_TrainerHouseTurnBack: - step_right - turn_head_left + step RIGHT + turn_head LEFT step_end TrainerHouseB1FIntroText: |