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/RuinsofAlphResearchCenter.asm | |
| parent | c33ba049a5a993fc678fd1698645039ce4974022 (diff) | |
| parent | 050a0162b89c645c4a2a3ed311c4da791fb3de6c (diff) | |
Merge pull request #342 from PikalaxALT/master
More label interpretations
Diffstat (limited to 'maps/RuinsofAlphResearchCenter.asm')
| -rw-r--r-- | maps/RuinsofAlphResearchCenter.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/RuinsofAlphResearchCenter.asm b/maps/RuinsofAlphResearchCenter.asm index 988198340..b1d0f45c5 100644 --- a/maps/RuinsofAlphResearchCenter.asm +++ b/maps/RuinsofAlphResearchCenter.asm @@ -181,18 +181,18 @@ MapRuinsofAlphResearchCenterSignpost0Script: jumptext UnknownText_0x59886 MovementData_0x5926f: - step_up - step_up - step_left - turn_head_up + step UP + step UP + step LEFT + turn_head UP step_end MovementData_0x59274: - step_down + step DOWN step_end MovementData_0x59276: - step_up + step UP step_end UnknownText_0x59278: |
