add Librarian_OfferTranslation
This commit is contained in:
@@ -92,6 +92,7 @@ Sprite_Mermaid_Main:
|
|||||||
dw Maple_NotEnoughRupees
|
dw Maple_NotEnoughRupees
|
||||||
|
|
||||||
dw LibrarianIdle
|
dw LibrarianIdle
|
||||||
|
dw Librarian_OfferTranslation
|
||||||
|
|
||||||
MermaidWait:
|
MermaidWait:
|
||||||
{
|
{
|
||||||
@@ -218,12 +219,21 @@ Sprite_Mermaid_Main:
|
|||||||
{
|
{
|
||||||
%PlayAnimation(0,1,16)
|
%PlayAnimation(0,1,16)
|
||||||
JSL Sprite_PlayerCantPassThrough
|
JSL Sprite_PlayerCantPassThrough
|
||||||
LDA.l $7EF34E : BNE +
|
%ShowSolicitedMessage($012E)
|
||||||
%ShowSolicitedMessage($0127)
|
JSR Librarian_CheckForAllMaps : BCC +
|
||||||
|
INC.w SprAction, X
|
||||||
+
|
+
|
||||||
RTS
|
RTS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Librarian_OfferTranslation:
|
||||||
|
{
|
||||||
|
%PlayAnimation(0,1,16)
|
||||||
|
JSL Sprite_PlayerCantPassThrough
|
||||||
|
%ShowUnconditionalMessage($012C)
|
||||||
|
RTS
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Librarian_CheckForAllMaps:
|
Librarian_CheckForAllMaps:
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user