From 3ab8e3eeafd919bd7a48278bd32e6f3213e860ca Mon Sep 17 00:00:00 2001 From: RainbowMetalPigeon Date: Sat, 5 Oct 2024 12:42:18 +0200 Subject: [PATCH] fixed a bug with rivals sibling dialogue --- scripts/BluesHouse.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/BluesHouse.asm b/scripts/BluesHouse.asm index ee03bd52..5542c2d9 100644 --- a/scripts/BluesHouse.asm +++ b/scripts/BluesHouse.asm @@ -89,9 +89,11 @@ DaisyPostGiveMapText: ; new DaisyMegaStonesCluesText: text_asm CheckEvent EVENT_DEFEATED_MISSINGNO + jr z, .beforeMissingno ld hl, BluesHouseClues_AfterMissingno call PrintText jp TextScriptEnd +.beforeMissingno CheckEvent EVENT_ALREADY_SPOKEN_WITH_DAISY_CLUES ld hl, BluesHouseClues_IntroShort jr nz, .continueIntro