From b9fc23dceefd344e7a8ae9ef2c5fa07a9e16471e Mon Sep 17 00:00:00 2001 From: Baoulettes Date: Mon, 11 Apr 2022 19:10:47 +0200 Subject: [PATCH] Update macros.h --- soh/include/macros.h | 1 + 1 file changed, 1 insertion(+) diff --git a/soh/include/macros.h b/soh/include/macros.h index 0d86c56c3..8563449b1 100644 --- a/soh/include/macros.h +++ b/soh/include/macros.h @@ -129,6 +129,7 @@ extern GraphicsContext* __gfxCtx; #define WORK_DISP __gfxCtx->work.p #define POLY_OPA_DISP __gfxCtx->polyOpa.p #define POLY_XLU_DISP __gfxCtx->polyXlu.p +#define TITLE_CARD_DISP __gfxCtx->titlecard.p #define POLY_KAL_DISP __gfxCtx->polyKal.p #define OVERLAY_DISP __gfxCtx->overlay.p