mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
TrainerWalkToPlayer
should reference wSeenTrainerDistance
(#1020)
This commit is contained in:
parent
f7d26fbe9c
commit
c4e3f2bbc2
@ -519,7 +519,7 @@ TrainerWalkToPlayer:
|
||||
call InitMovementBuffer
|
||||
ld a, movement_step_sleep
|
||||
call AppendToMovementBuffer
|
||||
ld a, [wWalkingIntoNPC]
|
||||
ld a, [wSeenTrainerDistance]
|
||||
dec a
|
||||
jr z, .TerminateStep
|
||||
ldh a, [hLastTalked]
|
||||
|
Loading…
Reference in New Issue
Block a user