UNHchabo / AutoSplitters

Autosplit scripts for use with LiveSplit
MIT License
8 stars 11 forks source link

Fixed Specific Missiles for compatibility with Spacetime Beam #10

Closed DarkXoa closed 5 years ago

DarkXoa commented 5 years ago

All missile pack locations are now individually selectable. The check for specific missiles has been changed to have a check for each individual pack which now checks for the corresponding item room. Due to the way that these checks now work, there is no need for vars.missileWatchKeys or vars.missileMasks, and these lines have been removed.

Specific Missiles are sorted by area with a subtree for each(Crateria, Brinstar, etc). This seemed best since there are so many different options for Missile Packs, and it should not be necessary for other pickup types when they get added.

Room IDs for all rooms needed for these checks, as well as those that will be needed to do the same for Super Missiles, Power Bombs, and Energy/Reserve Tanks have been added.

Added a room transition split for Toilet Bowl, as requested by InsaneFirebat.

Fixed broken tooltips for "specificMissiles", "specificSupers", and "specificETanks".