Prev: 64349 Up: Map Next: 64441
64393: Action: Go
Action_Go 64393 CALL Parser_ValidateAnyDirectObject Call Parser_ValidateAnyDirectObject.
64396 RET C Return if there is no direct object in the user input (so the command is malformed).
64397 CP 1 Jump to Response_PleaseRephraseThat_Duplicate if there was more than 1 direct object referenced in the user input (so the command is malformed).
64399 JP NC,Response_PleaseRephraseThat_Duplicate
64402 LD HL,64417 HL=64417.
64405 LD DE,64429 DE=64429.
64408 LD BC,6 BC=0006.
64411 CALL 45278 Call 45278.
Print "You can't.".
64414 JP Response_YouCant_Duplicate Jump to Response_YouCant_Duplicate.
64417 DEFW PhraseTokens_North
64419 DEFW PhraseTokens_South
64421 DEFW PhraseTokens_East
64423 DEFW PhraseTokens_West
64425 DEFW PhraseTokens_Up
64427 DEFW PhraseTokens_Down
64429 DEFW RemoveUserInput_Token_1
64431 DEFW RemoveUserInput_Token_1
64433 DEFW RemoveUserInput_Token_1
64435 DEFW RemoveUserInput_Token_1
64437 DEFW RemoveUserInput_Token_1
64439 DEFW RemoveUserInput_Token_1
Prev: 64349 Up: Map Next: 64441