Skip to content

Commit

Permalink
fixed a bug with rivals sibling dialogue
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowMetalPigeon committed Oct 5, 2024
1 parent c597443 commit 3ab8e3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/BluesHouse.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ab8e3e

Please sign in to comment.