about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--304screen.subx3
1 files changed, 0 insertions, 3 deletions
diff --git a/304screen.subx b/304screen.subx
index 208c02dd..60feee32 100644
--- a/304screen.subx
+++ b/304screen.subx
@@ -119,7 +119,6 @@ $move-cursor-on-screen:end:
     5d/pop-to-ebp
     c3/return
 
-# just because Mu has no support for global variables yet
 print-string-to-screen:  # s: (addr array byte)
     # . prologue
     55/push-ebp
@@ -132,7 +131,6 @@ $print-string-to-screen:end:
     5d/pop-to-ebp
     c3/return
 
-# just because Mu has no support for global variables yet
 print-byte-to-screen:  # c: byte
     # . prologue
     55/push-ebp
@@ -154,7 +152,6 @@ $print-byte-to-screen:end:
     5d/pop-to-ebp
     c3/return
 
-# just because Mu has no support for global variables yet
 print-int32-hex-to-screen:  # n: int
     # . prologue
     55/push-ebp