diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-02-16 16:00:13 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-02-16 16:00:13 -0500 |
commit | 1dad1b48d46cd5610eba5d778c8774f13d46e8d7 (patch) | |
tree | 8f5c942faa765bdefcce3b697d696a8fe9f957de | |
parent | 417f3c7c7211687a40e3363f8ee9c7033a3f0201 (diff) |
Fix indentation
-rw-r--r-- | docs/bugs_and_glitches.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index 03207c338..27156f980 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -1289,12 +1289,12 @@ Then edit `SurfStartStep` in [engine/overworld/player_object.asm](/engine/overwo - ret - -.GetMovementData: - ld a, [wPlayerDirection] - srl a - srl a - maskbits NUM_DIRECTIONS - ld e, a - ld d, 0 + ld a, [wPlayerDirection] + srl a + srl a + maskbits NUM_DIRECTIONS + ld e, a + ld d, 0 ld hl, .movement_data add hl, de - ld a, [hl] |