[Pokemon R/B] Fix inno_setup mistake (#1105)
This commit is contained in:
parent
ca9c3d05d6
commit
5e97463bdc
|
@ -527,7 +527,7 @@ begin
|
||||||
RedROMFilePage:= AddGBRomPage('Pokemon Red (UE) [S][!].gb');
|
RedROMFilePage:= AddGBRomPage('Pokemon Red (UE) [S][!].gb');
|
||||||
|
|
||||||
bluerom := CheckRom('Pokemon Blue (UE) [S][!].gb','50927e843568814f7ed45ec4f944bd8b');
|
bluerom := CheckRom('Pokemon Blue (UE) [S][!].gb','50927e843568814f7ed45ec4f944bd8b');
|
||||||
if Length(redrom) = 0 then
|
if Length(bluerom) = 0 then
|
||||||
BlueROMFilePage:= AddGBRomPage('Pokemon Blue (UE) [S][!].gb');
|
BlueROMFilePage:= AddGBRomPage('Pokemon Blue (UE) [S][!].gb');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue