Skip to content

Trainers No Longer Spin to Face You Right As You Pass Them

Gnome777 edited this page May 14, 2025 · 2 revisions

By devolov

Goal: Stop an NPC from facing you the second you walk in front of them so you can juke NPCs without being concerned of RNG.

To stop trainers from spinning into your direction in the last second when you're moving, In src/event_object_movement.c, change all occurances of:
(WaitForMovementDelay(sprite) || ObjectEventIsTrainerAndCloseToPlayer(objectEvent))
to
(WaitForMovementDelay(sprite))

Clone this wiki locally