Prev: 45087 Up: Map Next: 45185
45150: Routine at B05E
Used by the routines at GameLoop and 62363.
45150 LD HL,(42976) HL=*Pointer_VerbWordTokens.
45153 LD BC,(42986) BC=*Count_VerbTokens.
45157 LD A,(43044) A=*UserInput_Token_1.
45160 CPIR Search for matching objects.
45162 JR Z,45171 Jump to 45171 if ?? is equal to 0.
Print "I don't understand.".
45164 LD HL,43087 HL=Messaging_IDontUnderstand.
45167 CALL PrintStringAndNewline Call PrintStringAndNewline.
45170 RET Return.
45171 LD A,(42986) A=*Count_VerbTokens.
45174 SUB C A-=C.
45175 DEC A Decrease A by one.
45176 LD E,A E=A.
45177 LD IX,(42970) IX=*Pointer_JumpTable_Verbs.
45181 CALL GetTableEntry Call GetTableEntry.
45184 JP (HL) Jump to *HL.
Prev: 45087 Up: Map Next: 45185