![]() |
Routines |
Prev: 52423 | Up: Map | Next: 52516 |
Used by the routine at ScriptInterpreter.
|
||||
52467 | CP 14 | Jump to 52486 if A is not equal to 14. | ||
52469 | JR NZ,52486 | |||
52471 | LD A,(IX+1) | Write *IX+1 to *IY+1. | ||
52474 | LD (IY+1),A | |||
52477 | LD A,(IX+2) | Write *IX+2 to *IY+2. | ||
52480 | LD (IY+2),A | |||
52483 | JP ScriptInterpreter_0 | Jump to ScriptInterpreter_0. | ||
52486 | CP 12 | Jump to 52488 if A is equal to 12. | ||
52488 | JR Z,52488 | |||
52490 | CP 11 | Jump to 52503 if A is not equal to 11. | ||
52492 | JR NZ,52503 | |||
52494 | CALL 53199 | Call 53199. | ||
52497 | CP 2 | Return if A is equal to 2. | ||
52499 | RET Z | |||
52500 | JP ContinueScriptExecution | Jump to ContinueScriptExecution. | ||
52503 | CP 10 | Jump to SetCharacterScriptError if A is not equal to 10. | ||
52505 | JR NZ,SetCharacterScriptError | |||
52507 | CALL 53199 | Call 53199. | ||
52510 | CP 2 | Return if A is equal to 2. | ||
52512 | RET Z | |||
52513 | JP 52920 | Jump to 52920. |
Prev: 52423 | Up: Map | Next: 52516 |