You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Fix indentation
This commit is contained in:
@@ -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]
|
||||
|
Reference in New Issue
Block a user