365 lines
		
	
	
		
			17 KiB
		
	
	
	
		
			Python
		
	
	
	
			
		
		
	
	
			365 lines
		
	
	
		
			17 KiB
		
	
	
	
		
			Python
		
	
	
	
| # Level Definitions
 | |
| yoshis_house = "Yoshi's House"
 | |
| yoshis_house_tile = "Yoshi's House - Tile"
 | |
| 
 | |
| yoshis_island_1_exit_1  = "Yoshi's Island 1 - Normal Exit"
 | |
| yoshis_island_1_dragon  = "Yoshi's Island 1 - Dragon Coins"
 | |
| yoshis_island_2_exit_1  = "Yoshi's Island 2 - Normal Exit"
 | |
| yoshis_island_2_dragon  = "Yoshi's Island 2 - Dragon Coins"
 | |
| yoshis_island_3_exit_1  = "Yoshi's Island 3 - Normal Exit"
 | |
| yoshis_island_3_dragon  = "Yoshi's Island 3 - Dragon Coins"
 | |
| yoshis_island_4_exit_1  = "Yoshi's Island 4 - Normal Exit"
 | |
| yoshis_island_4_dragon  = "Yoshi's Island 4 - Dragon Coins"
 | |
| yoshis_island_castle    = "#1 Iggy's Castle - Normal Exit"
 | |
| yoshis_island_koopaling = "#1 Iggy's Castle - Boss"
 | |
| 
 | |
| yellow_switch_palace = "Yellow Switch Palace"
 | |
| 
 | |
| donut_plains_1_exit_1     = "Donut Plains 1 - Normal Exit"
 | |
| donut_plains_1_exit_2     = "Donut Plains 1 - Secret Exit"
 | |
| donut_plains_1_dragon     = "Donut Plains 1 - Dragon Coins"
 | |
| donut_plains_2_exit_1     = "Donut Plains 2 - Normal Exit"
 | |
| donut_plains_2_exit_2     = "Donut Plains 2 - Secret Exit"
 | |
| donut_plains_2_dragon     = "Donut Plains 2 - Dragon Coins"
 | |
| donut_plains_3_exit_1     = "Donut Plains 3 - Normal Exit"
 | |
| donut_plains_3_dragon     = "Donut Plains 3 - Dragon Coins"
 | |
| donut_plains_4_exit_1     = "Donut Plains 4 - Normal Exit"
 | |
| donut_plains_4_dragon     = "Donut Plains 4 - Dragon Coins"
 | |
| donut_secret_1_exit_1     = "Donut Secret 1 - Normal Exit"
 | |
| donut_secret_1_exit_2     = "Donut Secret 1 - Secret Exit"
 | |
| donut_secret_1_dragon     = "Donut Secret 1 - Dragon Coins"
 | |
| donut_secret_2_exit_1     = "Donut Secret 2 - Normal Exit"
 | |
| donut_secret_2_dragon     = "Donut Secret 2 - Dragon Coins"
 | |
| donut_ghost_house_exit_1  = "Donut Ghost House - Normal Exit"
 | |
| donut_ghost_house_exit_2  = "Donut Ghost House - Secret Exit"
 | |
| donut_secret_house_exit_1 = "Donut Secret House - Normal Exit"
 | |
| donut_secret_house_exit_2 = "Donut Secret House - Secret Exit"
 | |
| donut_plains_castle       = "#2 Morton's Castle - Normal Exit"
 | |
| donut_plains_koopaling    = "#2 Morton's Castle - Boss"
 | |
| 
 | |
| green_switch_palace = "Green Switch Palace"
 | |
| 
 | |
| vanilla_dome_1_exit_1       = "Vanilla Dome 1 - Normal Exit"
 | |
| vanilla_dome_1_exit_2       = "Vanilla Dome 1 - Secret Exit"
 | |
| vanilla_dome_1_dragon       = "Vanilla Dome 1 - Dragon Coins"
 | |
| vanilla_dome_2_exit_1       = "Vanilla Dome 2 - Normal Exit"
 | |
| vanilla_dome_2_exit_2       = "Vanilla Dome 2 - Secret Exit"
 | |
| vanilla_dome_2_dragon       = "Vanilla Dome 2 - Dragon Coins"
 | |
| vanilla_dome_3_exit_1       = "Vanilla Dome 3 - Normal Exit"
 | |
| vanilla_dome_3_dragon       = "Vanilla Dome 3 - Dragon Coins"
 | |
| vanilla_dome_4_exit_1       = "Vanilla Dome 4 - Normal Exit"
 | |
| vanilla_dome_4_dragon       = "Vanilla Dome 4 - Dragon Coins"
 | |
| vanilla_secret_1_exit_1     = "Vanilla Secret 1 - Normal Exit"
 | |
| vanilla_secret_1_exit_2     = "Vanilla Secret 1 - Secret Exit"
 | |
| vanilla_secret_1_dragon     = "Vanilla Secret 1 - Dragon Coins"
 | |
| vanilla_secret_2_exit_1     = "Vanilla Secret 2 - Normal Exit"
 | |
| vanilla_secret_2_dragon     = "Vanilla Secret 2 - Dragon Coins"
 | |
| vanilla_secret_3_exit_1     = "Vanilla Secret 3 - Normal Exit"
 | |
| vanilla_secret_3_dragon     = "Vanilla Secret 3 - Dragon Coins"
 | |
| vanilla_ghost_house_exit_1  = "Vanilla Ghost House - Normal Exit"
 | |
| vanilla_ghost_house_dragon  = "Vanilla Ghost House - Dragon Coins"
 | |
| vanilla_fortress            = "Vanilla Fortress - Normal Exit"
 | |
| vanilla_reznor              = "Vanilla Fortress - Boss"
 | |
| vanilla_dome_castle         = "#3 Lemmy's Castle - Normal Exit"
 | |
| vanilla_dome_koopaling      = "#3 Lemmy's Castle - Boss"
 | |
| 
 | |
| red_switch_palace = "Red Switch Palace"
 | |
| 
 | |
| butter_bridge_1_exit_1 = "Butter Bridge 1 - Normal Exit"
 | |
| butter_bridge_1_dragon = "Butter Bridge 1 - Dragon Coins"
 | |
| butter_bridge_2_exit_1 = "Butter Bridge 2 - Normal Exit"
 | |
| butter_bridge_2_dragon = "Butter Bridge 2 - Dragon Coins"
 | |
| cheese_bridge_exit_1   = "Cheese Bridge - Normal Exit"
 | |
| cheese_bridge_exit_2   = "Cheese Bridge - Secret Exit"
 | |
| cheese_bridge_dragon   = "Cheese Bridge - Dragon Coins"
 | |
| cookie_mountain_exit_1 = "Cookie Mountain - Normal Exit"
 | |
| cookie_mountain_dragon = "Cookie Mountain - Dragon Coins"
 | |
| soda_lake_exit_1       = "Soda Lake - Normal Exit"
 | |
| soda_lake_dragon       = "Soda Lake - Dragon Coins"
 | |
| twin_bridges_castle    = "#4 Ludwig's Castle - Normal Exit"
 | |
| twin_bridges_koopaling = "#4 Ludwig's Castle - Boss"
 | |
| 
 | |
| forest_of_illusion_1_exit_1 = "Forest of Illusion 1 - Normal Exit"
 | |
| forest_of_illusion_1_exit_2 = "Forest of Illusion 1 - Secret Exit"
 | |
| forest_of_illusion_2_exit_1 = "Forest of Illusion 2 - Normal Exit"
 | |
| forest_of_illusion_2_exit_2 = "Forest of Illusion 2 - Secret Exit"
 | |
| forest_of_illusion_2_dragon = "Forest of Illusion 2 - Dragon Coins"
 | |
| forest_of_illusion_3_exit_1 = "Forest of Illusion 3 - Normal Exit"
 | |
| forest_of_illusion_3_exit_2 = "Forest of Illusion 3 - Secret Exit"
 | |
| forest_of_illusion_3_dragon = "Forest of Illusion 3 - Dragon Coins"
 | |
| forest_of_illusion_4_exit_1 = "Forest of Illusion 4 - Normal Exit"
 | |
| forest_of_illusion_4_exit_2 = "Forest of Illusion 4 - Secret Exit"
 | |
| forest_of_illusion_4_dragon = "Forest of Illusion 4 - Dragon Coins"
 | |
| forest_ghost_house_exit_1   = "Forest Ghost House - Normal Exit"
 | |
| forest_ghost_house_exit_2   = "Forest Ghost House - Secret Exit"
 | |
| forest_ghost_house_dragon   = "Forest Ghost House - Dragon Coins"
 | |
| forest_secret_exit_1        = "Forest Secret - Normal Exit"
 | |
| forest_secret_dragon        = "Forest Secret - Dragon Coins"
 | |
| forest_fortress             = "Forest Fortress - Normal Exit"
 | |
| forest_reznor               = "Forest Fortress - Boss"
 | |
| forest_castle               = "#5 Roy's Castle - Normal Exit"
 | |
| forest_castle_dragon        = "#5 Roy's Castle - Dragon Coins"
 | |
| forest_koopaling            = "#5 Roy's Castle - Boss"
 | |
| 
 | |
| blue_switch_palace = "Blue Switch Palace"
 | |
| 
 | |
| chocolate_island_1_exit_1    = "Chocolate Island 1 - Normal Exit"
 | |
| chocolate_island_1_dragon    = "Chocolate Island 1 - Dragon Coins"
 | |
| chocolate_island_2_exit_1    = "Chocolate Island 2 - Normal Exit"
 | |
| chocolate_island_2_exit_2    = "Chocolate Island 2 - Secret Exit"
 | |
| chocolate_island_2_dragon    = "Chocolate Island 2 - Dragon Coins"
 | |
| chocolate_island_3_exit_1    = "Chocolate Island 3 - Normal Exit"
 | |
| chocolate_island_3_exit_2    = "Chocolate Island 3 - Secret Exit"
 | |
| chocolate_island_3_dragon    = "Chocolate Island 3 - Dragon Coins"
 | |
| chocolate_island_4_exit_1    = "Chocolate Island 4 - Normal Exit"
 | |
| chocolate_island_4_dragon    = "Chocolate Island 4 - Dragon Coins"
 | |
| chocolate_island_5_exit_1    = "Chocolate Island 5 - Normal Exit"
 | |
| chocolate_island_5_dragon    = "Chocolate Island 5 - Dragon Coins"
 | |
| chocolate_ghost_house_exit_1 = "Choco-Ghost House - Normal Exit"
 | |
| chocolate_secret_exit_1      = "Chocolate Secret - Normal Exit"
 | |
| chocolate_fortress           = "Chocolate Fortress - Normal Exit"
 | |
| chocolate_reznor             = "Chocolate Fortress - Boss"
 | |
| chocolate_castle             = "#6 Wendy's Castle - Normal Exit"
 | |
| chocolate_koopaling          = "#6 Wendy's Castle - Boss"
 | |
| 
 | |
| sunken_ghost_ship        = "Sunken Ghost Ship - Normal Exit"
 | |
| sunken_ghost_ship_dragon = "Sunken Ghost Ship - Dragon Coins"
 | |
| 
 | |
| valley_of_bowser_1_exit_1 = "Valley of Bowser 1 - Normal Exit"
 | |
| valley_of_bowser_1_dragon = "Valley of Bowser 1 - Dragon Coins"
 | |
| valley_of_bowser_2_exit_1 = "Valley of Bowser 2 - Normal Exit"
 | |
| valley_of_bowser_2_exit_2 = "Valley of Bowser 2 - Secret Exit"
 | |
| valley_of_bowser_2_dragon = "Valley of Bowser 2 - Dragon Coins"
 | |
| valley_of_bowser_3_exit_1 = "Valley of Bowser 3 - Normal Exit"
 | |
| valley_of_bowser_3_dragon = "Valley of Bowser 3 - Dragon Coins"
 | |
| valley_of_bowser_4_exit_1 = "Valley of Bowser 4 - Normal Exit"
 | |
| valley_of_bowser_4_exit_2 = "Valley of Bowser 4 - Secret Exit"
 | |
| valley_ghost_house_exit_1 = "Valley Ghost House - Normal Exit"
 | |
| valley_ghost_house_exit_2 = "Valley Ghost House - Secret Exit"
 | |
| valley_ghost_house_dragon = "Valley Ghost House - Dragon Coins"
 | |
| valley_fortress           = "Valley Fortress - Normal Exit"
 | |
| valley_reznor             = "Valley Fortress - Boss"
 | |
| valley_castle             = "#7 Larry's Castle - Normal Exit"
 | |
| valley_castle_dragon      = "#7 Larry's Castle - Dragon Coins"
 | |
| valley_koopaling          = "#7 Larry's Castle - Boss"
 | |
| 
 | |
| front_door = "Front Door"
 | |
| back_door  = "Back Door"
 | |
| bowser     = "Bowser"
 | |
| 
 | |
| star_road_1_exit_1    = "Star Road 1 - Normal Exit"
 | |
| star_road_1_exit_2    = "Star Road 1 - Secret Exit"
 | |
| star_road_1_dragon    = "Star Road 1 - Dragon Coins"
 | |
| star_road_2_exit_1    = "Star Road 2 - Normal Exit"
 | |
| star_road_2_exit_2    = "Star Road 2 - Secret Exit"
 | |
| star_road_3_exit_1    = "Star Road 3 - Normal Exit"
 | |
| star_road_3_exit_2    = "Star Road 3 - Secret Exit"
 | |
| star_road_4_exit_1    = "Star Road 4 - Normal Exit"
 | |
| star_road_4_exit_2    = "Star Road 4 - Secret Exit"
 | |
| star_road_5_exit_1    = "Star Road 5 - Normal Exit"
 | |
| star_road_5_exit_2    = "Star Road 5 - Secret Exit"
 | |
| 
 | |
| special_zone_1_exit_1 = "Gnarly - Normal Exit"
 | |
| special_zone_1_dragon = "Gnarly - Dragon Coins"
 | |
| special_zone_2_exit_1 = "Tubular - Normal Exit"
 | |
| special_zone_2_dragon = "Tubular - Dragon Coins"
 | |
| special_zone_3_exit_1 = "Way Cool - Normal Exit"
 | |
| special_zone_3_dragon = "Way Cool - Dragon Coins"
 | |
| special_zone_4_exit_1 = "Awesome - Normal Exit"
 | |
| special_zone_4_dragon = "Awesome - Dragon Coins"
 | |
| special_zone_5_exit_1 = "Groovy - Normal Exit"
 | |
| special_zone_5_dragon = "Groovy - Dragon Coins"
 | |
| special_zone_6_exit_1 = "Mondo - Normal Exit"
 | |
| special_zone_6_dragon = "Mondo - Dragon Coins"
 | |
| special_zone_7_exit_1 = "Outrageous - Normal Exit"
 | |
| special_zone_7_dragon = "Outrageous - Dragon Coins"
 | |
| special_zone_8_exit_1 = "Funky - Normal Exit"
 | |
| special_zone_8_dragon = "Funky - Dragon Coins"
 | |
| 
 | |
| 
 | |
| # Region Definitions
 | |
| menu_region = "Menu"
 | |
| 
 | |
| yoshis_island_region      = "Yoshi's Island"
 | |
| donut_plains_region       = "Donut Plains"
 | |
| vanilla_dome_region       = "Vanilla Dome"
 | |
| twin_bridges_region       = "Twin Bridges"
 | |
| forest_of_illusion_region = "Forest of Illusion"
 | |
| chocolate_island_region   = "Chocolate Island"
 | |
| valley_of_bowser_region   = "Valley of Bowser"
 | |
| star_road_region          = "Star Road"
 | |
| special_zone_region       = "Special Zone"
 | |
| 
 | |
| yoshis_island_1_tile        = "Yoshi's Island 1 - Tile"
 | |
| yoshis_island_1_region      = "Yoshi's Island 1"
 | |
| yoshis_island_2_tile        = "Yoshi's Island 2 - Tile"
 | |
| yoshis_island_2_region      = "Yoshi's Island 2"
 | |
| yoshis_island_3_tile        = "Yoshi's Island 3 - Tile"
 | |
| yoshis_island_3_region      = "Yoshi's Island 3"
 | |
| yoshis_island_4_tile        = "Yoshi's Island 4 - Tile"
 | |
| yoshis_island_4_region      = "Yoshi's Island 4"
 | |
| yoshis_island_castle_tile   = "#1 Iggy's Castle - Tile"
 | |
| yoshis_island_castle_region = "#1 Iggy's Castle"
 | |
| 
 | |
| yellow_switch_palace_tile = "Yellow Switch Palace - Tile"
 | |
| 
 | |
| donut_plains_1_tile          = "Donut Plains 1 - Tile"
 | |
| donut_plains_1_region        = "Donut Plains 1"
 | |
| donut_plains_2_tile          = "Donut Plains 2 - Tile"
 | |
| donut_plains_2_region        = "Donut Plains 2"
 | |
| donut_plains_3_tile          = "Donut Plains 3 - Tile"
 | |
| donut_plains_3_region        = "Donut Plains 3"
 | |
| donut_plains_4_tile          = "Donut Plains 4 - Tile"
 | |
| donut_plains_4_region        = "Donut Plains 4"
 | |
| donut_secret_1_tile          = "Donut Secret 1 - Tile"
 | |
| donut_secret_1_region        = "Donut Secret 1"
 | |
| donut_secret_2_tile          = "Donut Secret 2 - Tile"
 | |
| donut_secret_2_region        = "Donut Secret 2"
 | |
| donut_ghost_house_tile       = "Donut Ghost House - Tile"
 | |
| donut_ghost_house_region     = "Donut Ghost House"
 | |
| donut_secret_house_tile      = "Donut Secret House - Tile"
 | |
| donut_secret_house_region    = "Donut Secret House"
 | |
| donut_plains_castle_tile     = "#2 Morton's Castle - Tile"
 | |
| donut_plains_castle_region   = "#2 Morton's Castle"
 | |
| donut_plains_top_secret      = "Top Secret Area"
 | |
| donut_plains_top_secret_tile = "Top Secret Area - Tile"
 | |
| donut_plains_star_road       = "Donut Plains - Star Road"
 | |
| 
 | |
| green_switch_palace_tile = "Green Switch Palace - Tile"
 | |
| 
 | |
| vanilla_dome_1_tile         = "Vanilla Dome 1 - Tile"
 | |
| vanilla_dome_1_region       = "Vanilla Dome 1"
 | |
| vanilla_dome_2_tile         = "Vanilla Dome 2 - Tile"
 | |
| vanilla_dome_2_region       = "Vanilla Dome 2"
 | |
| vanilla_dome_3_tile         = "Vanilla Dome 3 - Tile"
 | |
| vanilla_dome_3_region       = "Vanilla Dome 3"
 | |
| vanilla_dome_4_tile         = "Vanilla Dome 4 - Tile"
 | |
| vanilla_dome_4_region       = "Vanilla Dome 4"
 | |
| vanilla_secret_1_tile       = "Vanilla Secret 1 - Tile"
 | |
| vanilla_secret_1_region     = "Vanilla Secret 1"
 | |
| vanilla_secret_2_tile       = "Vanilla Secret 2 - Tile"
 | |
| vanilla_secret_2_region     = "Vanilla Secret 2"
 | |
| vanilla_secret_3_tile       = "Vanilla Secret 3 - Tile"
 | |
| vanilla_secret_3_region     = "Vanilla Secret 3"
 | |
| vanilla_ghost_house_tile    = "Vanilla Ghost House - Tile"
 | |
| vanilla_ghost_house_region  = "Vanilla Ghost House"
 | |
| vanilla_fortress_tile       = "Vanilla Fortress - Tile"
 | |
| vanilla_fortress_region     = "Vanilla Fortress"
 | |
| vanilla_dome_castle_tile    = "#3 Lemmy's Castle - Tile"
 | |
| vanilla_dome_castle_region  = "#3 Lemmy's Castle"
 | |
| vanilla_dome_star_road      = "Vanilla Dome - Star Road"
 | |
| 
 | |
| red_switch_palace_tile = "Red Switch Palace - Tile"
 | |
| 
 | |
| butter_bridge_1_tile       = "Butter Bridge 1 - Tile"
 | |
| butter_bridge_1_region     = "Butter Bridge 1"
 | |
| butter_bridge_2_tile       = "Butter Bridge 2 - Tile"
 | |
| butter_bridge_2_region     = "Butter Bridge 2"
 | |
| cheese_bridge_tile         = "Cheese Bridge - Tile"
 | |
| cheese_bridge_region       = "Cheese Bridge"
 | |
| cookie_mountain_tile       = "Cookie Mountain - Tile"
 | |
| cookie_mountain_region     = "Cookie Mountain"
 | |
| soda_lake_tile             = "Soda Lake - Tile"
 | |
| soda_lake_region           = "Soda Lake"
 | |
| twin_bridges_castle_tile   = "#4 Ludwig's Castle - Tile"
 | |
| twin_bridges_castle_region = "#4 Ludwig's Castle"
 | |
| twin_bridges_star_road     = "Twin Bridges - Star Road"
 | |
| 
 | |
| forest_of_illusion_1_tile   = "Forest of Illusion 1 - Tile"
 | |
| forest_of_illusion_1_region = "Forest of Illusion 1"
 | |
| forest_of_illusion_2_tile   = "Forest of Illusion 2 - Tile"
 | |
| forest_of_illusion_2_region = "Forest of Illusion 2"
 | |
| forest_of_illusion_3_tile   = "Forest of Illusion 3 - Tile"
 | |
| forest_of_illusion_3_region = "Forest of Illusion 3"
 | |
| forest_of_illusion_4_tile   = "Forest of Illusion 4 - Tile"
 | |
| forest_of_illusion_4_region = "Forest of Illusion 4"
 | |
| forest_ghost_house_tile     = "Forest Ghost House - Tile"
 | |
| forest_ghost_house_region   = "Forest Ghost House"
 | |
| forest_secret_tile          = "Forest Secret - Tile"
 | |
| forest_secret_region        = "Forest Secret"
 | |
| forest_fortress_tile        = "Forest Fortress - Tile"
 | |
| forest_fortress_region      = "Forest Fortress"
 | |
| forest_castle_tile          = "#5 Roy's Castle - Tile"
 | |
| forest_castle_region        = "#5 Roy's Castle"
 | |
| forest_star_road            = "Forest of Illusion - Star Road"
 | |
| 
 | |
| blue_switch_palace_tile = "Blue Switch Palace - Tile"
 | |
| 
 | |
| chocolate_island_1_tile      = "Chocolate Island 1 - Tile"
 | |
| chocolate_island_1_region    = "Chocolate Island 1"
 | |
| chocolate_island_2_tile      = "Chocolate Island 2 - Tile"
 | |
| chocolate_island_2_region    = "Chocolate Island 2"
 | |
| chocolate_island_3_tile      = "Chocolate Island 3 - Tile"
 | |
| chocolate_island_3_region    = "Chocolate Island 3"
 | |
| chocolate_island_4_tile      = "Chocolate Island 4 - Tile"
 | |
| chocolate_island_4_region    = "Chocolate Island 4"
 | |
| chocolate_island_5_tile      = "Chocolate Island 5 - Tile"
 | |
| chocolate_island_5_region    = "Chocolate Island 5"
 | |
| chocolate_ghost_house_tile   = "Choco-Ghost House - Tile"
 | |
| chocolate_ghost_house_region = "Choco-Ghost House"
 | |
| chocolate_secret_tile        = "Chocolate Secret - Tile"
 | |
| chocolate_secret_region      = "Chocolate Secret"
 | |
| chocolate_fortress_tile      = "Chocolate Fortress - Tile"
 | |
| chocolate_fortress_region    = "Chocolate Fortress"
 | |
| chocolate_castle_tile        = "#6 Wendy's Castle - Tile"
 | |
| chocolate_castle_region      = "#6 Wendy's Castle"
 | |
| 
 | |
| sunken_ghost_ship_tile   = "Sunken Ghost Ship - Tile"
 | |
| sunken_ghost_ship_region = "Sunken Ghost Ship"
 | |
| 
 | |
| valley_of_bowser_1_tile   = "Valley of Bowser 1 - Tile"
 | |
| valley_of_bowser_1_region = "Valley of Bowser 1"
 | |
| valley_of_bowser_2_tile   = "Valley of Bowser 2 - Tile"
 | |
| valley_of_bowser_2_region = "Valley of Bowser 2"
 | |
| valley_of_bowser_3_tile   = "Valley of Bowser 3 - Tile"
 | |
| valley_of_bowser_3_region = "Valley of Bowser 3"
 | |
| valley_of_bowser_4_tile   = "Valley of Bowser 4 - Tile"
 | |
| valley_of_bowser_4_region = "Valley of Bowser 4"
 | |
| valley_ghost_house_tile   = "Valley Ghost House - Tile"
 | |
| valley_ghost_house_region = "Valley Ghost House"
 | |
| valley_fortress_tile      = "Valley Fortress - Tile"
 | |
| valley_fortress_region    = "Valley Fortress"
 | |
| valley_castle_tile        = "#7 Larry's Castle - Tile"
 | |
| valley_castle_region      = "#7 Larry's Castle"
 | |
| valley_star_road          = "Valley of Bowser - Star Road"
 | |
| 
 | |
| front_door_tile    = "Front Door - Tile"
 | |
| back_door_tile     = "Back Door - Tile"
 | |
| bowser_region      = "Bowser - Region"
 | |
| 
 | |
| star_road_donut        = "Star Road - Donut Plains"
 | |
| star_road_1_tile       = "Star Road 1 - Tile"
 | |
| star_road_1_region     = "Star Road 1"
 | |
| star_road_vanilla      = "Star Road - Vanilla Dome"
 | |
| star_road_2_tile       = "Star Road 2 - Tile"
 | |
| star_road_2_region     = "Star Road 2"
 | |
| star_road_twin_bridges = "Star Road - Twin Bridges"
 | |
| star_road_3_tile       = "Star Road 3 - Tile"
 | |
| star_road_3_region     = "Star Road 3"
 | |
| star_road_forest       = "Star Road - Forest of Illusion"
 | |
| star_road_4_tile       = "Star Road 4 - Tile"
 | |
| star_road_4_region     = "Star Road 4"
 | |
| star_road_valley       = "Star Road - Valley of Bowser"
 | |
| star_road_5_tile       = "Star Road 5 - Tile"
 | |
| star_road_5_region     = "Star Road 5"
 | |
| star_road_special      = "Star Road - Special Zone"
 | |
| 
 | |
| special_star_road     = "Special Zone - Star Road"
 | |
| special_zone_1_tile   = "Gnarly - Tile"
 | |
| special_zone_1_region = "Gnarly"
 | |
| special_zone_2_tile   = "Tubular - Tile"
 | |
| special_zone_2_region = "Tubular"
 | |
| special_zone_3_tile   = "Way Cool - Tile"
 | |
| special_zone_3_region = "Way Cool"
 | |
| special_zone_4_tile   = "Awesome - Tile"
 | |
| special_zone_4_region = "Awesome"
 | |
| special_zone_5_tile   = "Groovy - Tile"
 | |
| special_zone_5_region = "Groovy"
 | |
| special_zone_6_tile   = "Mondo - Tile"
 | |
| special_zone_6_region = "Mondo"
 | |
| special_zone_7_tile   = "Outrageous - Tile"
 | |
| special_zone_7_region = "Outrageous"
 | |
| special_zone_8_tile   = "Funky - Tile"
 | |
| special_zone_8_region = "Funky"
 | |
| special_complete      = "Special Zone - Star Road - Complete"
 |