summaryrefslogtreecommitdiff
path: root/home/print_text.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/print_text.asm')
-rw-r--r--home/print_text.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/home/print_text.asm b/home/print_text.asm
index 0a17688..61cc9e1 100644
--- a/home/print_text.asm
+++ b/home/print_text.asm
@@ -1,10 +1,10 @@
include "constants.asm"
-if DEBUG
-SECTION "Print Letter Delay", ROM0[$33a3]
-else
-SECTION "Print Letter Delay", ROM0[$3367]
-endc
+; if DEBUG
+SECTION "home/print_text.asm", ROM0
+; else
+; SECTION "Print Letter Delay", ROM0[$3367]
+; endc
PrintLetterDelay:: ; 33a3 (0:33a3)
ld a, [wce5f]
@@ -67,4 +67,4 @@ CopyDataUntil:: ; 33e3
ld a, l
cp c
jr nz, .asm_33e3
- ret
+ ret \ No newline at end of file