Skip to content

Commit

Permalink
TWLMenu++ Splash: Replace GBC and GBA icons
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Nov 18, 2024
1 parent e93461f commit 3c375ac
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 28 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 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.
13 changes: 6 additions & 7 deletions title/arm9/source/twlmenuppvideo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "icon_ndsl.h"
#include "icon_ndsi.h"
#include "icon_gba.h"
#include "iconPhat_gba.h"
#include "icon_gb.h"
#include "icon_a26.h"
#include "icon_int.h"
Expand Down Expand Up @@ -119,7 +118,7 @@ static int gbaIconYpos = 44;
void twlMenuVideo_loadTopGraphics(void) {
// Anniversary
/*glDeleteTextures(1, &anniversaryTexID);
icon_Pal = (u16*)(sys().isDSPhat() ? logoPhat_anniversaryPal : logo_anniversaryPal);
if (ms().colorMode == 1) {
for (int i2 = 0; i2 < 16; i2++) {
Expand Down Expand Up @@ -201,10 +200,10 @@ void twlMenuVideo_loadTopGraphics(void) {
icon_Pal = (u16*)icon_presentPal;
icon_PalLen = icon_presentPalLen;
} else {
icon_Tiles = (u8*)(sys().isDSPhat() ? iconPhat_gbaTiles : icon_gbaTiles);
icon_TilesLen = (sys().isDSPhat() ? iconPhat_gbaTilesLen : icon_gbaTilesLen);
icon_Pal = (u16*)(sys().isDSPhat() ? iconPhat_gbaPal : icon_gbaPal);
icon_PalLen = (sys().isDSPhat() ? iconPhat_gbaPalLen : icon_gbaPalLen);
icon_Tiles = (u8*)icon_gbaTiles;
icon_TilesLen = icon_gbaTilesLen;
icon_Pal = (u16*)icon_gbaPal;
icon_PalLen = icon_gbaPalLen;
}
if (colorTable) {
for (int i2 = 0; i2 < icon_PalLen/2; i2++) {
Expand Down Expand Up @@ -561,7 +560,7 @@ void twlMenuVideo_topGraphicRender(void) {
frameDelaySpriteEven = !frameDelaySpriteEven;
loadFrameSprite = false;
}

/*if (rocketVideo_playVideo && rocketVideo_currentFrame >= 13) {
if (!anniversaryTextYposMove) {
anniversaryTextYposMoveDelay++;
Expand Down
21 changes: 0 additions & 21 deletions title/gfx/iconPhat_gba.grit

This file was deleted.

Binary file removed title/gfx/iconPhat_gba.png
Binary file not shown.
Binary file modified title/gfx/icon_gb.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/gfx/icon_gba.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3c375ac

Please sign in to comment.