SMW: Prevent Killing Bowser on Yoshi Egg Hunt (#1241)

* Make Bowser unkillable on Egg Hunt

Changed a location name.
This commit is contained in:
PoryGone
2022-11-16 14:20:55 -05:00
committed by GitHub
parent edd1fff4b7
commit 1cd1bfea4d
3 changed files with 6 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ class SMWWorld(World):
game: str = "Super Mario World"
option_definitions = smw_options
topology_present = False
data_version = 1
data_version = 2
required_client_version = (0, 3, 5)
item_name_to_id = {name: data.code for name, data in item_table.items()}