SMW: Adjust Early Double Levels (#1238)
This commit is contained in:
parent
fde97fca5b
commit
adcee639a2
|
@ -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,
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue