update librarian logic

This commit is contained in:
scawful
2024-10-19 19:14:39 -04:00
parent 9d894a16cf
commit dfea61e1bc

View File

@@ -241,7 +241,6 @@ Sprite_Mermaid_Main:
dw Librarian_OfferTranslation dw Librarian_OfferTranslation
dw Librarian_TranslateScroll dw Librarian_TranslateScroll
dw Librarian_FinishTranslation dw Librarian_FinishTranslation
dw Librarian_ScrollQuestComplete
LibrarianIdle: LibrarianIdle:
{ {
@@ -254,14 +253,17 @@ Sprite_Mermaid_Main:
RTS RTS
+ +
; Ah, another scroll! ; If the player has all the maps
%ShowSolicitedMessage($01A0) : BCC ++ JSR Librarian_CheckForAllMaps : BCC ++
INC.w SprAction, X %ShowSolicitedMessage($01A3)
RTS
++ ++
JSR Librarian_CheckForAllMaps : BCC +++ ; Ah, another scroll!
%ShowSolicitedMessage($01A0) : BCC +++
INC.w SprAction, X INC.w SprAction, X
+++ +++
RTS RTS
} }
@@ -393,14 +395,6 @@ Sprite_Mermaid_Main:
STZ.w SprAction, X STZ.w SprAction, X
RTS RTS
} }
Librarian_ScrollQuestComplete:
{
%PlayAnimation(0,1,16)
%ShowUnconditionalMessage($01A3)
STZ.w SprAction, X
RTS
}
} }
} }