mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Fix indentation
This commit is contained in:
parent
417f3c7c72
commit
1dad1b48d4
@ -1289,12 +1289,12 @@ Then edit `SurfStartStep` in [engine/overworld/player_object.asm](/engine/overwo
|
|||||||
- ret
|
- ret
|
||||||
-
|
-
|
||||||
-.GetMovementData:
|
-.GetMovementData:
|
||||||
ld a, [wPlayerDirection]
|
ld a, [wPlayerDirection]
|
||||||
srl a
|
srl a
|
||||||
srl a
|
srl a
|
||||||
maskbits NUM_DIRECTIONS
|
maskbits NUM_DIRECTIONS
|
||||||
ld e, a
|
ld e, a
|
||||||
ld d, 0
|
ld d, 0
|
||||||
ld hl, .movement_data
|
ld hl, .movement_data
|
||||||
add hl, de
|
add hl, de
|
||||||
- ld a, [hl]
|
- ld a, [hl]
|
||||||
|
Loading…
Reference in New Issue
Block a user