diff --git a/stats/font.2bpp b/stats/font.2bpp new file mode 100644 index 0000000..c0ce111 Binary files /dev/null and b/stats/font.2bpp differ diff --git a/stats/main.asm b/stats/main.asm index 975eb3b..b4d9ff8 100755 --- a/stats/main.asm +++ b/stats/main.asm @@ -9,7 +9,11 @@ org $238000 incsrc stats/creditsnew.asm FontGfx: -incbin stats/font.gb +if !FEATURE_NEW_TEXT + incbin stats/font.2bpp +else + incbin stats/font.gb +endif FontGfxEnd: ; Custom addresses. Most are arbitrary. Feel free to make sure they're okay or moving them elsewhere within ZP