Prev: CCC7 Up: Map Next: CD24
CCF3: Routine at CCF3
Used by the routine at ScriptInterpreter.
CCF3 CP $0E Jump to CD06 if A is not equal to 0E.
CCF5 JR NZ,$CD06
CCF7 LD A,(IX+$01) Write *IX+01 to *IY+01.
CCFA LD (IY+$01),A
CCFD LD A,(IX+$02) Write *IX+02 to *IY+02.
CD00 LD (IY+$02),A
CD03 JP ScriptInterpreter_0 Jump to ScriptInterpreter_0.
CD06 CP $0C Jump to CD08 if A is equal to 0C.
CD08 JR Z,$CD08
CD0A CP $0B Jump to CD17 if A is not equal to 0B.
CD0C JR NZ,$CD17
CD0E CALL $CFCF Call CFCF.
CD11 CP $02 Return if A is equal to 02.
CD13 RET Z
CD14 JP ContinueScriptExecution Jump to ContinueScriptExecution.
CD17 CP $0A Jump to SetCharacterScriptError if A is not equal to 0A.
CD19 JR NZ,SetCharacterScriptError
CD1B CALL $CFCF Call CFCF.
CD1E CP $02 Return if A is equal to 02.
CD20 RET Z
CD21 JP $CEB8 Jump to CEB8.
Prev: CCC7 Up: Map Next: CD24