about summary refs log tree commit diff stats
path: root/103grapheme.subx
diff options
context:
space:
mode:
Diffstat (limited to '103grapheme.subx')
-rw-r--r--103grapheme.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/103grapheme.subx b/103grapheme.subx
index 65c5bb2e..ef1f31c9 100644
--- a/103grapheme.subx
+++ b/103grapheme.subx
@@ -27,7 +27,7 @@ draw-grapheme-on-real-screen:  # g: grapheme, x: int, y: int, color: int, backgr
     # var letter-bitmap/esi = font[g]
     8b/-> *(ebp+8) 6/r32/esi
     c1 4/subop/shift-left %esi 4/imm8
-    8d/copy-address *(esi+0x8c00) 6/r32/esi  # font-start
+    81 0/subop/add %esi Font/imm32
     # if (letter-bitmap >= 0x9400) return  # characters beyond ASCII currently not supported
     81 7/subop/compare %esi 0x9400/imm32
     7d/jump-if->= $draw-grapheme-on-real-screen:end/disp8