LinkState3 -> LinkStateFollow

This commit is contained in:
Aetias
2024-03-31 09:57:20 +02:00
parent de7aff1571
commit 85bbacbc86
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ shared outside of the active state handler.
0 | `LinkStateMove` | Handles Link's movement.
1 | `LinkStateItem` | Handles item usage.
2 | `LinkStateInteract` | Handles talking to NPCs and grabbing/pushing/pulling objects.
3 | `LinkState3` | Unknown
3 | `LinkStateFollow` | Handles moving toward objects.
4 | `LinkState4` | Unknown
5 | `LinkStateDamage` | Handles receiving damage.
6 | `LinkStateItemGet` | Handles getting items.