![]() |
Routines |
Prev: 64106 | Up: Map | Next: 64173 |
|
||||
ParseVerb_Drink | 64145 | CALL Parser_ValidateDirectObject | Call Parser_ValidateDirectObject. | |
64148 | RET C | Return if there is no direct object in the user input (so the command is malformed). | ||
Print "Please rephrase that.".
|
||||
64149 | CP 2 | Jump to Response_PleaseRephraseThat_Duplicate if there were more than 2 direct objects referenced in the user input (so the command is malformed). | ||
64151 | JP NC,Response_PleaseRephraseThat_Duplicate | |||
64154 | LD HL,64169 | HL=Table_Actions_TokenGroup. | ||
64157 | LD DE,64171 | DE=Table_Actions_Drink. | ||
64160 | LD BC,1 | BC=0001. | ||
64163 | CALL 45278 | Call 45278. | ||
Print "You can't.".
|
||||
64166 | JP 60909 | Jump to 60909. | ||
Table_Actions_TokenGroup | 64169 | DEFW PhraseTokens_Water | ||
Table_Actions_Drink | 64171 | DEFW Action_Drink |
Prev: 64106 | Up: Map | Next: 64173 |