-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Determine the number of encounters that we will get in an area through RNG lookahead.
https://grayfox96.github.io/FFX-Info/rng/encounters#encounter-checks for reference
This will require a few things:
- Determining how many units of movement the TAS does in each area
- Map these relative to the grace periods
- Use RNG0 to determine how many encounters we will get
- Use RNG1 to determine what the encounters are
Once we have that framework, we can work into much longer manips using that information.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request