SMW: Adjust Early Double Levels (#1238)

This commit is contained in:
PoryGone 2022-11-12 19:33:22 -05:00 committed by GitHub
parent fde97fca5b
commit adcee639a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -216,13 +216,11 @@ hard_single_levels = [
easy_double_levels = [ easy_double_levels = [
0x15, 0x15,
0x09, 0x09,
0x0F,
0x42, 0x42,
0x43, 0x43,
0x24, 0x24,
0x38, 0x39,
0x58, 0x59,
0x54,
0x56, 0x56,
] ]
@ -233,13 +231,15 @@ hard_double_levels = [
0x3E, 0x3E,
0x3C, 0x3C,
0x2D, 0x2D,
0x0F,
0x44, 0x44,
0x47, 0x47,
0x41, 0x41,
0x23, 0x23,
0x33, 0x33,
0x39, 0x38,
0x59, 0x58,
0x54,
0x5A, 0x5A,
] ]