diff --git a/pokemon/blue/index.html b/pokemon/blue/index.html
index 31ea7d35..3f52cba2 100644
--- a/pokemon/blue/index.html
+++ b/pokemon/blue/index.html
@@ -15,7 +15,7 @@
EJS_player = "#game";
EJS_core = "CORE_NAME";
EJS_pathtodata = "/emulatorjs/data/";
- EJS_gameUrl = "sapphire.gba";
+ EJS_gameUrl = "blue.gb";
EJS_core = 'gba';
diff --git a/pokemon/crystal/index.html b/pokemon/crystal/index.html
index 31ea7d35..e8fd7c4b 100644
--- a/pokemon/crystal/index.html
+++ b/pokemon/crystal/index.html
@@ -15,7 +15,7 @@
EJS_player = "#game";
EJS_core = "CORE_NAME";
EJS_pathtodata = "/emulatorjs/data/";
- EJS_gameUrl = "sapphire.gba";
+ EJS_gameUrl = "crystal.gbc";
EJS_core = 'gba';
diff --git a/pokemon/gold/index.html b/pokemon/gold/index.html
index 31ea7d35..562ffa22 100644
--- a/pokemon/gold/index.html
+++ b/pokemon/gold/index.html
@@ -15,7 +15,7 @@
EJS_player = "#game";
EJS_core = "CORE_NAME";
EJS_pathtodata = "/emulatorjs/data/";
- EJS_gameUrl = "sapphire.gba";
+ EJS_gameUrl = "gold.gbc";
EJS_core = 'gba';
diff --git a/pokemon/red/index.html b/pokemon/red/index.html
index 31ea7d35..21e402f7 100644
--- a/pokemon/red/index.html
+++ b/pokemon/red/index.html
@@ -15,7 +15,7 @@
EJS_player = "#game";
EJS_core = "CORE_NAME";
EJS_pathtodata = "/emulatorjs/data/";
- EJS_gameUrl = "sapphire.gba";
+ EJS_gameUrl = "red.gb";
EJS_core = 'gba';