tewtal / alttp_sm_combo_randomizer

ALttP VT Randomizer and API - Super Metroid & ALTTP Combo Version (V10)
MIT License
43 stars 12 forks source link

Dynamic Texts #25

Closed SmolBig closed 6 years ago

SmolBig commented 6 years ago

Adds texts for Ganon, Triforce, Blind, Tavern, Sahasralah, Bomb Shop, Pedestal, and Tablets. Adds SM item texts.

NOTE: Andy has pinned a survey about SM item texts in the suggestions channel on the Discord. I didn't have access to the back-end and he was busy streaming, so I added my own texts for the SM items. He's since made the results available here: https://docs.google.com/forms/d/e/1FAIpQLSe-Lop_M1sqlLFGZs6R42a0HUcvoUP5_96o3gE_GRP57tCc8A/viewanalytics . You may wish to review the submissions and replace some or all of the strings.

Implementation note: The way the tablet/pedestal texts are set up in the VT code is silly. I added a method to the Item::SuperMetroid class to centralize the SM item strings rather than trying to maintain three copies of them the way the VT code does.