-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, this module only works for seeds generated on alttpr.com. Attempting to patch a seed generated from other sources such as AVIANART will not work because the response payloads are different. The possible solution(s) are as follows:
- Add extra checks to verify the type of payload being passed.
- Change parameter
seedto accept typeRecord<number, number[]>[]instead of typeVTSeed. - Extract fetching the base patch to a separate function.
- AVIANART provides the base64 patch in the response payload, negating the need for async for that case only.
- Remove all async behavior from
default.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request