From 4732cf04700c3b78493ec5c5bbfedbd5a38fe9a7 Mon Sep 17 00:00:00 2001 From: TheLX5 Date: Fri, 5 Apr 2024 20:30:13 -0700 Subject: [PATCH] This option was never used --- worlds/mmx3/Options.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/worlds/mmx3/Options.py b/worlds/mmx3/Options.py index 784295d45738..960bea7aa7fd 100644 --- a/worlds/mmx3/Options.py +++ b/worlds/mmx3/Options.py @@ -3,16 +3,6 @@ from Options import Choice, Range, Toggle, DefaultOnToggle, DeathLink, PerGameCommonOptions, StartInventoryPool -class ROMVersion(Choice): - """ - Which ROM version will be used to generate a patch. - Note: Legacy collection users must dump the game themselves from the collection. - """ - display_name = "ROM Version" - option_snes = 0 - option_legacy_collection = 1 - default = 1 - class LogicZSaber(Choice): """ Adds the Z-Saber to the game's logic. @@ -253,7 +243,6 @@ class MMX3Options(PerGameCommonOptions): start_inventory_from_pool: StartInventoryPool death_link: DeathLink energy_link: EnergyLink - rom_version: ROMVersion disable_charge_freeze: DisableChargeFreeze starting_life_count: StartingLifeCount pickupsanity: PickupSanity