Change *Hori-HD* name to *Horizon HD*

This commit is contained in:
RocketRobz 2024-12-24 14:37:30 -07:00
parent c22dfdd797
commit 08c41989f8
6 changed files with 4 additions and 4 deletions

View File

@ -11,7 +11,7 @@ For Style Savvy's 10th Anniversary, a save editor is here!
* Edit save data from all four Girls Mode/Style Savvy/Style Boutique games.
* As of currently, only games 2-4 are supported.
* Only the 2nd game is supported for KOR regions.
* High-resolution Hori-HD (800px wide mode), exclusive to 3DS, New 3DS, and New 2DS consoles!
* High-resolution *Horizon HD* (800px wide mode), exclusive to 3DS, New 3DS, and New 2DS consoles!
* Pre-rendered character previews.
* Originally composed menu music!
* Sound effects from ChuChu Rocket.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -23,7 +23,7 @@ item_button.png
phone_bg.png
photo_bg.png
logo_savvymanager.png
logo_horiHD.png
logo_horizonHD.png
logo_nintendoSynSophia.png
logo_rocketrobz.png
text_rocketrobz.png

Binary file not shown.

View File

@ -97,8 +97,8 @@ void RocketRobz::Draw(void) const {
//Gui::DrawStringCentered(0, 48, 0.50, WHITE, this->presentedText);
//Gui::DrawStringCentered(0, 88, 0.60, WHITE, "Cinema");
//GFX::DrawSprite(sprites_logo_widescreen_idx, 66, 107);
Gui::DrawStringCentered(0, 48, 0.75, WHITE, this->presentedText);
GFX::DrawSprite(sprites_logo_horiHD_idx, 32, 85);
Gui::DrawStringCentered(0, 72, 0.50, WHITE, this->presentedText);
GFX::DrawSprite(sprites_logo_horizonHD_idx, 16, 95);
} else if (subMode == 1) {
Gui::Draw_Rect(0, 0, 320, 120, C2D_Color32(230, 0, 18, 255));
Gui::Draw_Rect(0, 120, 320, 120, WHITE);