![]() |
Routines |
Prev: 44886 | Up: Map | Next: 44923 |
Used by the routines at 63485, Action_Inventory, Action_Look, Action_Score, 63634, 63649, Action_Quit and 63709.
The opposite of Parser_ValidateDirectObject, checks that there's no direct object.
|
||||||||||
Parser_ValidateNoDirectObject | 44912 | LD A,(43045) | Return if the second token (*UserInput_Token_2) is the terminator character (255). | |||||||
44915 | CP 255 | |||||||||
44917 | RET Z | |||||||||
Print "Please rephrase that.".
|
||||||||||
44918 | CALL Response_PleaseRephraseThat | Call Response_PleaseRephraseThat. | ||||||||
44921 | SCF | Set the carry flag to indicate the command is malformed. | ||||||||
44922 | RET | Return. |
Prev: 44886 | Up: Map | Next: 44923 |