Prev: 64221 Up: Map Next: 64349
64289: Action: Enter
Action_Enter 64289 CALL Parser_ValidateDirectObject Call Parser_ValidateDirectObject.
64292 RET C Return if there is no direct object in the user input (so the command is malformed).
64293 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).
64295 JP NC,Response_PleaseRephraseThat_Duplicate
64298 LD HL,64313 HL=64313.
64301 LD DE,64331 DE=64331.
64304 LD BC,9 BC=0009.
64307 CALL 45278 Call 45278.
Print "You can't.".
64310 JP Response_YouCant_Duplicate Jump to Response_YouCant_Duplicate.
64313 DEFW PhraseTokens_Fissure
64315 DEFW PhraseTokens_IntoPool
64317 DEFW PhraseTokens_IntoLake
64319 DEFW PhraseTokens_IntoWater
64321 DEFW PhraseTokens_Hut
64323 DEFW PhraseTokens_Cavern
64325 DEFW PhraseTokens_Ring
64327 DEFW PhraseTokens_Hill
64329 DEFW PhraseTokens_Broch
64331 DEFW 62408
64333 DEFW 62207
64335 DEFW 62237
64337 DEFW 62264
64339 DEFW 62422
64341 DEFW 62444
64343 DEFW 62474
64345 DEFW 63424
64347 DEFW 63451
Prev: 64221 Up: Map Next: 64349