diff --git a/LTTP_RND_GeneralBugfixes.asm b/LTTP_RND_GeneralBugfixes.asm index c130e7e..8ab4d86 100644 --- a/LTTP_RND_GeneralBugfixes.asm +++ b/LTTP_RND_GeneralBugfixes.asm @@ -233,7 +233,7 @@ warnpc $B1A000 org $B1A000 GFX_HUD_Items: -incbin "data/c2807_v4.gfx" +incbin "menu/drsheetdc.2bppc" warnpc $B1A800 org $B1A800 diff --git a/menu/drfont.2bpp b/menu/drfont.2bpp new file mode 100644 index 0000000..4e8e30e Binary files /dev/null and b/menu/drfont.2bpp differ diff --git a/menu/drfont.png b/menu/drfont.png new file mode 100644 index 0000000..4705ca7 Binary files /dev/null and b/menu/drfont.png differ diff --git a/menu/drsheetdc.2bppc b/menu/drsheetdc.2bppc new file mode 100644 index 0000000..7385a9b Binary files /dev/null and b/menu/drsheetdc.2bppc differ diff --git a/menu/drsheetdc.png b/menu/drsheetdc.png new file mode 100644 index 0000000..1597d57 Binary files /dev/null and b/menu/drsheetdc.png differ diff --git a/menu/hudalpha.asm b/menu/hudalpha.asm index 6f00e5c..72565bb 100644 --- a/menu/hudalpha.asm +++ b/menu/hudalpha.asm @@ -20,4 +20,4 @@ UploadMenuOnlyIcons: RTL MenuOnlyIcons: -incbin "menuonly.2bpp" \ No newline at end of file +incbin "drfont.2bpp" \ No newline at end of file diff --git a/menu/menuonly.2bpp b/menu/menuonly.2bpp deleted file mode 100644 index f9be7f6..0000000 Binary files a/menu/menuonly.2bpp and /dev/null differ