maku tree set progress flag

This commit is contained in:
scawful
2024-06-29 10:30:08 -04:00
parent 4d22280db0
commit c98351a042

View File

@@ -82,20 +82,21 @@ Sprite_MakuTree_Main:
MakuTree_MeetLink: MakuTree_MeetLink:
{ {
%ShowSolicitedMessage($20) : BCC .no_talk %ShowSolicitedMessage($20) : BCC .no_talk
LDA #$01 : STA $7EF3D4 LDA #$01 : STA $7EF3D4
LDA #$01 : STA $7EF3C7 ; Mark the Hall of Secrets LDA #$01 : STA $7EF3C7 ; Mark the Hall of Secrets
LDA.l $7EFC3B : ORA.b #$04 : STA.l $7EFC3B
%GotoAction(2) %GotoAction(2)
.no_talk .no_talk
RTS RTS
} }
MakuTree_GiveMoonPearl: MakuTree_GiveMoonPearl:
{ {
; Give Link a heart container ; Give Link a heart container
LDY #$3E : JSL Link_ReceiveItem LDY #$3E : JSL Link_ReceiveItem
%GotoAction(0) %GotoAction(0)
RTS RTS
} }
} }