Added Made with HackerSM64 msg (thanks to PyroJay)

This commit is contained in:
Reonu
2021-10-05 21:34:34 +03:00
parent 24bbeaabf1
commit 2879456dbd
2 changed files with 3 additions and 1 deletions

View File

@@ -3342,7 +3342,7 @@ ALIGNED8 static const Texture intro_seg7_texture_0700B4A0[] = {
#else
// 0x0700B4A0 - 0x0700B4A2
ALIGNED8 static const Texture intro_seg7_texture_0700B4A0[] = {
#include "levels/intro/2_copyright.rgba16.inc.c"
#include "levels/intro/made_with_hackersm64.custom.rgba16.inc.c"
};
#endif
@@ -3366,6 +3366,7 @@ ALIGNED8 static const Texture intro_seg7_texture_0700C4A0[] = {
const Gfx intro_seg7_dl_copyright_trademark[] = {
gsDPPipeSync(),
gsDPSetCombineMode(G_CC_DECALFADE, G_CC_DECALFADE),
gsDPSetTextureFilter(G_TF_POINT),
gsSPTexture(0xFFFF, 0xFFFF, 0, G_TX_RENDERTILE, G_ON),
gsDPLoadTextureBlock(intro_seg7_texture_0700B4A0, G_IM_FMT_RGBA, G_IM_SIZ_16b, 128, 16, 0, G_TX_CLAMP, G_TX_CLAMP, 7, 4, G_TX_NOLOD, G_TX_NOLOD),
@@ -3382,6 +3383,7 @@ const Gfx intro_seg7_dl_copyright_trademark[] = {
gsDPSetCombineMode(G_CC_SHADE, G_CC_SHADE),
gsDPSetEnvColor(255, 255, 255, 255),
gsDPSetRenderMode(G_RM_AA_ZB_OPA_SURF, G_RM_AA_ZB_OPA_SURF2),
gsDPSetTextureFilter(G_TF_BILERP),
gsSPEndDisplayList(),
};

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB