![]()  | 
Routines | 
| Prev: FB16 | Up: Map | Next: FB83 | 
| 
 | 
||||
| Action_Insert | FB71 | CALL Parser_ValidateTwoDirectObjects | Call Parser_ValidateTwoDirectObjects. | |
| 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_Place_1 | Jump to Action_Place_1. | ||
| 
 
Nothing else is valid.
 
 | 
||||
| Insert_Invalid | FB80 | JP Response_YouCant_Duplicate | Jump to Response_YouCant_Duplicate. | |
| Prev: FB16 | Up: Map | Next: FB83 |