summaryrefslogtreecommitdiff
path: root/home/text.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/text.asm')
-rw-r--r--home/text.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/home/text.asm b/home/text.asm
index 5af9f921..61cc371e 100644
--- a/home/text.asm
+++ b/home/text.asm
@@ -166,7 +166,8 @@ PlaceNextChar::
ld c, l
pop hl
ret
- pop de
+
+ pop de ; unused
NextChar::
inc de
@@ -399,10 +400,12 @@ LineChar::
Paragraph::
push de
+
ld a, [wLinkMode]
cp LINK_COLOSSEUM
jr z, .linkbattle
call LoadBlinkingCursor
+
.linkbattle
call Text_WaitBGMap
call PromptButton