From 5e97463bdc61d64f2329b0c6018fe383db5504d1 Mon Sep 17 00:00:00 2001 From: Alchav <59858495+Alchav@users.noreply.github.com> Date: Sat, 15 Oct 2022 20:53:07 -0400 Subject: [PATCH] [Pokemon R/B] Fix inno_setup mistake (#1105) --- inno_setup.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inno_setup.iss b/inno_setup.iss index e097798c..578add59 100644 --- a/inno_setup.iss +++ b/inno_setup.iss @@ -527,7 +527,7 @@ begin RedROMFilePage:= AddGBRomPage('Pokemon Red (UE) [S][!].gb'); 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'); end;