mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 05:25:01 +03:00
fix THEEND texture in ending
This commit is contained in:
parent
b83724a77b
commit
bee87aa811
@ -44,19 +44,8 @@ void Ending_8018CE20(u32 arg0) {
|
||||
RCP_SetupDL(&gMasterDisp, SETUPDL_83);
|
||||
gDPSetTextureFilter(gMasterDisp++, G_TF_POINT);
|
||||
gDPSetPrimColor(gMasterDisp++, 0, 0, 255, 255, 255, alpha);
|
||||
// LTODO: This is a bug im pretty sure
|
||||
Lib_TextureRect_IA8(&gMasterDisp, D_ending_80192E74[i].unk_00 + 192 * 5 * 0, 192, 5, 64.0f,
|
||||
105.0f, 1.0f, 1.0f);
|
||||
Lib_TextureRect_IA8(&gMasterDisp, D_ending_80192E74[i].unk_00 + 192 * 5 * 1, 192, 5, 64.0f,
|
||||
110.0f, 1.0f, 1.0f);
|
||||
Lib_TextureRect_IA8(&gMasterDisp, D_ending_80192E74[i].unk_00 + 192 * 5 * 2, 192, 5, 64.0f,
|
||||
115.0f, 1.0f, 1.0f);
|
||||
Lib_TextureRect_IA8(&gMasterDisp, D_ending_80192E74[i].unk_00 + 192 * 5 * 3, 192, 5, 64.0f,
|
||||
120.0f, 1.0f, 1.0f);
|
||||
Lib_TextureRect_IA8(&gMasterDisp, D_ending_80192E74[i].unk_00 + 192 * 5 * 4, 192, 5, 64.0f,
|
||||
125.0f, 1.0f, 1.0f);
|
||||
Lib_TextureRect_IA8(&gMasterDisp, D_ending_80192E74[i].unk_00 + 192 * 5 * 5, 192, 5, 64.0f,
|
||||
130.0f, 1.0f, 1.0f);
|
||||
Lib_TextureRect_IA8(&gMasterDisp, D_ending_80192E74[i].unk_00, 192, 30, 64.0f, 105.0f, 1.0f,
|
||||
1.0f);
|
||||
} else {
|
||||
xPos = (320 - Graphics_GetSmallTextWidth(D_ending_80192E74[i].unk_00)) / 2;
|
||||
RCP_SetupDL(&gMasterDisp, SETUPDL_83_POINT);
|
||||
|
Loading…
Reference in New Issue
Block a user