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/TeamRocketBaseB3F.asm | |
| parent | c33ba049a5a993fc678fd1698645039ce4974022 (diff) | |
| parent | 050a0162b89c645c4a2a3ed311c4da791fb3de6c (diff) | |
Merge pull request #342 from PikalaxALT/master
More label interpretations
Diffstat (limited to 'maps/TeamRocketBaseB3F.asm')
| -rw-r--r-- | maps/TeamRocketBaseB3F.asm | 130 |
1 files changed, 65 insertions, 65 deletions
diff --git a/maps/TeamRocketBaseB3F.asm b/maps/TeamRocketBaseB3F.asm index 049559b51..d3826b94e 100644 --- a/maps/TeamRocketBaseB3F.asm +++ b/maps/TeamRocketBaseB3F.asm @@ -226,101 +226,101 @@ TeamRocketBaseB3FUltraBall: itemball ULTRA_BALL MovementData_0x6e12a: - step_right + step RIGHT step_end MovementData_0x6e12c: - step_down - step_left - step_left - step_left - step_left - step_left + step DOWN + step LEFT + step LEFT + step LEFT + step LEFT + step LEFT step_end MovementData_0x6e133: - step_up - step_up - step_up - step_left - step_left - turn_head_up + step UP + step UP + step UP + step LEFT + step LEFT + turn_head UP step_end MovementData_0x6e13a: - step_up - step_up - step_left - step_up - step_left - step_left - turn_head_up + step UP + step UP + step LEFT + step UP + step LEFT + step LEFT + turn_head UP step_end MovementData_0x6e142: - step_down + step DOWN step_end MovementData_0x6e144: - big_step_right - big_step_right + big_step RIGHT + big_step RIGHT step_end MovementData_0x6e147: fix_facing - fast_jump_step_left + fast_jump_step LEFT remove_fixed_facing - step_sleep_8 - step_sleep_8 - slow_step_right - big_step_down - 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_left - big_step_left - big_step_up - big_step_up - big_step_up - big_step_up - big_step_up - big_step_up - big_step_up - big_step_up - big_step_left - big_step_left + step_sleep 8 + step_sleep 8 + slow_step RIGHT + big_step DOWN + 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 LEFT + big_step LEFT + big_step UP + big_step UP + big_step UP + big_step UP + big_step UP + big_step UP + big_step UP + big_step UP + big_step LEFT + big_step LEFT step_end RocketBaseRivalEnterMovement: - step_down - step_down - step_down - step_down - step_down - step_right - step_right - step_right + step DOWN + step DOWN + step DOWN + step DOWN + step DOWN + step RIGHT + step RIGHT + step RIGHT step_end RocketBaseRivalLeaveMovement: - step_left - step_left - step_up - step_up - step_up - step_up - step_up + step LEFT + step LEFT + step UP + step UP + step UP + step UP + step UP step_end RocketBaseRivalShovesPlayerMovement: fix_facing - big_step_right + big_step RIGHT remove_fixed_facing step_end |
