Skip to content

Commit

Permalink
TWLMenu++ Logo: Use better font for *Menu*
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Dec 20, 2021
1 parent f3f28cc commit b3f4691
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 6 deletions.
Binary file modified Box Art.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Box Art.xcf
Binary file not shown.
Binary file modified TWLMenu++ logo (Late 2021).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified TWLMenu++ logo (Late 2021).xcf
Binary file not shown.
Binary file modified logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified logo.xcf
Binary file not shown.
12 changes: 6 additions & 6 deletions title/arm9/source/twlmenuppvideo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -708,11 +708,11 @@ void twlMenuVideo(void) {
lodepng::decode(image, width, height, "nitro:/graphics/TWL.png");

u16* twlTextBuffer = new u16[60*14];
int x = 25;
int x = 19;
int y = 81;
for (int i=0; i<60*14; i++) {
if (x >= 85) {
x = 25;
if (x >= 79) {
x = 19;
y++;
}
if (image[(i*4)+3] > 0) {
Expand All @@ -726,11 +726,11 @@ void twlMenuVideo(void) {
}

u16* src = twlTextBuffer;
x = 25;
x = 19;
y = 81;
for (int i=0; i<60*14; i++) {
if (x >= 85) {
x = 25;
if (x >= 79) {
x = 19;
y++;
}
u16 val = *(src++);
Expand Down
Binary file modified title/nitrofiles/graphics/logo_twlmenupp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified title/nitrofiles/graphics/logo_twlmenuppGreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified title/nitrofiles/graphics/logo_twlmenuppOrange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified title/nitrofiles/graphics/logo_twlmenuppPink.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified title/nitrofiles/graphics/logo_twlmenuppXmas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified title/resources/TWLMenu++ logo screen (Late 2021).xcf
Binary file not shown.

0 comments on commit b3f4691

Please sign in to comment.