@@ -284,13 +284,13 @@ def get_locations_by_category(category: str) -> Dict[str, KHRECOMLocationData]:
284
284
"Olympus Coliseum Room of Truth (Sleight Cross-slash)" : KHRECOMLocationData ("Progression" , 269_2062 ),
285
285
"Olympus Coliseum Room of Truth (Sleight Omnislash)" : KHRECOMLocationData ("Progression" , 269_2063 ),
286
286
"100 Acre Wood Veggie Panic (Sleight Cross-slash+)" : KHRECOMLocationData ("Progression" , 269_2064 ),
287
- "Starting Checks (Sleight Magic LV2)" : KHRECOMLocationData ("Progression" , 269_2065 ),
288
- "Starting Checks (Sleight Magic LV3)" : KHRECOMLocationData ("Progression" , 269_2066 ),
287
+ "Pick Up Donald In Battle (Sleight Magic LV2)" : KHRECOMLocationData ("Progression" , 269_2065 ),
288
+ "Pick Up Donald In Battle (Sleight Magic LV3)" : KHRECOMLocationData ("Progression" , 269_2066 ),
289
289
"Twilight Town Room of Rewards (Sleight Stardust Blitz)" : KHRECOMLocationData ("Progression" , 269_2067 ),
290
- "Starting Checks (Sleight Goofy Tornado LV2)" : KHRECOMLocationData ("Progression" , 269_2068 ),
291
- "Starting Checks (Sleight Goofy Tornado LV3)" : KHRECOMLocationData ("Progression" , 269_2069 ),
292
- "Starting Checks (Sleight Goofy Smash)" : KHRECOMLocationData ("Progression" , 269_2070 ),
293
- "Starting Checks (Sleight Wild Crush)" : KHRECOMLocationData ("Progression" , 269_2071 ),
290
+ "Pick Up Goofy In Battle (Sleight Goofy Tornado LV2)" : KHRECOMLocationData ("Progression" , 269_2068 ),
291
+ "Pick Up Goofy In Battle (Sleight Goofy Tornado LV3)" : KHRECOMLocationData ("Progression" , 269_2069 ),
292
+ "Pick Up Goofy In Battle (Sleight Goofy Smash)" : KHRECOMLocationData ("Progression" , 269_2070 ),
293
+ "Pick Up Goofy In Battle (Sleight Wild Crush)" : KHRECOMLocationData ("Progression" , 269_2071 ),
294
294
"Agrabah Ally (Sleight Sandstorm LV2)" : KHRECOMLocationData ("Progression" , 269_2072 ),
295
295
"Agrabah Ally (Sleight Sandstorm LV3)" : KHRECOMLocationData ("Progression" , 269_2073 ),
296
296
"Halloween Town Ally (Sleight Surprise! LV2)" : KHRECOMLocationData ("Progression" , 269_2074 ),
@@ -301,8 +301,8 @@ def get_locations_by_category(category: str) -> Dict[str, KHRECOMLocationData]:
301
301
"Neverland Ally (Sleight Hummingbird LV3)" : KHRECOMLocationData ("Progression" , 269_2079 ),
302
302
"Hollow Bastion Ally (Sleight Furious Volley LV2)" : KHRECOMLocationData ("Progression" , 269_2080 ),
303
303
"Hollow Bastion Ally (Sleight Furious Volley LV3)" : KHRECOMLocationData ("Progression" , 269_2081 ),
304
- "Traverse Town Room of Beginnings (Sleight Lucky Bounty LV2)" : KHRECOMLocationData ("Progression" , 269_2082 ),
305
- "Traverse Town Room of Beginnings (Sleight Lucky Bounty LV3)" : KHRECOMLocationData ("Progression" , 269_2083 ),
304
+ "Pick Up Pluto In Battle (Sleight Lucky Bounty LV2)" : KHRECOMLocationData ("Progression" , 269_2082 ),
305
+ "Pick Up Pluto In Battle (Sleight Lucky Bounty LV3)" : KHRECOMLocationData ("Progression" , 269_2083 ),
306
306
307
307
"Final Marluxia" : KHRECOMLocationData ("Progression" , 269_9999 ),
308
308
}
0 commit comments