diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2022-12-28 13:29:59 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-28 22:29:59 +0100 |
| commit | bd317dbb9d961a229eac1e9505f9de669dc8e3e0 (patch) | |
| tree | 76d249be2ff15b57c1ced2132ea0c9705c2779f1 /src/code/z_rcp.c | |
| parent | 89b42d0d3ae294133d2b9d1dcf96dac6177b2862 (diff) | |
Fbdemo Docs: `TransitionTile` (#1471)
* TransitionTile'
* Final clean up
* PR
* Header comment
* vtx_tn
* Name background DL
* row <-> col
* Rename update functions
* Update header
* Enum
* Done -> Ready + cleanups
* Update include/z64transition.h
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
Diffstat (limited to 'src/code/z_rcp.c')
| -rw-r--r-- | src/code/z_rcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_rcp.c b/src/code/z_rcp.c index 7b9328459..aa4d56998 100644 --- a/src/code/z_rcp.c +++ b/src/code/z_rcp.c @@ -1469,7 +1469,7 @@ void Gfx_SetupFrame(GraphicsContext* gfxCtx, u8 r, u8 g, u8 b) { gDPSetDepthImage(POLY_XLU_DISP++, gZBuffer); gDPSetDepthImage(OVERLAY_DISP++, gZBuffer); - if ((R_PAUSE_BG_PRERENDER_STATE <= PAUSE_BG_PRERENDER_SETUP) && (gTrnsnUnkState < 2)) { + if ((R_PAUSE_BG_PRERENDER_STATE <= PAUSE_BG_PRERENDER_SETUP) && (gTransitionTileState <= TRANS_TILE_SETUP)) { s32 letterboxSize = Letterbox_GetSize(); if (R_HREG_MODE == HREG_MODE_SETUP_FRAME) { |
