Prev: 62969 Up: Map Next: 63019
63008: Did User Input Mention "SWORD"?
Used by the routines at IsPlayerCarryingSword and Process_KillHareWithSword.
Input
F The zero flag is set if the word was found
CheckUserInput_Sword 63008 LD HL,43045 Set a pointer in HL to UserInput_Token_2 (the second token in the user input tokens table).
63011 LD BC,9 Set a counter in BC for the length of the rest of the user input tokens table (0009 bytes).
63014 LD A,60 A="SWOR".
63016 CPIR Search for the word "SWORD" in the table.
63018 RET Return.
Prev: 62969 Up: Map Next: 63019