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/FastShip1F.asm | |
| parent | c33ba049a5a993fc678fd1698645039ce4974022 (diff) | |
| parent | 050a0162b89c645c4a2a3ed311c4da791fb3de6c (diff) | |
Merge pull request #342 from PikalaxALT/master
More label interpretations
Diffstat (limited to 'maps/FastShip1F.asm')
| -rw-r--r-- | maps/FastShip1F.asm | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/maps/FastShip1F.asm b/maps/FastShip1F.asm index bb42631e0..3440cd848 100644 --- a/maps/FastShip1F.asm +++ b/maps/FastShip1F.asm @@ -141,72 +141,72 @@ WorriedGrandpaTriggerLeft: end MovementData_0x7520e: - slow_step_left - turn_head_right + slow_step LEFT + turn_head RIGHT step_end MovementData_0x75211: - slow_step_right - turn_head_down + slow_step RIGHT + turn_head DOWN step_end MovementData_0x75214: - slow_step_down - turn_head_up + slow_step DOWN + turn_head UP step_end MovementData_0x75217: - step_down - step_down - turn_head_down + step DOWN + step DOWN + turn_head DOWN step_end MovementData_0x7521b: - 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 MovementData_0x75220: - step_right + step RIGHT step_end MovementData_0x75222: - big_step_down - big_step_right - big_step_right - big_step_right - big_step_right - big_step_right - big_step_right - big_step_down - big_step_down - big_step_down - big_step_down + big_step DOWN + big_step RIGHT + big_step RIGHT + big_step RIGHT + big_step RIGHT + big_step RIGHT + big_step RIGHT + big_step DOWN + big_step DOWN + big_step DOWN + big_step DOWN step_end MovementData_0x7522e: - big_step_right - turn_head_left + big_step RIGHT + turn_head LEFT step_end MovementData_0x75231: - step_up + step UP step_end MovementData_0x75233: - step_down + step DOWN step_end MovementData_0x75235: - step_up - step_up + step UP + step UP step_end MovementData_0x75238: - step_right - step_up + step RIGHT + step UP step_end UnknownText_0x7523b: |
