summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 98ccd5d..65539ae 100644
--- a/main.asm
+++ b/main.asm
@@ -1,4 +1,7 @@
INCLUDE "constants.asm"
-
; TODO
+
+SECTION "Font Gfx", ROMX[$4362], BANK[$3e]
+ INCBIN "gfx/font.1bpp"
+