Skip to content

Commit 08c4198

Browse files
committed
Change *Hori-HD* name to *Horizon HD*
1 parent c22dfdd commit 08c4198

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

README.md

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

assets/gfx/logo_horiHD.png

-12.4 KB
Binary file not shown.

assets/gfx/logo_horizonHD.png

4.23 KB
Loading

assets/gfx/sprites.t3s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ item_button.png
2323
phone_bg.png
2424
photo_bg.png
2525
logo_savvymanager.png
26-
logo_horiHD.png
26+
logo_horizonHD.png
2727
logo_nintendoSynSophia.png
2828
logo_rocketrobz.png
2929
text_rocketrobz.png

resources/HorizonHD logo.xcf

2.27 MB
Binary file not shown.

source/screens/rocketRobz.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ void RocketRobz::Draw(void) const {
9797
//Gui::DrawStringCentered(0, 48, 0.50, WHITE, this->presentedText);
9898
//Gui::DrawStringCentered(0, 88, 0.60, WHITE, "Cinema");
9999
//GFX::DrawSprite(sprites_logo_widescreen_idx, 66, 107);
100-
Gui::DrawStringCentered(0, 48, 0.75, WHITE, this->presentedText);
101-
GFX::DrawSprite(sprites_logo_horiHD_idx, 32, 85);
100+
Gui::DrawStringCentered(0, 72, 0.50, WHITE, this->presentedText);
101+
GFX::DrawSprite(sprites_logo_horizonHD_idx, 16, 95);
102102
} else if (subMode == 1) {
103103
Gui::Draw_Rect(0, 0, 320, 120, C2D_Color32(230, 0, 18, 255));
104104
Gui::Draw_Rect(0, 120, 320, 120, WHITE);

0 commit comments

Comments
 (0)