Point filtering fix

This commit is contained in:
Sonic Dreamcaster
2024-11-20 19:22:25 -03:00
parent bc4e485d44
commit 3dda020f3a
14 changed files with 236 additions and 133 deletions
+5 -1
View File
@@ -37,6 +37,10 @@ void Map_LevelSelect(void) {
s32 nextPlanetId;
OSContPad* contPress = &gControllerPress[gMainController];
if ((sMapState != MAP_IDLE) && (sMapState != MAP_ZOOM_PLANET)) {
return;
}
if (contPress->button & L_JPAD) {
mission--;
if (mission < 0) {
@@ -81,7 +85,7 @@ void Map_LevelSelect(void) {
/* Draw */
if ((sCurrentPlanetId >= 0) && (sCurrentPlanetId < PLANET_MAX)) {
RCP_SetupDL(&gMasterDisp, SETUPDL_83);
RCP_SetupDL(&gMasterDisp, SETUPDL_83_POINT);
gDPSetPrimColor(gMasterDisp++, 0, 0, 255, 255, 0, 255);
Graphics_DisplaySmallText(20, y, 1.0f, 1.0f, "PLANET:");
+1 -1
View File
@@ -194,7 +194,7 @@ void Jukebox_Update(void) {
/* Draw */
RCP_SetupDL(&gMasterDisp, SETUPDL_83);
RCP_SetupDL(&gMasterDisp, SETUPDL_83_POINT);
gDPSetPrimColor(gMasterDisp++, 0, 0, 255, 255, 0, 255);
Graphics_Printf("SFX ID: %08X", sfx);
+1 -1
View File
@@ -197,7 +197,7 @@ void Jukebox_Update(void) {
/* Draw */
RCP_SetupDL(&gMasterDisp, SETUPDL_83);
RCP_SetupDL(&gMasterDisp, SETUPDL_83_POINT);
gDPSetPrimColor(gMasterDisp++, 0, 0, 255, 255, 0, 255);
Graphics_Printf("SFX ID: %08X", sfx);
+1 -1
View File
@@ -397,7 +397,7 @@ void Spawner(void) {
gPlayer[0].baseSpeed = gArwingSpeed;
}
RCP_SetupDL(&gMasterDisp, SETUPDL_83);
RCP_SetupDL(&gMasterDisp, SETUPDL_83_POINT);
gDPSetPrimColor(gMasterDisp++, 0, 0, 255, 255, 0, 255);
/* Spawners */