Update mainScreen.cpp

This commit is contained in:
MattTheTekie 2023-08-21 16:26:26 -04:00 committed by GitHub
commit 5223d859c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,7 +76,7 @@ MainScreen::MainScreen() {
if (checkWifiStatus()) { if (checkWifiStatus()) {
std::string tmp = ""; // Just a temp. 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); 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 { } else {
notConnectedMsg(); notConnectedMsg();
@ -89,7 +89,7 @@ MainScreen::MainScreen() {
if (checkWifiStatus()) { if (checkWifiStatus()) {
std::string tmp = ""; // Just a temp. 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); 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 { } else {
notConnectedMsg(); notConnectedMsg();