diff options
| author | yenatch <yenatch@gmail.com> | 2016-08-11 15:55:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-11 15:55:32 -0400 |
| commit | 700321a7fb2d6c852ffc91cc0b8867526cb76813 (patch) | |
| tree | 1a81b2ef5a4d7a2e5a9433e990ea178f5083acbf /maps/TeamRocketBaseB1F.asm | |
| parent | c33ba049a5a993fc678fd1698645039ce4974022 (diff) | |
| parent | 050a0162b89c645c4a2a3ed311c4da791fb3de6c (diff) | |
Merge pull request #342 from PikalaxALT/master
More label interpretations
Diffstat (limited to 'maps/TeamRocketBaseB1F.asm')
| -rw-r--r-- | maps/TeamRocketBaseB1F.asm | 120 |
1 files changed, 60 insertions, 60 deletions
diff --git a/maps/TeamRocketBaseB1F.asm b/maps/TeamRocketBaseB1F.asm index 9bbda8eae..fad534c8b 100644 --- a/maps/TeamRocketBaseB1F.asm +++ b/maps/TeamRocketBaseB1F.asm @@ -549,91 +549,91 @@ TeamRocketBaseB1FHiddenRevive: SecurityCameraMovement1: - big_step_right - big_step_right - big_step_right - big_step_right + big_step RIGHT + big_step RIGHT + big_step RIGHT + big_step RIGHT step_end SecurityCameraMovement2: - big_step_up - big_step_right - big_step_up - big_step_up - big_step_up - big_step_up - turn_head_right + big_step UP + big_step RIGHT + big_step UP + big_step UP + big_step UP + big_step UP + turn_head RIGHT step_end SecurityCameraMovement3: - big_step_left - big_step_left - big_step_left - big_step_up - big_step_up - big_step_up - big_step_left - big_step_left + big_step LEFT + big_step LEFT + big_step LEFT + big_step UP + big_step UP + big_step UP + big_step LEFT + big_step LEFT step_end SecurityCameraMovement4: ; he jumps over a trap - jump_step_up - big_step_right - big_step_up - big_step_up - big_step_up - turn_head_right + jump_step UP + big_step RIGHT + big_step UP + big_step UP + big_step UP + turn_head RIGHT step_end SecurityCameraMovement5: - big_step_left - big_step_left - big_step_left - big_step_up - big_step_up - big_step_left - big_step_left + big_step LEFT + big_step LEFT + big_step LEFT + big_step UP + big_step UP + big_step LEFT + big_step LEFT step_end SecurityCameraMovement6: - big_step_up - big_step_up - big_step_right - big_step_up - big_step_up - big_step_up - big_step_left + big_step UP + big_step UP + big_step RIGHT + big_step UP + big_step UP + big_step UP + big_step LEFT step_end SecurityCameraMovement7: - big_step_up - big_step_up - big_step_up - big_step_right - big_step_up - big_step_up - big_step_left + big_step UP + big_step UP + big_step UP + big_step RIGHT + big_step UP + big_step UP + big_step LEFT step_end SecurityCameraMovement8: - big_step_down - big_step_down - big_step_right - big_step_down - big_step_down - big_step_down - big_step_left - big_step_left - big_step_left + big_step DOWN + big_step DOWN + big_step RIGHT + big_step DOWN + big_step DOWN + big_step DOWN + big_step LEFT + big_step LEFT + big_step LEFT step_end SecurityCameraMovement9: - big_step_left - big_step_left - big_step_left - big_step_left - big_step_left + big_step LEFT + big_step LEFT + big_step LEFT + big_step LEFT + big_step LEFT step_end CameraGrunt1SeenText: |
