[Pokemon R/B] Fix inno_setup mistake (#1105)

This commit is contained in:
Alchav 2022-10-15 20:53:07 -04:00 committed by GitHub
parent ca9c3d05d6
commit 5e97463bdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;