diff --git a/src_rebuild/Game/C/cutscene.c b/src_rebuild/Game/C/cutscene.c index 4627744f..994160b3 100644 --- a/src_rebuild/Game/C/cutscene.c +++ b/src_rebuild/Game/C/cutscene.c @@ -284,7 +284,7 @@ void DrawInGameCutscene(void) tile->w = 1200; #endif - tile->y0 = 256 - BlackBorderHeight; + tile->y0 = draw_mode.height - BlackBorderHeight; tile->h = BlackBorderHeight; addPrim(current->ot, tile);