mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
[Pokemon R/B] Fix inno_setup mistake (#1105)
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user