diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-06-25 02:10:37 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-06-25 02:10:37 +0200 |
commit | 5efce10789bc8291ca5517bdeaacab95459b3fdb (patch) | |
tree | 94eaaa56e9c7d869dd6ffe86be1abc0af3ccc2b9 /home/print_text.asm | |
parent | 0cbe04da44744073c4c164df970b1571b1fda1a6 (diff) |
Remove even more address comments
That should be all of them this time
Diffstat (limited to 'home/print_text.asm')
-rw-r--r-- | home/print_text.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/home/print_text.asm b/home/print_text.asm index 6002affd6..8a8a7dd9f 100644 --- a/home/print_text.asm +++ b/home/print_text.asm @@ -97,7 +97,6 @@ CopyDataUntil:: cp c jr nz, CopyDataUntil ret -; 0x3198 PrintNum:: homecall _PrintNum |