Routines |
Prev: CFDA | Up: Map | Next: D013 |
Used by the routine at 947A.
|
||||
CFF6 | LD A,($A072) | Jump if Rex speed mode is normal | ||
CFF9 | OR A | |||
CFFA | JP Z,$D008 | |||
CFFD | LD A,$FC | Set Rex speed to fast (-4) | ||
CFFF | LD ($A091),A | |||
D002 | CALL $CFCC | Handle speed up duration | ||
D005 | JP $D00D | Jump to set face direction | ||
D008 | LD A,$FE | Set Rex speed to normal (-2) | ||
D00A | LD ($A091),A | |||
D00D | LD A,$01 | Set face direction to left | ||
D00F | LD ($A0BB),A | |||
D012 | RET |
Prev: CFDA | Up: Map | Next: D013 |