update dialogue IDs

This commit is contained in:
scawful
2024-06-14 18:09:18 -04:00
parent 6dcfe1bcda
commit 110e9a1753
2 changed files with 6 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ Sprite_MaskSalesman_Main:
HasOcarina: HasOcarina:
{ {
%PlayAnimation(0, 1, 16) %PlayAnimation(0, 1, 16)
%ShowSolicitedMessage($11C) ; Oh! You got it! %ShowSolicitedMessage($080) ; Oh! You got it!
%GotoAction(3) %GotoAction(3)
RTS RTS
} }
@@ -149,7 +149,7 @@ Sprite_MaskSalesman_Main:
{ {
%PlayAnimation(0, 1, 16) %PlayAnimation(0, 1, 16)
%ShowUnconditionalMessage($11B) ; Bunny Hood for 100 rupees? %ShowUnconditionalMessage($07F) ; Bunny Hood for 100 rupees?
%GotoAction(8) %GotoAction(8)
RTS RTS
} }
@@ -158,7 +158,7 @@ Sprite_MaskSalesman_Main:
OfferStoneMask: OfferStoneMask:
{ {
%PlayAnimation(0, 1, 16) %PlayAnimation(0, 1, 16)
%ShowUnconditionalMessage($11E) ; Stone Mask for 200 rupees? %ShowUnconditionalMessage($082) ; Stone Mask for 650 rupees?
%GotoAction(9) %GotoAction(9)
RTS RTS
} }
@@ -176,7 +176,7 @@ Sprite_MaskSalesman_Main:
PlayerHasAllMasks: PlayerHasAllMasks:
{ {
%PlayAnimation(0, 1, 16) %PlayAnimation(0, 1, 16)
%ShowUnconditionalMessage($11F) %ShowUnconditionalMessage($028)
%GotoAction(0) %GotoAction(0)
RTS RTS
} }
@@ -257,7 +257,7 @@ Sprite_MaskSalesman_Main:
NotEnoughMoney: NotEnoughMoney:
{ {
%PlayAnimation(0, 1, 16) %PlayAnimation(0, 1, 16)
%ShowUnconditionalMessage($120) %ShowUnconditionalMessage($029)
%GotoAction(0) %GotoAction(0)
RTS RTS
} }

View File

@@ -20,7 +20,7 @@ RanchGirl_Message:
LDA #$01 : STA SprMiscD, X LDA #$01 : STA SprMiscD, X
RTL RTL
.has_ocarina .has_ocarina
%ShowUnconditionalMessage($011D) %ShowUnconditionalMessage($010E)
RTL RTL
} }