mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 02:22:07 -05:00
pokemon
This commit is contained in:
parent
e76375f5aa
commit
f1d9fc22a4
@ -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';
|
||||
</script>
|
||||
<script src="/emulatorjs/data/loader.js"></script>
|
||||
|
@ -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';
|
||||
</script>
|
||||
<script src="/emulatorjs/data/loader.js"></script>
|
||||
|
@ -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';
|
||||
</script>
|
||||
<script src="/emulatorjs/data/loader.js"></script>
|
||||
|
@ -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';
|
||||
</script>
|
||||
<script src="/emulatorjs/data/loader.js"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user