diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-10-16 11:53:41 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-10-16 11:53:41 -0600 |
| commit | efe08a91bf7678a8460cfc9b831b994ac6d831b9 (patch) | |
| tree | 4a60d0b2bfc6028aa0ca0b39446649f71e7d8349 /src/engine/fox_bg.c | |
| parent | 94e3cded043c555065aff81fc40bd7ab9e8bfdab (diff) | |
Added interpolation system
Diffstat (limited to 'src/engine/fox_bg.c')
| -rw-r--r-- | src/engine/fox_bg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/fox_bg.c b/src/engine/fox_bg.c index 3ca59718..566ff05b 100644 --- a/src/engine/fox_bg.c +++ b/src/engine/fox_bg.c @@ -22,6 +22,7 @@ #include "assets/ast_zoness.h" #include "prevent_bss_reordering2.h" +#include "port/interpolation/FrameInterpolation.h" // #include "prevent_bss_reordering3.h" f32 gWarpZoneBgAlpha; @@ -252,6 +253,7 @@ void Background_DrawBackdrop(void) { u8 levelType; s32 levelId; + if (gDrawBackdrop == 0) { return; } |
