add deku butler and deku princess dialogue

This commit is contained in:
scawful
2024-06-14 00:02:11 -04:00
parent 3ee83ccfe6
commit 2d443f4302

View File

@@ -52,6 +52,7 @@ Sprite_DekuScrub_Prep:
{ {
PHB : PHK : PLB PHB : PHK : PLB
LDA.b #$80 : STA.w $0CAA, X
LDA.w SprSubtype, X : CMP.b #$01 : BEQ .DekuButler LDA.w SprSubtype, X : CMP.b #$01 : BEQ .DekuButler
CMP.b #$02 : BEQ .DekuPrincess CMP.b #$02 : BEQ .DekuPrincess
@@ -147,6 +148,7 @@ Sprite_DekuScrub_Main:
{ {
%PlayAnimation(3, 3, 10) %PlayAnimation(3, 3, 10)
JSL Sprite_PlayerCantPassThrough JSL Sprite_PlayerCantPassThrough
%ShowSolicitedMessage($080)
RTS RTS
} }
@@ -154,6 +156,7 @@ Sprite_DekuScrub_Main:
{ {
%PlayAnimation(4, 4, 10) %PlayAnimation(4, 4, 10)
JSL Sprite_PlayerCantPassThrough JSL Sprite_PlayerCantPassThrough
%ShowSolicitedMessage($0C3)
RTS RTS
} }
} }