From 0571f367d6d26b118d4c640ed8e163f78003521f Mon Sep 17 00:00:00 2001 From: Ame Date: Sat, 28 Feb 2026 08:58:23 +0100 Subject: [PATCH 1/2] Correct spelling of 'Bean Stalk' to 'Beanstalk' --- worlds/tmc/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/tmc/constants.py b/worlds/tmc/constants.py index fd84c534736c..c98341273e3f 100644 --- a/worlds/tmc/constants.py +++ b/worlds/tmc/constants.py @@ -595,7 +595,7 @@ class TMCLocation: RUINS_BOMB_CAVE_CHEST = "Ruins Bomb Cave Chest" RUINS_MINISH_HOME_CHEST = "Ruins Minish Home Chest" RUINS_PILLARS_FUSION_CHEST = "Ruins Pillars Fusion Chest" - RUINS_BEAN_STALK_FUSION_BIG_CHEST = "Ruins Bean Stalk Fusion Big Chest" + RUINS_BEAN_STALK_FUSION_BIG_CHEST = "Ruins Beanstalk Fusion Big Chest" RUINS_CRACK_FUSION_CHEST = "Ruins Crack Fusion Chest" RUINS_MINISH_CAVE_HP = "Ruins Minish Cave HP" RUINS_ARMOS_KILL_LEFT_CHEST = "Ruins Armos Kill Left Chest" From 98880e578a5dcb733801d3ba049f96dd753619f1 Mon Sep 17 00:00:00 2001 From: Ame Date: Mon, 16 Mar 2026 17:52:06 +0100 Subject: [PATCH 2/2] Update fortress back Adding a floor --- worlds/tmc/constants.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/worlds/tmc/constants.py b/worlds/tmc/constants.py index c98341273e3f..69f79a09f98e 100644 --- a/worlds/tmc/constants.py +++ b/worlds/tmc/constants.py @@ -734,13 +734,13 @@ class TMCLocation: FORTRESS_RIGHT_3F_DIG_CHEST = "Fortress Right 3F Dig Chest" FORTRESS_RIGHT_3F_ITEM_DROP = "Fortress Right 3F Item Drop" FORTRESS_ENTRANCE_1F_RIGHT_HP = "Fortress Entrance 1F Right HP" - FORTRESS_BACK_LEFT_BIG_CHEST = "Fortress Back Left Big Chest" - FORTRESS_BACK_LEFT_SMALL_CHEST = "Fortress Back Left Small Chest" - FORTRESS_BACK_RIGHT_STATUE_ITEM_DROP = "Fortress Back Right Statue Item Drop" - FORTRESS_BACK_RIGHT_MINISH_ITEM_DROP = "Fortress Back Right Minish Item Drop" - FORTRESS_BACK_RIGHT_DIG_ROOM_TOP_POT = "Fortress Back Right Dig Room Top Pot" - FORTRESS_BACK_RIGHT_DIG_ROOM_BOTTOM_POT = "Fortress Back Right Dig Room Bottom Pot" - FORTRESS_BACK_RIGHT_BIG_CHEST = "Fortress Back Right Big Chest" + FORTRESS_BACK_LEFT_BIG_CHEST = "Fortress Back 2F Left Big Chest" + FORTRESS_BACK_LEFT_SMALL_CHEST = "Fortress Back 2F Left Small Chest" + FORTRESS_BACK_RIGHT_STATUE_ITEM_DROP = "Fortress 2F Back Right Statue Item Drop" + FORTRESS_BACK_RIGHT_MINISH_ITEM_DROP = "Fortress 2F Back Right Minish Item Drop" + FORTRESS_BACK_RIGHT_DIG_ROOM_TOP_POT = "Fortress 2F Back Right Dig Room Top Pot" + FORTRESS_BACK_RIGHT_DIG_ROOM_BOTTOM_POT = "Fortress 2F Back Right Dig Room Bottom Pot" + FORTRESS_BACK_RIGHT_BIG_CHEST = "Fortress 2F Back Right Big Chest" FORTRESS_BOSS_ITEM = "Fortress Boss Item" FORTRESS_PRIZE = "Fortress Prize" DROPLETS_ENTRANCE_B2_EAST_ICEBLOCK = "Droplets Entrance B2 East Iceblock"