From 0bcd2cc2ab4324385ec964ad58bbf450aa1709ca Mon Sep 17 00:00:00 2001 From: sporchia Date: Fri, 2 Mar 2018 18:51:54 -0500 Subject: [PATCH] call both it seems is how the original works --- dialog.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dialog.asm b/dialog.asm index cd2a96d..03cc8ea 100644 --- a/dialog.asm +++ b/dialog.asm @@ -260,8 +260,9 @@ RTL ;-------------------------------------------------------------------------------- DialogTriforce: %LoadDialogAddress(TriforceText) - REP #$20 : LDA.w #$0171 : STA $1CF0 : SEP #$20 ; fix border + REP #$20 : LDA.w #$0171 : STA $1CF0 : SEP #$20 ; fix border JSL.l Main_ShowTextMessage + JSL.l Messaging_Text RTL ;-------------------------------------------------------------------------------- DialogGanon1: