From adcee639a263114fa271bf4cc021e0e277db77ed Mon Sep 17 00:00:00 2001 From: PoryGone <98504756+PoryGone@users.noreply.github.com> Date: Sat, 12 Nov 2022 19:33:22 -0500 Subject: [PATCH] SMW: Adjust Early Double Levels (#1238) --- worlds/smw/Levels.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/worlds/smw/Levels.py b/worlds/smw/Levels.py index 0783ebfd..e61a312b 100644 --- a/worlds/smw/Levels.py +++ b/worlds/smw/Levels.py @@ -216,13 +216,11 @@ hard_single_levels = [ easy_double_levels = [ 0x15, 0x09, - 0x0F, 0x42, 0x43, 0x24, - 0x38, - 0x58, - 0x54, + 0x39, + 0x59, 0x56, ] @@ -233,13 +231,15 @@ hard_double_levels = [ 0x3E, 0x3C, 0x2D, + 0x0F, 0x44, 0x47, 0x41, 0x23, 0x33, - 0x39, - 0x59, + 0x38, + 0x58, + 0x54, 0x5A, ]