fox32rom: Fix broken #include_bin paths
This commit is contained in:
parent
1cc1bce116
commit
d7fae71821
4
rom.asm
4
rom.asm
|
@ -192,10 +192,10 @@ submenu_click_event:
|
||||||
|
|
||||||
org.pad 0xF1F00000
|
org.pad 0xF1F00000
|
||||||
font:
|
font:
|
||||||
#include_bin "../font/unifont-thin.raw"
|
#include_bin "font/unifont-thin.raw"
|
||||||
|
|
||||||
mouse_cursor:
|
mouse_cursor:
|
||||||
#include_bin "../font/cursor2.raw"
|
#include_bin "font/cursor2.raw"
|
||||||
|
|
||||||
; cursor overlay struct:
|
; cursor overlay struct:
|
||||||
overlay_31_width: data.16 8
|
overlay_31_width: data.16 8
|
||||||
|
|
Loading…
Reference in New Issue
Block a user