Fix Tingle not enough rupees dialogue
This commit is contained in:
@@ -68,7 +68,7 @@ Sprite_Tingle_Main:
|
|||||||
%PlayAnimation(0,0,10)
|
%PlayAnimation(0,0,10)
|
||||||
JSR Sprite_Tingle_TrackPlayer
|
JSR Sprite_Tingle_TrackPlayer
|
||||||
RTS
|
RTS
|
||||||
}
|
}
|
||||||
|
|
||||||
Tingle_Right:
|
Tingle_Right:
|
||||||
{
|
{
|
||||||
@@ -130,7 +130,8 @@ Sprite_Tingle_Main:
|
|||||||
STZ.w SprAction, X
|
STZ.w SprAction, X
|
||||||
RTS
|
RTS
|
||||||
.not_enough_rupees
|
.not_enough_rupees
|
||||||
%ShowSolicitedMessage($018F) ; Not enough rupees
|
%ShowUnconditionalMessage($018F) ; Not enough rupees
|
||||||
|
STZ.w SprAction, X
|
||||||
RTS
|
RTS
|
||||||
.said_no
|
.said_no
|
||||||
%GotoAction(5)
|
%GotoAction(5)
|
||||||
|
|||||||
Reference in New Issue
Block a user