From 05af915fe2f14962c7eb67cadd546c1029bf6c21 Mon Sep 17 00:00:00 2001 From: spannerisms <32842036+spannerisms@users.noreply.github.com> Date: Tue, 6 Apr 2021 11:14:16 -0400 Subject: [PATCH] synack request --- dialog.asm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/dialog.asm b/dialog.asm index cc724fc..28962ba 100644 --- a/dialog.asm +++ b/dialog.asm @@ -387,6 +387,21 @@ DialogBombShopGuy: LDY.b #$01 JSL.l Sprite_ShowMessageUnconditional RTL + +;--------------------------------------------------------------------------------------------------- +AgahnimAsksAboutPed: + LDA.l InvincibleGanon + CMP.b #$06 : BNE .vanilla + + LDA.l $7EF300 ; check ped flag + AND.b #$40 + BNE .vanilla + + LDA.b #$8C ; message 018C for no ped + STA.w $1CF0 + +.vanilla + JML $05FA8E ; Sprite_ShowMessageMinimal ;-------------------------------------------------------------------------------- Main_ShowTextMessage_Alt: ; Are we in text mode? If so then end the routine.