diff options
author | entrpntr <entrpntr@gmail.com> | 2020-06-06 14:40:15 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-06-06 15:05:39 -0400 |
commit | afcf8f19575164e4b0fa92319041f888e719f68d (patch) | |
tree | c269fbe5b4e710abc3704bce84c802ab605cac18 /engine/gfx | |
parent | 5f0eb65d5a40b167fc2ed3ff3a54feb240eb3bd7 (diff) |
Minor cleanups.
Diffstat (limited to 'engine/gfx')
-rwxr-xr-x | engine/gfx/load_font.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/gfx/load_font.asm b/engine/gfx/load_font.asm index 46d2e0e5..4e732211 100755 --- a/engine/gfx/load_font.asm +++ b/engine/gfx/load_font.asm @@ -1,6 +1,6 @@ _LoadStandardFont:: ld de, Font - ld hl, vTiles4 + ld hl, vTiles1 lb bc, BANK(Font), 128 ; "A" to "9" jp Get1bpp |