mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 13:23:45 -07:00
Ensures MQ and Vanilla title Logos are saved with different names. (#1788)
This way either one can be loaded according to which OTR/whether or not MQ is enabled.
This commit is contained in:
parent
fc1a009953
commit
60c9e869e3
3 changed files with 33 additions and 2 deletions
|
@ -913,7 +913,7 @@ void EnMag_DrawInnerVanilla(Actor* thisx, GlobalContext* globalCtx, Gfx** gfxp)
|
|||
gDPSetPrimColor(gfx++, 0, 0, 255, 255, 255, (s16)this->mainAlpha);
|
||||
|
||||
if ((s16)this->mainAlpha != 0) {
|
||||
EnMag_DrawImageRGBA32(&gfx, 160, 100, (u8*)gTitleZeldaShieldLogoMQTex, 160, 160);
|
||||
EnMag_DrawImageRGBA32(&gfx, 160, 100, (u8*)gTitleZeldaShieldLogoTex, 160, 160);
|
||||
}
|
||||
|
||||
func_8009457C(&gfx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue