cleanup maku tree

This commit is contained in:
scawful
2024-07-05 17:26:31 -04:00
parent a1bd408711
commit 4d18be2777

View File

@@ -51,10 +51,10 @@ Sprite_MakuTree_Long:
Sprite_MakuTree_Prep:
{
PHB : PHK : PLB
PHB : PHK : PLB
PLB
RTL
PLB
RTL
}
; =========================================================
@@ -68,19 +68,19 @@ Sprite_MakuTree_Main:
dw MakuTree_Handler
dw MakuTree_MeetLink
dw MakuTree_GiveMoonPearl
dw MakuTree_SpawnHeartContainer
dw MakuTree_HasMetLink
MakuTree_Handler:
{
; Check the progress flags
LDA.l $7EF3D4 : CMP.b #$01 : BEQ .has_met_link
; Check the progress flags
LDA.l $7EF3D4 : CMP.b #$01 : BEQ .has_met_link
%GotoAction(1)
RTS
.has_met_link
%GotoAction(3)
RTS
%GotoAction(3)
RTS
}
MakuTree_MeetLink:
@@ -94,7 +94,7 @@ Sprite_MakuTree_Main:
RTS
}
MakuTree_GiveMoonPearl:
MakuTree_SpawnHeartContainer:
{
; Give Link a heart container
LDY #$3E : JSL Link_ReceiveItem