diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2022-07-23 12:15:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-23 15:15:09 -0400 |
| commit | 63447c564944c6b3514f0e6e33de97ae1bd6c46b (patch) | |
| tree | b8381c9730d4cde24e840120755591cce51c90b9 /src/boot_O2 | |
| parent | dfd00a8c1f667f7ee14228fc78a9d747fdf9cd32 (diff) | |
General Cleanup 7 (#944)
* (f32*) cast
* fireobj
* BgKeikokuSaku h file newline
* dmchar07 flag defines
* EnKakasi h file comments
* ObjKibako2Contents
* ++ ^ 1
* func_80B4BA84
* EnBji01
* EnShn
* render modes
* D_80097F90
* xprintf
* WeatherTag
* Sram_InitDebugSave
* func_80C1DF18
* func_80183430
* ObjRaillift_Move
* DmChar00Struct
* format
* DmNb csAction
* Revert "EnKakasi h file comments"
This reverts commit a6b5f97826f4eb5140050c65cdc40cd142d5a573.
* title
Diffstat (limited to 'src/boot_O2')
| -rw-r--r-- | src/boot_O2/gfxprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot_O2/gfxprint.c b/src/boot_O2/gfxprint.c index 557887abd..b52675829 100644 --- a/src/boot_O2/gfxprint.c +++ b/src/boot_O2/gfxprint.c @@ -83,7 +83,7 @@ void GfxPrint_PrintCharImpl(GfxPrint* this, u8 c) { if (this->flags & GFXP_FLAG_RAINBOW) { gDPSetTextureLUT(this->dList++, G_TT_RGBA16); gDPSetCycleType(this->dList++, G_CYC_2CYCLE); - gDPSetRenderMode(this->dList++, G_RM_OPA_CI, G_RM_XLU_SURF2); + gDPSetRenderMode(this->dList++, G_RM_PASS, G_RM_XLU_SURF2); gDPSetCombineMode(this->dList++, G_CC_INTERFERENCE, G_CC_PASS2); } else { gDPSetTextureLUT(this->dList++, G_TT_IA16); |
