update librarian logic
This commit is contained in:
@@ -241,7 +241,6 @@ Sprite_Mermaid_Main:
|
||||
dw Librarian_OfferTranslation
|
||||
dw Librarian_TranslateScroll
|
||||
dw Librarian_FinishTranslation
|
||||
dw Librarian_ScrollQuestComplete
|
||||
|
||||
LibrarianIdle:
|
||||
{
|
||||
@@ -254,14 +253,17 @@ Sprite_Mermaid_Main:
|
||||
RTS
|
||||
+
|
||||
|
||||
; Ah, another scroll!
|
||||
%ShowSolicitedMessage($01A0) : BCC ++
|
||||
INC.w SprAction, X
|
||||
; If the player has all the maps
|
||||
JSR Librarian_CheckForAllMaps : BCC ++
|
||||
%ShowSolicitedMessage($01A3)
|
||||
RTS
|
||||
++
|
||||
|
||||
JSR Librarian_CheckForAllMaps : BCC +++
|
||||
; Ah, another scroll!
|
||||
%ShowSolicitedMessage($01A0) : BCC +++
|
||||
INC.w SprAction, X
|
||||
+++
|
||||
|
||||
RTS
|
||||
}
|
||||
|
||||
@@ -393,14 +395,6 @@ Sprite_Mermaid_Main:
|
||||
STZ.w SprAction, X
|
||||
RTS
|
||||
}
|
||||
|
||||
Librarian_ScrollQuestComplete:
|
||||
{
|
||||
%PlayAnimation(0,1,16)
|
||||
%ShowUnconditionalMessage($01A3)
|
||||
STZ.w SprAction, X
|
||||
RTS
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user