You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
TrainerWalkToPlayer should reference wSeenTrainerDistance (#1020)
This commit is contained in:
@@ -519,7 +519,7 @@ TrainerWalkToPlayer:
|
|||||||
call InitMovementBuffer
|
call InitMovementBuffer
|
||||||
ld a, movement_step_sleep
|
ld a, movement_step_sleep
|
||||||
call AppendToMovementBuffer
|
call AppendToMovementBuffer
|
||||||
ld a, [wWalkingIntoNPC]
|
ld a, [wSeenTrainerDistance]
|
||||||
dec a
|
dec a
|
||||||
jr z, .TerminateStep
|
jr z, .TerminateStep
|
||||||
ldh a, [hLastTalked]
|
ldh a, [hLastTalked]
|
||||||
|
|||||||
Reference in New Issue
Block a user