Prev: FB16 Up: Map Next: FB83
FB71: Action: Insert
Action_Insert FB71 CALL $C49F Call C49F.
FB74 RET C Return if direct object is malformed.
Was the player trying to insert ... the rod into the hole?
FB75 LD HL,$EA70 Call MatchPhraseTokens with PhraseTokens_RodInHole.
FB78 CALL MatchPhraseTokens
FB7B JR NZ,Insert_Invalid Jump to Insert_Invalid if the token isn't for inserting the rod into the hole.
The player was trying to insert the rod into the hole.
FB7D JP Action_???_1 Jump to Action_???_1.
Nothing else is valid.
Insert_Invalid FB80 JP Response_YouCant_Duplicate Jump to Response_YouCant_Duplicate.
Prev: FB16 Up: Map Next: FB83