diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/c8asm.5 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/c8asm.5 b/man/c8asm.5 index 67d6697..48f6a8d 100644 --- a/man/c8asm.5 +++ b/man/c8asm.5 @@ -26,6 +26,7 @@ hex v2 add v0 5 ; Offset the X position by 5 drw v0 v1 5 +; Draw the sprite for ‘!’ ld i exclamation_sprite add v0 5 drw v0 v1 5 |