ALTTP: Add "oof" sound customization option (#709)

Co-authored-by: Fabian Dill <Berserker66@users.noreply.github.com>
Co-authored-by: Fabian Dill <fabian.dill@web.de>
Co-authored-by: Zach Parks <zach@alliware.com>
This commit is contained in:
Nyx-Edelstein
2023-04-10 19:31:57 -07:00
committed by GitHub
parent c711d803f8
commit 8b7ffaf671
4 changed files with 172 additions and 6 deletions

View File

@@ -103,7 +103,16 @@ class ALTTPWeb(WebWorld):
["Berserker"]
)
tutorials = [setup_en, setup_de, setup_es, setup_fr, msu, msu_es, msu_fr, plando]
oof_sound = Tutorial(
"'OOF' Sound Replacement",
"A guide to customizing Link's 'oof' sound",
"English",
"oof_sound_en.md",
"oof_sound/en",
["Nyx Edelstein"]
)
tutorials = [setup_en, setup_de, setup_es, setup_fr, msu, msu_es, msu_fr, plando, oof_sound]
class ALTTPWorld(World):
@@ -485,6 +494,7 @@ class ALTTPWorld(World):
world.menuspeed[player].current_key,
world.music[player],
world.sprite[player],
None,
palettes_options, world, player, True,
reduceflashing=world.reduceflashing[player] or world.is_race,
triforcehud=world.triforcehud[player].current_key,