diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-23 22:12:25 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-23 22:12:25 -0400 |
commit | 119029875a9746be23a77830a7abb81cd12cd3b1 (patch) | |
tree | d201c3a989490a5205236fbb21499a432000e18a | |
parent | ce4bcbbf31d9c87a53841873c29f5de74bcf92fd (diff) |
Ä
-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 |