@@ -2138,22 +2138,19 @@ static void DownloadAllPatches()
2138
2138
{
2139
2139
case DemaeVersion . Standard :
2140
2140
if ( lang == Language . English )
2141
- DownloadPatch ( "Demae" , $ "Demae_0_{ lang } .delta", $ "Demae_0_{ lang } .delta", "Demae Channel (Standard)" ) ;
2142
- DownloadPatch ( "Demae" , $ "Demae_1_{ lang } .delta", $ "Demae_1_{ lang } .delta", "Demae Channel (Standard)" ) ;
2141
+ DownloadPatch ( "Demae" , $ "Demae_0_{ lang } .delta", $ "Demae_0_{ lang } .delta", "Food Channel (Standard)" ) ;
2142
+ DownloadPatch ( "Demae" , $ "Demae_1_{ lang } .delta", $ "Demae_1_{ lang } .delta", "Food Channel (Standard)" ) ;
2143
2143
if ( lang == Language . English )
2144
- DownloadPatch ( "Demae" , $ "Demae_2_{ lang } .delta", $ "Demae_2_{ lang } .delta", "Demae Channel (Standard)" ) ;
2144
+ DownloadPatch ( "Demae" , $ "Demae_2_{ lang } .delta", $ "Demae_2_{ lang } .delta", "Food Channel (Standard)" ) ;
2145
2145
break ;
2146
2146
case DemaeVersion . Dominos :
2147
- DownloadPatch ( "Dominos" , $ "Dominos_0.delta", "Dominos_0.delta" , "Demae Channel (Dominos)" ) ;
2148
- DownloadPatch ( "Dominos" , $ "Dominos_1.delta", "Dominos_1.delta" , "Demae Channel (Dominos)" ) ;
2149
- DownloadPatch ( "Dominos" , $ "Dominos_2.delta", "Dominos_2.delta" , "Demae Channel (Dominos)" ) ;
2147
+ DownloadPatch ( "Dominos" , $ "Dominos_0.delta", "Dominos_0.delta" , "Food Channel (Dominos)" ) ;
2148
+ DownloadPatch ( "Dominos" , $ "Dominos_1.delta", "Dominos_1.delta" , "Food Channel (Dominos)" ) ;
2149
+ DownloadPatch ( "Dominos" , $ "Dominos_2.delta", "Dominos_2.delta" , "Food Channel (Dominos)" ) ;
2150
+ DownloadOSCApp ( "WiiLink_Account_Linker" ) ;
2150
2151
break ;
2151
2152
}
2152
2153
2153
- // Downloading Get Console ID (for Demae Domino's) from OSC
2154
- if ( demaeVersion == DemaeVersion . Dominos )
2155
- DownloadOSCApp ( "WiiLink_Account_Linker" ) ;
2156
-
2157
2154
// Kirby TV Channel (only if user chose to install it)
2158
2155
DownloadPatch ( "ktv" , $ "ktv_2.delta", "KirbyTV_2.delta" , "Kirby TV Channel" ) ;
2159
2156
}
0 commit comments