![]() |
Routines |
Prev: 63970 | Up: Map | Next: 64106 |
|
||||
64041 | CALL Parser_ValidateDirectObject | Call Parser_ValidateDirectObject. | ||
64044 | RET C | Return if there is no direct object in the user input (so the command is malformed). | ||
64045 | CP 2 | Jump to 63861 if there were less than 2 direct objects referenced in the user input. | ||
64047 | JP C,63861 | |||
Print "Please rephrase that.".
|
||||
64050 | CP 3 | Jump to Response_PleaseRephraseThat_Duplicate if there were more than 3 direct objects referenced in the user input (so the command is malformed). | ||
64052 | JP NC,Response_PleaseRephraseThat_Duplicate | |||
64055 | LD HL,64070 | HL=64070. | ||
64058 | LD DE,64088 | DE=64088. | ||
64061 | LD BC,9 | BC=0009. | ||
64064 | CALL 45278 | Call 45278. | ||
64067 | JP 63970 | Jump to 63970. | ||
64070 | DEFW PhraseTokens_MeatToBear | |||
64072 | DEFW PhraseTokens_MeatToWolves | |||
64074 | DEFW PhraseTokens_FoodToBear | |||
64076 | DEFW PhraseTokens_FoodToWolves | |||
64078 | DEFW PhraseTokens_MeatAtBear | |||
64080 | DEFW PhraseTokens_MeatAtWolves | |||
64082 | DEFW PhraseTokens_FoodAtBear | |||
64084 | DEFW PhraseTokens_FoodAtWolves | |||
64086 | DEFW PhraseTokens_UrnIntoFire | |||
64088 | DEFW 61632 | |||
64090 | DEFW 61659 | |||
64092 | DEFW 62014 | |||
64094 | DEFW 62041 | |||
64096 | DEFW 61632 | |||
64098 | DEFW 61659 | |||
64100 | DEFW 62014 | |||
64102 | DEFW 62041 | |||
64104 | DEFW 62649 |
Prev: 63970 | Up: Map | Next: 64106 |