From fa49a37d4ae0242172e7819610f77518d03b2358 Mon Sep 17 00:00:00 2001 From: Justin Scofield <47263509+scawful@users.noreply.github.com> Date: Thu, 15 Dec 2022 20:56:02 -0600 Subject: [PATCH] attempt to wake link up --- Events/house_tag.asm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Events/house_tag.asm b/Events/house_tag.asm index cda5ed6..dd73a99 100644 --- a/Events/house_tag.asm +++ b/Events/house_tag.asm @@ -17,9 +17,14 @@ HouseTag: PHX ; ------------------------------- + LDA StoryState : BNE .has_begun + INC.b StoryState JSR HouseTag_TelepathicPlea JSR HouseTag_WakeUpPlayer + STZ $02E4 ; awake from slumber +.has_begun + ; ------------------------------- PLX JML HouseTag_Return