Change Maku Tree SRAM pos

This commit is contained in:
scawful
2023-09-07 19:41:40 -04:00
parent 34e688b302
commit aa8a6315b5

View File

@@ -76,7 +76,7 @@ Sprite_MakuTree_Main:
MakuTree_Handler: MakuTree_Handler:
{ {
; Check the progress flags ; Check the progress flags
LDA $7EF3CB : CMP.b #$01 : BEQ .has_met_link LDA $7EF3D4 : CMP.b #$01 : BEQ .has_met_link
%GotoAction(1) %GotoAction(1)
RTS RTS
@@ -88,7 +88,7 @@ Sprite_MakuTree_Main:
MakuTree_MeetLink: MakuTree_MeetLink:
{ {
%ShowSolicitedMessage($20) : BCC .no_talk %ShowSolicitedMessage($20) : BCC .no_talk
LDA #$01 : STA $7EF3CB LDA #$01 : STA $7EF3D4
%GotoAction(2) %GotoAction(2)
.no_talk .no_talk
RTS RTS