mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Formatting and comments
This commit is contained in:
parent
4b4c53c7ae
commit
e51339f01a
@ -1822,6 +1822,7 @@ UpdateJumpPosition:
|
||||
.y
|
||||
db -4, -6, -8, -10, -11, -12, -12, -12
|
||||
db -11, -10, -9, -8, -6, -4, 0, 0
|
||||
|
||||
Function5000: ; unscripted?
|
||||
; copy [wPlayerNextMovement] to [wPlayerMovement]
|
||||
ld a, [wPlayerNextMovement]
|
||||
|
@ -469,6 +469,7 @@ DoPlayerMovement::
|
||||
ret
|
||||
|
||||
.Steps:
|
||||
; entries correspond to STEP_* constants
|
||||
dw .SlowStep
|
||||
dw .NormalStep
|
||||
dw .FastStep
|
||||
@ -514,10 +515,10 @@ DoPlayerMovement::
|
||||
turn_step LEFT
|
||||
turn_step RIGHT
|
||||
.FinishFacing:
|
||||
db $80 + DOWN
|
||||
db $80 + UP
|
||||
db $80 + LEFT
|
||||
db $80 + RIGHT
|
||||
db $80 | DOWN
|
||||
db $80 | UP
|
||||
db $80 | LEFT
|
||||
db $80 | RIGHT
|
||||
|
||||
.StandInPlace:
|
||||
ld a, 0
|
||||
|
Loading…
Reference in New Issue
Block a user