You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Move more contiguous related code blocks from main.asm to engine/ and events/
This commit is contained in:
17
gfx/overworld_font.asm
Normal file
17
gfx/overworld_font.asm
Normal file
@@ -0,0 +1,17 @@
|
||||
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"
|
Reference in New Issue
Block a user