Prev: 99F1 Up: Map Next: 9C77
9C6A: Handler: Find Character Action
Used by the routine at ExecuteCharacterAction.
Output
IX Action entry
A FF is no action was found
F Zero flag is set if no action was found
Handler_FindCharacterAction 9C6A LD A,($A036) Load *CurrentCharacter_ID into A.
9C6D LD IX,$9C85 Load Table_CharacterActions into IX.
9C71 CALL SearchThreeByteTable Call SearchThreeByteTable.
9C74 CP $FF Check if a character action was found.
9C76 RET Return.
Prev: 99F1 Up: Map Next: 9C77