From 5223d859c43086c94d01bbaecf2edf050268da9c Mon Sep 17 00:00:00 2001 From: MattTheTekie <94870997+MattTheTekie@users.noreply.github.com> Date: Mon, 21 Aug 2023 16:26:26 -0400 Subject: [PATCH] Update mainScreen.cpp --- source/screens/mainScreen.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/screens/mainScreen.cpp b/source/screens/mainScreen.cpp index e8324f4..3a5a3e0 100644 --- a/source/screens/mainScreen.cpp +++ b/source/screens/mainScreen.cpp @@ -76,7 +76,7 @@ MainScreen::MainScreen() { if (checkWifiStatus()) { std::string tmp = ""; // Just a temp. DownloadUniStore("https://github.com/sdkpaint/streetpass-3.0-config/raw/master/unistore/StreetPass-Shop.unistore", -1, tmp, true, true); - DownloadSpriteSheet("https://raw.githubusercontent.com/sdkpaint/streetpass-3.0-config/master/unistore/StreetPass-Shop.t3x", "universal-db.t3x"); + DownloadSpriteSheet("https://raw.githubusercontent.com/sdkpaint/streetpass-3.0-config/master/unistore/StreetPass-Shop.t3x", "StreetPass-Shop.t3x"); } else { notConnectedMsg(); @@ -89,7 +89,7 @@ MainScreen::MainScreen() { if (checkWifiStatus()) { std::string tmp = ""; // Just a temp. DownloadUniStore("https://github.com/sdkpaint/streetpass-3.0-config/raw/master/unistore/StreetPass-Shop.unistore", -1, tmp, true, true); - DownloadSpriteSheet("https://raw.githubusercontent.com/sdkpaint/streetpass-3.0-config/master/unistore/StreetPass-Shop.t3x", "universal-db.t3x"); + DownloadSpriteSheet("https://raw.githubusercontent.com/sdkpaint/streetpass-3.0-config/master/unistore/StreetPass-Shop.t3x", "StreetPass-Shop.t3x"); } else { notConnectedMsg();