From fcf5371ceafbbaf238905489579c846db7e033d8 Mon Sep 17 00:00:00 2001 From: Pyrochrome Date: Tue, 3 Dec 2024 20:19:59 -0500 Subject: [PATCH] modified: source/sprite_data.cpp --- source/sprite_data.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/sprite_data.cpp b/source/sprite_data.cpp index 3c187b7..7460778 100644 --- a/source/sprite_data.cpp +++ b/source/sprite_data.cpp @@ -164,7 +164,7 @@ void load_flex_background(int background_id, int layer) REG_BG1CNT = BG_CBB(CBB) | BG_SBB(SBB) | BG_4BPP | BG_REG_32x32 | BG_PRIO(layer); curr_flex_background = background_id; } -#include "textboxBG.h" +#include "textBoxBG.h" void load_textbox_background() { int CBB = 2;