![]() |
Routines |
Prev: CE4F | Up: Map | Next: CE83 |
Used by the routine at ExecuteCharacterCommand.
|
||||
HandleSimpleAction | CE6A | LD A,(IX+$01) | A=*IX+01. | |
CE6D | CALL $CEDE | Call CEDE. | ||
CE70 | LD ($A033),A | Write A to *A033. | ||
CE73 | LD A,$FF | Write FF to; | ||
CE75 | LD ($A034),A | |||
CE78 | LD ($A035),A | |||
CE7B | CALL $C4D1 | Call C4D1. | ||
CE7E | RET C | Return if A is less than FF. | ||
CE7F | JR Z,$CEB8 | Jump to CEB8 if A is equal to FF. | ||
CE81 | JR ContinueScriptExecution | Jump to ContinueScriptExecution. |
Prev: CE4F | Up: Map | Next: CE83 |