Prev: 39409 Up: Map Next: 40055
40042: Handler: Find Character Action
Used by the routine at ExecuteCharacterAction.
Output
IX Action entry
A 255 is no action was found
F Zero flag is set if no action was found
Handler_FindCharacterAction 40042 LD A,(41014) Load *CurrentCharacter_ID into A.
40045 LD IX,40069 Load Table_CharacterActions into IX.
40049 CALL SearchThreeByteTable Call SearchThreeByteTable.
40052 CP 255 Check if a character action was found.
40054 RET Return.
Prev: 39409 Up: Map Next: 40055