![]() |
Routines |
Prev: 62969 | Up: Map | Next: 63019 |
Used by the routines at IsPlayerCarryingSword and Process_KillHareWithSword.
|
||||||||
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 |