Skip to content

Commit

Permalink
This option was never used
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLX5 committed Apr 6, 2024
1 parent df66bc3 commit 4732cf0
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions worlds/mmx3/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4732cf0

Please sign in to comment.