tsitu / MH-Tools

Assortment of MouseHunt utilities
https://tsitu.github.io/MH-Tools/
Apache License 2.0
29 stars 34 forks source link

Fix FI sublocation logic #270

Closed hymccord closed 1 year ago

hymccord commented 1 year ago

fi["enemy"] seems to be true before the boss encounter so it was always taking priority over the other else if branches.
Instead use the is_enemy_encounter flag. There was some string funny-business going on with conditional concatenation and not producing the expected results.

Also propagated the BB sublocation logic to setup bookmarklet as it was not done in that original CRE PR.