mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 13:35:11 +03:00
SETUPDL_62_POINT for BonusText_DrawAll
This commit is contained in:
parent
41e61c704e
commit
38adb0bd73
@ -134,7 +134,7 @@ void BonusText_DrawAll(void) {
|
||||
BonusText* bonus;
|
||||
s32 i;
|
||||
|
||||
RCP_SetupDL(&gMasterDisp, SETUPDL_62);
|
||||
RCP_SetupDL(&gMasterDisp, SETUPDL_62_POINT);
|
||||
gDPSetPrimColor(gMasterDisp++, 0, 0, 255, 255, 255, 255);
|
||||
|
||||
for (i = 0, bonus = gBonusText; i < ARRAY_COUNT(gBonusText); i++, bonus++) {
|
||||
|
Loading…
Reference in New Issue
Block a user