summaryrefslogtreecommitdiff
path: root/home/text.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-05-12 17:45:03 -0400
committerentrpntr <entrpntr@gmail.com>2020-05-13 00:56:53 -0400
commitf235b94a4cf9566f950962248ef7dbdacca08d41 (patch)
tree90df0cfb2619ccb8346b8e9d41089c1c1cae9f74 /home/text.asm
parentff78a288fde1c6b96bb6641319abec367d5cb582 (diff)
Many minor cleanups.
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