diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-10 18:10:01 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-10 18:10:01 -0500 |
commit | d91e42ca5e3796108b01df9e6535e84892cbf9cc (patch) | |
tree | 81d49f28852f9615da71c3ac80f20f0c808504d7 /home/text.asm | |
parent | e0088adb3f692e03e695f912bb0c4bf2e8189e75 (diff) |
Group some mutually edited files in data/sprites/
Diffstat (limited to 'home/text.asm')
-rw-r--r-- | home/text.asm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/home/text.asm b/home/text.asm index 191c96172..49b5f8abc 100644 --- a/home/text.asm +++ b/home/text.asm @@ -47,10 +47,8 @@ ClearScreen:: ; fdb TextBox:: ; fe8 -; Draw a text box at hl with room for -; b lines of c characters each. -; Places a border around the textbox, -; then switches the palette to the +; Draw a text box at hl with room for b lines of c characters each. +; Places a border around the textbox, then switches the palette to the ; text black-and-white scheme. push bc push hl |