Prev: CFCC Up: Map Next: CFF6
CFDA: Configure Rex to move right
Used by the routine at 947A.
CFDA LD A,($A072) Jump if Rex speed mode is normal
CFDD OR A
CFDE JP Z,$CFEC
CFE1 LD A,$04 Set Rex speed to fast (4)
CFE3 LD ($A091),A
CFE6 CALL $CFCC Handle speed up duration
CFE9 JP $CFF1 Jump to set face direction
CFEC LD A,$02 Set Rex speed to normal (2)
CFEE LD ($A091),A
CFF1 XOR A Set face direction to right
CFF2 LD ($A0BB),A
CFF5 RET
Prev: CFCC Up: Map Next: CFF6