summaryrefslogtreecommitdiff
path: root/gfx/overworld_font.asm
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/overworld_font.asm')
-rw-r--r--gfx/overworld_font.asm17
1 files changed, 0 insertions, 17 deletions
diff --git a/gfx/overworld_font.asm b/gfx/overworld_font.asm
deleted file mode 100644
index 43dd08c66..000000000
--- a/gfx/overworld_font.asm
+++ /dev/null
@@ -1,17 +0,0 @@
-LoadOverworldFont:: ; 106594
- ld de, .font
- ld hl, vTiles1
- lb bc, BANK(.font), $80
- call Get2bpp
- ld de, .space
- ld hl, vTiles2 tile $7f
- lb bc, BANK(.space), 1
- call Get2bpp
- ret
-; 1065ad
-
-.font
-INCBIN "gfx/font/overworld.2bpp"
-
-.space
-INCBIN "gfx/font/space.2bpp"