![]() |
Routines |
Prev: 52815 | Up: Map | Next: 52867 |
Used by the routine at ExecuteCharacterCommand.
|
||||
HandleSimpleAction | 52842 | LD A,(IX+1) | A=*IX+1. | |
52845 | CALL 52958 | Call 52958. | ||
52848 | LD (41011),A | Write A to *41011. | ||
52851 | LD A,255 | Write 255 to; | ||
52853 | LD (41012),A | |||
52856 | LD (41013),A | |||
52859 | CALL 50385 | Call 50385. | ||
52862 | RET C | Return if A is less than 255. | ||
52863 | JR Z,52920 | Jump to 52920 if A is equal to 255. | ||
52865 | JR ContinueScriptExecution | Jump to ContinueScriptExecution. |
Prev: 52815 | Up: Map | Next: 52867 |