diff options
Diffstat (limited to 'home/text.asm')
-rw-r--r-- | home/text.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/home/text.asm b/home/text.asm index 0c0257c83..054151ff4 100644 --- a/home/text.asm +++ b/home/text.asm @@ -538,7 +538,7 @@ Paragraph:: ; 12f2 .linkbattle call Function13b6 - call KeepTextOpen + call ButtonSound hlcoord TEXTBOX_INNERX, TEXTBOX_INNERY lb bc, TEXTBOX_INNERH - 1, TEXTBOX_INNERW call ClearBox @@ -561,7 +561,7 @@ Char4B:: ; 131f call Function13b6 push de - call KeepTextOpen + call ButtonSound pop de ld a, [wLinkMode] @@ -611,7 +611,7 @@ PromptText:: ; 135a .ok call Function13b6 - call KeepTextOpen + call ButtonSound ld a, [wLinkMode] cp LINK_COLOSSEUM jr z, DoneText @@ -934,7 +934,7 @@ Text_WAIT_BUTTON:: ; 149f push hl call LoadBlinkingCursor push bc - call KeepTextOpen + call ButtonSound pop bc call UnloadBlinkingCursor pop hl @@ -1101,7 +1101,7 @@ Text_0D:: ; 1562 ; display arrow push hl push bc - call KeepTextOpen + call ButtonSound pop bc pop hl ret |