summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm19
1 files changed, 19 insertions, 0 deletions
diff --git a/main.asm b/main.asm
index 0fc2e61e4..123b4e434 100644
--- a/main.asm
+++ b/main.asm
@@ -5492,6 +5492,23 @@ INCLUDE "battle/used_move_text.asm"
INCLUDE "misc/mobile_41.asm"
+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"
+
SECTION "bank42", ROMX
INCLUDE "misc/mobile_42.asm"
@@ -5501,6 +5518,8 @@ SECTION "Intro Logo", ROMX
IntroLogoGFX: ; 109407
INCBIN "gfx/intro/logo.2bpp.lz"
+SECTION "bank43", ROMX
+
INCLUDE "misc/unused_title.asm"
INCLUDE "engine/title.asm"