-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add optional splits for items. #4
Comments
Adding to this, is it possible to have Autosplitter presets? |
First metroid is easy enough. What numbers should the items be? Like 1st, half and last? |
Naming the items "nth item" is not a good idea IMO considering that depending on the route you collect items in a different order. |
You can actually make it so it splits on the nth item. Just have an if statement that checks when the counter for that item hits n. |
Though specific locations are also possible since I have found the Global.item array. |
When I wrote nth item I was thinking we have different settings for it, I.E every 4th item, every 6th item or 10th and so on. But perhaps splitting on specific items would be better. |
Yeah, I'll work on naming all the item location memory addresses since there are a lot. This'll probably be the first subcategory we add. |
Splits for:
First metroid
nth item (missiles, e-tank etc).
The idea is to have better support for other categories like 100%.
The text was updated successfully, but these errors were encountered: