From d7fae718219cc47d0ae4339eec933d006fd89d79 Mon Sep 17 00:00:00 2001 From: ry755 Date: Thu, 27 Jan 2022 16:35:25 -0800 Subject: [PATCH] fox32rom: Fix broken #include_bin paths --- rom.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rom.asm b/rom.asm index d037e55..32a3926 100644 --- a/rom.asm +++ b/rom.asm @@ -192,10 +192,10 @@ submenu_click_event: org.pad 0xF1F00000 font: - #include_bin "../font/unifont-thin.raw" + #include_bin "font/unifont-thin.raw" mouse_cursor: - #include_bin "../font/cursor2.raw" + #include_bin "font/cursor2.raw" ; cursor overlay struct: overlay_31_width: data.16 8