diff options
Diffstat (limited to 'gfx/overworld_font.asm')
-rw-r--r-- | gfx/overworld_font.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx/overworld_font.asm b/gfx/overworld_font.asm index 203b18fa0..43dd08c66 100644 --- a/gfx/overworld_font.asm +++ b/gfx/overworld_font.asm @@ -1,10 +1,10 @@ LoadOverworldFont:: ; 106594 ld de, .font - ld hl, VTiles1 + ld hl, vTiles1 lb bc, BANK(.font), $80 call Get2bpp ld de, .space - ld hl, VTiles2 tile $7f + ld hl, vTiles2 tile $7f lb bc, BANK(.space), 1 call Get2bpp ret |