diff --git a/data/changelog.json b/data/changelog.json
index 27460e8d..7c0cfe4f 100644
--- a/data/changelog.json
+++ b/data/changelog.json
@@ -1,5 +1,5 @@
{
- "version": "1.0.2",
- "desc": "20 new games, a brand new night time theme, and more fun quotes! (courtesy of astra!!)",
- "timestamp": "1709824136"
+ "version": "1.0.3",
+ "desc": "added a few games (courtesy of legalize), fixed retro games",
+ "timestamp": "1710095962"
}
diff --git a/data/games.json b/data/games.json
index 8b8e101f..20c195f5 100644
--- a/data/games.json
+++ b/data/games.json
@@ -29,21 +29,11 @@
"image": "cover.svg",
"directory": "drift"
},
- {
- "name": "Dashy Reaper",
- "image": "cover.svg",
- "directory": "dashy"
- },
{
"name": "Driving Force 4",
"image": "cover.svg",
"directory": "driving"
},
- {
- "name": "Bullet Fury",
- "image": "cover.svg",
- "directory": "bulletfury"
- },
{
"name": "Minecraft Games",
"image": "cover.svg",
diff --git a/semag/animalcrossingwildworld/index.html b/semag/animalcrossingwildworld/index.html
index ad205367..50e2a18b 100644
--- a/semag/animalcrossingwildworld/index.html
+++ b/semag/animalcrossingwildworld/index.html
@@ -18,8 +18,8 @@
EJS_core = "nds";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
- EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
+ EJS_pathtodata = "/semag/emulatorjs/data/";
EJS_gameUrl = "Animal Crossing - Wild World (USA) (Rev 1).nds";
-
+