![]() |
Routines |
| Prev: CD52 | Up: Map | Next: CD8B |
|
Used by the routine at 9470.
|
||||
| CD6E | LD A,($A20B) | Jump if Rex speed mode is normal | ||
| CD71 | OR A | |||
| CD72 | JP Z,$CD80 | |||
| CD75 | LD A,$FC | Set Rex speed to fast (-4) | ||
| CD77 | LD ($A22A),A | |||
| CD7A | CALL $CD44 | Handle speed up duration | ||
| CD7D | JP $CD85 | Jump to set face direction | ||
| CD80 | LD A,$FE | Set Rex speed to normal (-2) | ||
| CD82 | LD ($A22A),A | |||
| CD85 | LD A,$01 | Set face direction to left | ||
| CD87 | LD ($A254),A | |||
| CD8A | RET | |||
| Prev: CD52 | Up: Map | Next: CD8B |