![]()  | 
Routines | 
| Prev: 64278 | Up: Map | Next: 64387 | 
| 
 | 
||||
| Action_Insert | 64369 | CALL Parser_ValidateTwoDirectObjects | Call Parser_ValidateTwoDirectObjects. | |
| 64372 | RET C | Return if direct object is malformed. | ||
| 
 
Was the player trying to insert ... the rod into the hole?
 
 | 
||||
| 64373 | LD HL,60016 | Call MatchPhraseTokens with PhraseTokens_RodInHole. | ||
| 64376 | CALL MatchPhraseTokens | |||
| 64379 | 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.
 
 | 
||||
| 64381 | JP Action_Place_1 | Jump to Action_Place_1. | ||
| 
 
Nothing else is valid.
 
 | 
||||
| Insert_Invalid | 64384 | JP Response_YouCant_Duplicate | Jump to Response_YouCant_Duplicate. | |
| Prev: 64278 | Up: Map | Next: 64387 |