ref: 1dad1b48d46cd5610eba5d778c8774f13d46e8d7
parent: 417f3c7c7211687a40e3363f8ee9c7033a3f0201
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sat Feb 16 11:00:13 EST 2019
Fix indentation
--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -1289,12 +1289,12 @@
- 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]