diff options
-rw-r--r-- | Expand-tilesets-from-192-to-255-tiles.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Expand-tilesets-from-192-to-255-tiles.md b/Expand-tilesets-from-192-to-255-tiles.md index a98000c..90bb571 100644 --- a/Expand-tilesets-from-192-to-255-tiles.md +++ b/Expand-tilesets-from-192-to-255-tiles.md @@ -71,7 +71,8 @@ Edit [engine/gfx/load_font.asm](../blob/master/engine/gfx/load_font.asm): call Get1bpp_2 ld de, Font + 64 * LEN_1BPP_TILE ld hl, vTiles1 tile $40 - lb bc, BANK(Font), 32 ; $c0 to "←" +- lb bc, BANK(Font), 32 ; "Ä" to "←" ++ lb bc, BANK(Font), 32 ; $c0 to "←" call Get1bpp_2 ld de, Font + 96 * LEN_1BPP_TILE ld hl, vTiles1 tile $60 |