summaryrefslogtreecommitdiff
path: root/engine/gfx/load_font.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/gfx/load_font.asm')
-rw-r--r--engine/gfx/load_font.asm15
1 files changed, 6 insertions, 9 deletions
diff --git a/engine/gfx/load_font.asm b/engine/gfx/load_font.asm
index bd5e29d52..a83083581 100644
--- a/engine/gfx/load_font.asm
+++ b/engine/gfx/load_font.asm
@@ -1,22 +1,19 @@
INCLUDE "gfx/font.asm"
-; This and the following two functions are unreferenced.
-; Debug, perhaps?
-Unreferenced_fb434:
- db 0
+Unused_EnableHDMA:
+ db FALSE
-Unreferenced_Functionfb435:
- ld a, [Unreferenced_fb434]
+Unreferenced_Get1bppOptionalHDMA:
+ ld a, [Unused_EnableHDMA]
and a
jp nz, Get1bppViaHDMA
jp Get1bpp
-Unreferenced_Functionfb43f:
- ld a, [Unreferenced_fb434]
+Unreferenced_Get2bppOptionalHDMA:
+ ld a, [Unused_EnableHDMA]
and a
jp nz, Get2bppViaHDMA
jp Get2bpp
-; End unreferenced block
_LoadStandardFont::
ld de, Font